| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort the #include lines for utils/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 2012-10-25 | 1 | -4/+3 |
* | Heed guessInstructionProperties, and stop warning on redundant flags. | Jakob Stoklund Olesen | 2012-08-24 | 1 | -0/+8 |
* | Tristate mayLoad, mayStore, and hasSideEffects. | Jakob Stoklund Olesen | 2012-08-23 | 1 | -1/+5 |
* | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen | 2012-08-22 | 1 | -1/+1 |
* | Add an MCID::Select flag and TII hooks for optimizing selects. | Jakob Stoklund Olesen | 2012-08-16 | 1 | -0/+1 |
* | Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co... | Owen Anderson | 2012-06-08 | 1 | -2/+2 |
* | Restore hasPostISelHook tblgen flag. | Andrew Trick | 2011-09-20 | 1 | -0/+1 |
* | ARM isel bug fix for adds/subs operands. | Andrew Trick | 2011-09-20 | 1 | -1/+0 |
* | Follow up to r138791. | Evan Cheng | 2011-08-30 | 1 | -0/+1 |
* | Unconstify Inits | David Greene | 2011-07-29 | 1 | -4/+4 |
* | [AVX] Constify Inits | David Greene | 2011-07-29 | 1 | -4/+4 |
* | Add a new field to MCOperandInfo that contains information about the type of ... | Benjamin Kramer | 2011-07-14 | 1 | -3/+8 |
* | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 2011-07-11 | 1 | -4/+4 |
* | [AVX] Make Inits Foldable | David Greene | 2011-07-11 | 1 | -4/+4 |
* | Add isCodeGenOnly value to the CodeGenInstruction class. | Jim Grosbach | 2011-07-07 | 1 | -0/+1 |
* | Don't require pseudo-instructions to carry encoding information. | Jim Grosbach | 2011-07-06 | 1 | -0/+1 |
* | change OperandsSignature to use SmallVector<char> instead of std::vector<string> | Chris Lattner | 2011-04-17 | 1 | -0/+1 |
* | - Add "Bitcast" target instruction property for instructions which perform | Evan Cheng | 2011-03-15 | 1 | -0/+1 |
* | Trailing whitespace. | Jim Grosbach | 2011-03-14 | 1 | -46/+46 |
* | Improve the AsmMatcher's ability to handle suboperands. | Bob Wilson | 2011-01-26 | 1 | -3/+11 |
* | Precompute InstAlias operand mapping to result instruction operand indices. | Bob Wilson | 2011-01-20 | 1 | -5/+4 |
* | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng | 2010-11-17 | 1 | -0/+1 |
* | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 1 | -1/+5 |
* | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 1 | -1/+17 |
* | fix a bug where we had an implicit assumption that the | Chris Lattner | 2010-11-06 | 1 | -0/+5 |
* | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner | 2010-11-06 | 1 | -4/+0 |
* | disolve a hack, having CodeGenInstAlias decode the alias in the .td | Chris Lattner | 2010-11-06 | 1 | -1/+17 |
* | rewrite EmitConvertToMCInst to iterate over the MCInst operands, | Chris Lattner | 2010-11-02 | 1 | -1/+12 |
* | Implement enough of the missing instalias support to get | Chris Lattner | 2010-11-01 | 1 | -0/+3 |
* | define a new CodeGenInstAlias. It has an asmstring and operand list for now, | Chris Lattner | 2010-11-01 | 1 | -1/+18 |
* | factor the operand list (and related fields/operations) out of | Chris Lattner | 2010-11-01 | 1 | -67/+93 |
* | avoid needless throw/catch/rethrow, stringref'ize some simple stuff. | Chris Lattner | 2010-11-01 | 1 | -2/+2 |
* | eliminate the old InstFormatName which is always "AsmString", | Chris Lattner | 2010-11-01 | 1 | -1/+1 |
* | move FlattenVariants out of AsmMatcherEmitter into a shared | Chris Lattner | 2010-11-01 | 1 | -0/+7 |
* | Allow targets to optionally specify custom binary encoder functions for | Jim Grosbach | 2010-10-12 | 1 | -3/+8 |
* | When figuring out which operands match which encoding fields in an instruction, | Jim Grosbach | 2010-10-11 | 1 | -0/+5 |
* | trailing whitespace | Jim Grosbach | 2010-10-08 | 1 | -15/+15 |
* | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson | 2010-09-23 | 1 | -1/+0 |
* | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson | 2010-09-23 | 1 | -0/+1 |
* | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling | 2010-08-08 | 1 | -0/+1 |
* | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling | 2010-08-06 | 1 | -1/+0 |
* | Add a "Compare" flag to the target instruction descriptor. This will be used | Bill Wendling | 2010-07-30 | 1 | -0/+1 |
* | hoist some funky logic into CodeGenInstruction | Chris Lattner | 2010-03-27 | 1 | -0/+7 |
* | capture implicit uses and defs in CodeGenInstruction | Chris Lattner | 2010-03-18 | 1 | -0/+4 |
* | remove some code that was working around old sparc v9 backend bugs. | Chris Lattner | 2010-03-18 | 1 | -1/+2 |
* | The mayHaveSideEffects flag is no longer used. | Dan Gohman | 2010-02-27 | 1 | -1/+0 |
* | work around a gcc bug with -Wuninitialized. | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
* | Introduce a new CodeGenInstruction::ConstraintInfo class | Chris Lattner | 2010-02-10 | 1 | -1/+30 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 |