Age | Commit message (Expand) | Author | Files | Lines |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
2016-02-01 | [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ... | Craig Topper | 1 | -6/+2 |
2015-01-15 | Replace size method call of containers to empty method where appropriate | Alexander Kornienko | 1 | -1/+1 |
2014-09-02 | Reinstate "Nuke the old JIT." | Eric Christopher | 1 | -20/+6 |
2014-08-07 | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 1 | -6/+20 |
2014-08-07 | Nuke the old JIT. | Rafael Espindola | 1 | -20/+6 |
2014-06-26 | Revert "Introduce a string_ostream string builder facilty" | Alp Toker | 1 | -1/+2 |
2014-06-26 | Introduce a string_ostream string builder facilty | Alp Toker | 1 | -2/+1 |
2014-03-23 | remove a bunch of unused private methods | Nuno Lopes | 1 | -2/+0 |
2014-03-22 | [TableGen] Don't assert, produce an error, when an instruction has too few op... | Hal Finkel | 1 | -1/+12 |
2014-03-13 | [TableGen] Optionally forbid overlap between named and positional operands | Hal Finkel | 1 | -2/+22 |
2014-01-28 | Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() | David Woodhouse | 1 | -5/+10 |
2013-12-17 | Support little-endian encodings in the FixedLenDecoderEmitter | Hal Finkel | 1 | -37/+1 |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth | 1 | -1/+1 |
2012-11-09 | Fix issue with invalid flat operand number | Evandro Menezes | 1 | -3/+1 |
2012-11-09 | Fix issue with invalid flat operand number | Evandro Menezes | 1 | -1/+6 |
2012-10-10 | tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. | Sean Silva | 1 | -4/+4 |
2012-09-06 | Re-work bit/bits value resolving in tblgen | Michael Liao | 1 | -1/+1 |
2012-06-11 | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 1 | -2/+35 |
2012-03-09 | TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask. | NAKAMURA Takumi | 1 | -1/+1 |
2012-03-06 | Fix support for encodings up to 64-bits in length. TableGen was silently tru... | Owen Anderson | 1 | -6/+6 |
2012-01-24 | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson | 1 | -7/+7 |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne | 1 | -1/+1 |
2011-07-29 | Unconstify Inits | David Greene | 1 | -13/+13 |
2011-07-29 | [AVX] Create Inits Via Factory Method | David Greene | 1 | -1/+1 |
2011-07-29 | [AVX] Constify Inits | David Greene | 1 | -13/+13 |
2011-07-29 | [AVX] Remove Mutating Members from Inits | David Greene | 1 | -4/+8 |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 1 | -22/+16 |
2011-07-11 | Use get(0 Instead of Create() | David Greene | 1 | -1/+1 |
2011-07-11 | [AVX] Make Inits Foldable | David Greene | 1 | -16/+22 |
2011-07-06 | Don't require pseudo-instructions to carry encoding information. | Jim Grosbach | 1 | -3/+6 |
2011-04-28 | Fix a bug in tblgen that caused incorrect encodings on instructions that spec... | Owen Anderson | 1 | -1/+5 |
2011-02-03 | Tidy up a bit. | Jim Grosbach | 1 | -3/+3 |
2011-01-27 | Fix a comment typo. | Bob Wilson | 1 | -1/+1 |
2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 1 | -1/+1 |
2010-12-13 | Move <map> include out of .h and into .cpp. | Bill Wendling | 1 | -0/+1 |
2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 1 | -1/+1 |
2010-11-15 | pull the code to get the operand value out of the loop. | Chris Lattner | 1 | -48/+58 |
2010-11-15 | split the giant encoder loop into two new helper functions. | Chris Lattner | 1 | -112/+122 |
2010-11-15 | reduce nesting and minor cleanups, no functionality change. | Chris Lattner | 1 | -87/+88 |
2010-11-15 | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 1 | -3/+3 |
2010-11-11 | Add support for specifying a PostEncoderMethod, which can perform post-proces... | Owen Anderson | 1 | -0/+4 |
2010-11-03 | Support generating an MC'ized CodeEmitter directly. Maintain a reference to the | Jim Grosbach | 1 | -5/+18 |
2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach | 1 | -0/+6 |
2010-11-02 | Tidy up. | Jim Grosbach | 1 | -3/+0 |
2010-11-01 | factor the operand list (and related fields/operations) out of | Chris Lattner | 1 | -6/+7 |
2010-10-12 | Allow targets to optionally specify custom binary encoder functions for | Jim Grosbach | 1 | -5/+20 |
2010-10-11 | The assert() should reference to machine instr operand number, too. | Jim Grosbach | 1 | -2/+2 |
2010-10-11 | Make sure to use the machine instruction operand number. It doesn't always | Jim Grosbach | 1 | -0/+2 |
2010-10-11 | When figuring out which operands match which encoding fields in an instruction, | Jim Grosbach | 1 | -6/+17 |