| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -1/+1 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -20/+6 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -51/+46 |
* | Merge remote-tracking branch 'upstream/master' into merge-llvm | Stephen Hines | 2013-01-21 | 1 | -6/+9 |
|\ |
|
| * | Sort the #include lines for utils/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Fix issue with invalid flat operand number | Evandro Menezes | 2012-11-09 | 1 | -3/+1 |
| * | Fix issue with invalid flat operand number | Evandro Menezes | 2012-11-09 | 1 | -1/+6 |
| * | tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. | Sean Silva | 2012-10-10 | 1 | -4/+4 |
* | | Merge branch 'upstream' into merge-2012_09_10 | Stephen Hines | 2012-09-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Re-work bit/bits value resolving in tblgen | Michael Liao | 2012-09-06 | 1 | -1/+1 |
* | | Merge with LLVM upstream r160668 (Jul 24th 2012) | Shih-wei Liao | 2012-08-03 | 1 | -2/+35 |
|\ \
| |/ |
|
| * | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -2/+35 |
* | | Merge branch 'upstream' into sliao_d | Shih-wei Liao | 2012-03-24 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask. | NAKAMURA Takumi | 2012-03-09 | 1 | -1/+1 |
| * | Fix support for encodings up to 64-bits in length. TableGen was silently tru... | Owen Anderson | 2012-03-06 | 1 | -6/+6 |
* | | Merge branch 'upstream' into merge-20120305 | Stephen Hines | 2012-03-05 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson | 2012-01-24 | 1 | -7/+7 |
* | | Merge with LLVM upstream 2011/10/20 (r142530) | Logan Chien | 2011-10-20 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -1/+1 |
| * | Unconstify Inits | David Greene | 2011-07-29 | 1 | -13/+13 |
| * | [AVX] Create Inits Via Factory Method | David Greene | 2011-07-29 | 1 | -1/+1 |
| * | [AVX] Constify Inits | David Greene | 2011-07-29 | 1 | -13/+13 |
| * | [AVX] Remove Mutating Members from Inits | David Greene | 2011-07-29 | 1 | -4/+8 |
* | | Fix ARMCodeEmitter pseudo instruction encoder. | Logan Chien | 2011-07-20 | 1 | -2/+5 |
|/ |
|
* | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 2011-07-11 | 1 | -22/+16 |
* | Use get(0 Instead of Create() | David Greene | 2011-07-11 | 1 | -1/+1 |
* | [AVX] Make Inits Foldable | David Greene | 2011-07-11 | 1 | -16/+22 |
* | Don't require pseudo-instructions to carry encoding information. | Jim Grosbach | 2011-07-06 | 1 | -3/+6 |
* | Fix a bug in tblgen that caused incorrect encodings on instructions that spec... | Owen Anderson | 2011-04-28 | 1 | -1/+5 |
* | Tidy up a bit. | Jim Grosbach | 2011-02-03 | 1 | -3/+3 |
* | Fix a comment typo. | Bob Wilson | 2011-01-27 | 1 | -1/+1 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
* | Move <map> include out of .h and into .cpp. | Bill Wendling | 2010-12-13 | 1 | -0/+1 |
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+1 |
* | pull the code to get the operand value out of the loop. | Chris Lattner | 2010-11-15 | 1 | -48/+58 |
* | split the giant encoder loop into two new helper functions. | Chris Lattner | 2010-11-15 | 1 | -112/+122 |
* | reduce nesting and minor cleanups, no functionality change. | Chris Lattner | 2010-11-15 | 1 | -87/+88 |
* | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 2010-11-15 | 1 | -3/+3 |
* | Add support for specifying a PostEncoderMethod, which can perform post-proces... | Owen Anderson | 2010-11-11 | 1 | -0/+4 |
* | Support generating an MC'ized CodeEmitter directly. Maintain a reference to the | Jim Grosbach | 2010-11-03 | 1 | -5/+18 |
* | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach | 2010-11-02 | 1 | -0/+6 |
* | Tidy up. | Jim Grosbach | 2010-11-02 | 1 | -3/+0 |
* | factor the operand list (and related fields/operations) out of | Chris Lattner | 2010-11-01 | 1 | -6/+7 |
* | Allow targets to optionally specify custom binary encoder functions for | Jim Grosbach | 2010-10-12 | 1 | -5/+20 |
* | The assert() should reference to machine instr operand number, too. | Jim Grosbach | 2010-10-11 | 1 | -2/+2 |
* | Make sure to use the machine instruction operand number. It doesn't always | Jim Grosbach | 2010-10-11 | 1 | -0/+2 |
* | When figuring out which operands match which encoding fields in an instruction, | Jim Grosbach | 2010-10-11 | 1 | -6/+17 |
* | Make <target>CodeEmitter::getBinaryCodeForInstr() a const method. | Jim Grosbach | 2010-10-08 | 1 | -1/+1 |
* | trailing whitespace | Jim Grosbach | 2010-10-07 | 1 | -17/+17 |
* | Clean up TargetOpcodes.h a bit, and limit the number of places where the full | Jakob Stoklund Olesen | 2010-07-02 | 1 | -40/+5 |