Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | Use unique_ptr instead of DeleteContainerSeconds. | Craig Topper | 1 | -4/+5 |
2014-11-28 | Use unique_ptr to simplify deletion. | Craig Topper | 1 | -2/+2 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-04-18 | iterator_range accessor for CodeGenTarget instruction list. | Jim Grosbach | 1 | -0/+3 |
2013-12-17 | Support little-endian encodings in the FixedLenDecoderEmitter | Hal Finkel | 1 | -0/+4 |
2013-03-17 | Use ArrayRef<MVT::SimpleValueType> when possible. | Jakob Stoklund Olesen | 1 | -3/+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 | -2/+2 |
2012-08-23 | Add CodeGenTarget::guessInstructionProperties. | Jakob Stoklund Olesen | 1 | -0/+4 |
2012-07-07 | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 1 | -1/+7 |
2012-03-01 | Revert "Emit the SubRegTable with the smallest possible integer type." | Jim Grosbach | 1 | -4/+0 |
2012-02-29 | Emit the SubRegTable with the smallest possible integer type. | Benjamin Kramer | 1 | -0/+4 |
2012-01-09 | Split AsmParser into two components - AsmParser and AsmParserVariant | Devang Patel | 1 | -0/+10 |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne | 1 | -1/+1 |
2011-09-29 | Switch to ArrayRef<CodeGenRegisterClass*>. | Jakob Stoklund Olesen | 1 | -4/+0 |
2011-06-27 | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson | 1 | -0/+7 |
2011-06-18 | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen | 1 | -4/+0 |
2011-06-15 | Move the list of register classes into CodeGenRegBank as well. | Jakob Stoklund Olesen | 1 | -64/+2 |
2011-06-11 | Move the list of registers into CodeGenRegBank. | Jakob Stoklund Olesen | 1 | -4/+1 |
2011-06-10 | Move some sub-register index calculations to CodeGenRegisters.cpp | Jakob Stoklund Olesen | 1 | -19/+4 |
2011-05-07 | Teach TableGen to automatically generate missing SubRegIndex instances. | Jakob Stoklund Olesen | 1 | -0/+3 |
2011-03-11 | Trailing whitespace. | Jim Grosbach | 1 | -13/+13 |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner | 1 | -3/+3 |
2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 1 | -1/+2 |
2010-11-02 | a bunch of random cleanup, move a helper to CGT where it belongs. | Chris Lattner | 1 | -0/+4 |
2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 1 | -1/+3 |
2010-05-25 | Ignore NumberHack and give each SubRegIndex instance a unique enum value inst... | Jakob Stoklund Olesen | 1 | -1/+5 |
2010-05-24 | Replace the tablegen RegisterClass field SubRegClassList with an alist-like data | Jakob Stoklund Olesen | 1 | -4/+14 |
2010-03-19 | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 1 | -1/+2 |
2010-03-19 | Finally change the instruction looking map to be a densemap from | Chris Lattner | 1 | -16/+11 |
2010-03-19 | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner | 1 | -9/+9 |
2010-03-19 | revert 98912 | Chris Lattner | 1 | -9/+9 |
2010-03-19 | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner | 1 | -9/+9 |
2010-03-19 | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner | 1 | -2/+9 |
2010-03-19 | don't go through getInstructions(). | Chris Lattner | 1 | -1/+1 |
2010-03-19 | look up instructions by record, not by name. | Chris Lattner | 1 | -1/+4 |
2010-03-15 | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 1 | -1/+1 |
2010-01-04 | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman | 1 | -5/+0 |
2009-11-06 | clang++ points out that this is pointless. | Chris Lattner | 1 | -1/+1 |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 1 | -10/+10 |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 1 | -10/+10 |
2009-07-29 | Match X86 register names to number. | Daniel Dunbar | 1 | -0/+4 |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 1 | -1/+1 |
2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen | 1 | -6/+2 |
2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 1 | -2/+6 |
2009-04-13 | Generalize getRegisterClassForRegister to handle registers | Dan Gohman | 1 | -4/+40 |
2008-08-20 | Factor the code for determining the target-specific instruction | Dan Gohman | 1 | -0/+4 |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 1 | -1/+4 |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 1 | -12/+12 |
2008-04-03 | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman | 1 | -0/+4 |