Age | Commit message (Expand) | Author | Files | Lines |
2014-11-26 | Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone... | Craig Topper | 1 | -1/+0 |
2014-08-20 | Add isInsertSubreg property. | Quentin Colombet | 1 | -0/+1 |
2014-08-20 | Add isExtractSubreg property. | Quentin Colombet | 1 | -0/+1 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-08-11 | Add isRegSequence property. | Quentin Colombet | 1 | -0/+1 |
2014-05-15 | TableGen: use correct MIOperand when printing aliases | Tim Northover | 1 | -0/+2 |
2014-05-15 | TableGen/ARM64: print aliases even if they have syntax variants. | Tim Northover | 1 | -1/+1 |
2014-04-18 | iterator_range accessor for CodeGenTarget instruction list. | Jim Grosbach | 1 | -1/+0 |
2014-04-18 | iterator based accessors for CodeGenInstruction operand list. | Jim Grosbach | 1 | -0/+7 |
2014-03-15 | Replace ValueTypes.h with MachineValueType.h if possible. | Patrik Hagglund | 1 | -1/+1 |
2014-02-05 | Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo... | Craig Topper | 1 | -32/+32 |
2013-09-12 | Add an instruction deprecation feature to TableGen. | Joey Gouly | 1 | -0/+3 |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth | 1 | -2/+2 |
2012-10-25 | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 1 | -4/+3 |
2012-08-24 | Heed guessInstructionProperties, and stop warning on redundant flags. | Jakob Stoklund Olesen | 1 | -0/+8 |
2012-08-23 | Tristate mayLoad, mayStore, and hasSideEffects. | Jakob Stoklund Olesen | 1 | -1/+5 |
2012-08-22 | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen | 1 | -1/+1 |
2012-08-16 | Add an MCID::Select flag and TII hooks for optimizing selects. | Jakob Stoklund Olesen | 1 | -0/+1 |
2012-06-08 | Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co... | Owen Anderson | 1 | -2/+2 |
2011-09-20 | Restore hasPostISelHook tblgen flag. | Andrew Trick | 1 | -0/+1 |
2011-09-20 | ARM isel bug fix for adds/subs operands. | Andrew Trick | 1 | -1/+0 |
2011-08-30 | Follow up to r138791. | Evan Cheng | 1 | -0/+1 |
2011-07-29 | Unconstify Inits | David Greene | 1 | -4/+4 |
2011-07-29 | [AVX] Constify Inits | David Greene | 1 | -4/+4 |
2011-07-14 | Add a new field to MCOperandInfo that contains information about the type of ... | Benjamin Kramer | 1 | -3/+8 |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 1 | -4/+4 |
2011-07-11 | [AVX] Make Inits Foldable | David Greene | 1 | -4/+4 |
2011-07-07 | Add isCodeGenOnly value to the CodeGenInstruction class. | Jim Grosbach | 1 | -0/+1 |
2011-07-06 | Don't require pseudo-instructions to carry encoding information. | Jim Grosbach | 1 | -0/+1 |
2011-04-17 | change OperandsSignature to use SmallVector<char> instead of std::vector<string> | Chris Lattner | 1 | -0/+1 |
2011-03-15 | - Add "Bitcast" target instruction property for instructions which perform | Evan Cheng | 1 | -0/+1 |
2011-03-14 | Trailing whitespace. | Jim Grosbach | 1 | -46/+46 |
2011-01-26 | Improve the AsmMatcher's ability to handle suboperands. | Bob Wilson | 1 | -3/+11 |
2011-01-20 | Precompute InstAlias operand mapping to result instruction operand indices. | Bob Wilson | 1 | -5/+4 |
2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng | 1 | -0/+1 |
2010-11-06 | add (and document) the ability for alias results to have | Chris Lattner | 1 | -1/+5 |
2010-11-06 | generalize alias support to allow the result of an alias to | Chris Lattner | 1 | -1/+17 |
2010-11-06 | fix a bug where we had an implicit assumption that the | Chris Lattner | 1 | -0/+5 |
2010-11-06 | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner | 1 | -4/+0 |
2010-11-06 | disolve a hack, having CodeGenInstAlias decode the alias in the .td | Chris Lattner | 1 | -1/+17 |
2010-11-02 | rewrite EmitConvertToMCInst to iterate over the MCInst operands, | Chris Lattner | 1 | -1/+12 |
2010-11-01 | Implement enough of the missing instalias support to get | Chris Lattner | 1 | -0/+3 |
2010-11-01 | define a new CodeGenInstAlias. It has an asmstring and operand list for now, | Chris Lattner | 1 | -1/+18 |
2010-11-01 | factor the operand list (and related fields/operations) out of | Chris Lattner | 1 | -67/+93 |
2010-11-01 | avoid needless throw/catch/rethrow, stringref'ize some simple stuff. | Chris Lattner | 1 | -2/+2 |
2010-11-01 | eliminate the old InstFormatName which is always "AsmString", | Chris Lattner | 1 | -1/+1 |
2010-11-01 | move FlattenVariants out of AsmMatcherEmitter into a shared | Chris Lattner | 1 | -0/+7 |
2010-10-12 | Allow targets to optionally specify custom binary encoder functions for | Jim Grosbach | 1 | -3/+8 |
2010-10-11 | When figuring out which operands match which encoding fields in an instruction, | Jim Grosbach | 1 | -0/+5 |
2010-10-08 | trailing whitespace | Jim Grosbach | 1 | -15/+15 |