| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Fix trivial typos in comments | James Henderson | 2020-01-06 | 1 | -2/+2 |
* | Recommit "[GlobalISel] Import patterns containing INSERT_SUBREG" | Jessica Paquette | 2019-08-27 | 1 | -0/+6 |
* | Revert "[GlobalISel] Import patterns containing INSERT_SUBREG" | Jessica Paquette | 2019-08-27 | 1 | -6/+0 |
* | [GlobalISel] Import patterns containing INSERT_SUBREG | Jessica Paquette | 2019-08-26 | 1 | -0/+6 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [GlobalISel][Tablegen] Assign small opcodes to pseudos | Roman Tereshin | 2018-05-23 | 1 | -0/+12 |
* | [Tablegen] Tidying up InstRegexOp a little, NFC | Roman Tereshin | 2018-05-23 | 1 | -5/+5 |
* | [MachineOperand][Target] MachineOperand::isRenamable semantics changes | Geoff Berry | 2018-02-23 | 1 | -0/+5 |
* | [TableGen] Add a way of getting the number of generic opcodes without includi... | Benjamin Kramer | 2018-01-24 | 1 | -0/+3 |
* | TableGen: Allow setting SDNodeProperties on intrinsics | Matt Arsenault | 2017-12-20 | 1 | -19/+1 |
* | TableGen support for parameterized register class information | Krzysztof Parzyszek | 2017-09-14 | 1 | -11/+10 |
* | [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp... | Craig Topper | 2017-07-07 | 1 | -1/+1 |
* | TableGen: Use StringRef instead of const std::string& in return vals. | Matthias Braun | 2016-12-04 | 1 | -1/+1 |
* | Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres... | Peter Collingbourne | 2016-11-09 | 1 | -1/+2 |
* | Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen... | Peter Collingbourne | 2016-11-09 | 1 | -2/+1 |
* | X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ... | Peter Collingbourne | 2016-11-09 | 1 | -1/+2 |
* | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
* | TableGen: Use StringRef instead of std::string | Matt Arsenault | 2016-05-25 | 1 | -2/+2 |
* | [TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ... | Craig Topper | 2016-01-17 | 1 | -3/+0 |
* | [TableGen] Return ArrayRef instead of a std::vector reference from getInstruc... | Craig Topper | 2016-01-17 | 1 | -2/+2 |
* | [TableGen] Use std::find instead of a manual loop. NFC | Craig Topper | 2016-01-17 | 1 | -3/+1 |
* | Use make_range to reduce mentions of iterator type. NFC | Craig Topper | 2015-12-06 | 1 | -1/+1 |
* | Use unique_ptr instead of DeleteContainerSeconds. | Craig Topper | 2014-12-10 | 1 | -4/+5 |
* | Use unique_ptr to simplify deletion. | Craig Topper | 2014-11-28 | 1 | -2/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | iterator_range accessor for CodeGenTarget instruction list. | Jim Grosbach | 2014-04-18 | 1 | -0/+3 |
* | Support little-endian encodings in the FixedLenDecoderEmitter | Hal Finkel | 2013-12-17 | 1 | -0/+4 |
* | Use ArrayRef<MVT::SimpleValueType> when possible. | Jakob Stoklund Olesen | 2013-03-17 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | Add CodeGenTarget::guessInstructionProperties. | Jakob Stoklund Olesen | 2012-08-23 | 1 | -0/+4 |
* | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 2012-07-07 | 1 | -1/+7 |
* | Revert "Emit the SubRegTable with the smallest possible integer type." | Jim Grosbach | 2012-03-01 | 1 | -4/+0 |
* | Emit the SubRegTable with the smallest possible integer type. | Benjamin Kramer | 2012-02-29 | 1 | -0/+4 |
* | Split AsmParser into two components - AsmParser and AsmParserVariant | Devang Patel | 2012-01-09 | 1 | -0/+10 |
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -1/+1 |
* | Switch to ArrayRef<CodeGenRegisterClass*>. | Jakob Stoklund Olesen | 2011-09-29 | 1 | -4/+0 |
* | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson | 2011-06-27 | 1 | -0/+7 |
* | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -4/+0 |
* | Move the list of register classes into CodeGenRegBank as well. | Jakob Stoklund Olesen | 2011-06-15 | 1 | -64/+2 |
* | Move the list of registers into CodeGenRegBank. | Jakob Stoklund Olesen | 2011-06-11 | 1 | -4/+1 |
* | Move some sub-register index calculations to CodeGenRegisters.cpp | Jakob Stoklund Olesen | 2011-06-10 | 1 | -19/+4 |
* | Teach TableGen to automatically generate missing SubRegIndex instances. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -0/+3 |
* | Trailing whitespace. | Jim Grosbach | 2011-03-11 | 1 | -13/+13 |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -3/+3 |
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+2 |
* | a bunch of random cleanup, move a helper to CGT where it belongs. | Chris Lattner | 2010-11-02 | 1 | -0/+4 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -1/+3 |
* | Ignore NumberHack and give each SubRegIndex instance a unique enum value inst... | Jakob Stoklund Olesen | 2010-05-25 | 1 | -1/+5 |
* | Replace the tablegen RegisterClass field SubRegClassList with an alist-like data | Jakob Stoklund Olesen | 2010-05-24 | 1 | -4/+14 |