Age | Commit message (Expand) | Author |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-03-17 | Use ArrayRef<MVT::SimpleValueType> when possible. | Jakob Stoklund Olesen |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-11 | Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410' | Derek Schuff |
2012-12-24 | Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64 | Elena Demikhovsky |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth |
2012-11-06 | Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32' | Derek Schuff |
2012-10-25 | Remove exception handling usage from tblgen. | Joerg Sonnenberger |
2012-09-25 | Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6' | Derek Schuff |
2012-09-19 | Add in new data types that are used by AMDIL/ANL among others. | Micah Villmow |
2012-09-18 | Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f' | Derek Schuff |
2012-09-11 | Compute a map from register names to registers, rather than scanning the list... | Owen Anderson |
2012-09-06 | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem |
2012-08-23 | Add CodeGenTarget::guessInstructionProperties. | Jakob Stoklund Olesen |
2012-08-21 | Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce | Derek Schuff |
2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
2012-07-07 | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick |
2012-07-07 | whitespace | Andrew Trick |
2012-05-27 | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner |
2012-03-01 | Revert "Emit the SubRegTable with the smallest possible integer type." | Jim Grosbach |
2012-02-29 | Emit the SubRegTable with the smallest possible integer type. | Benjamin Kramer |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-12 | Added MVT::v2f16 | Pete Cooper |
2012-01-09 | Split AsmParser into two components - AsmParser and AsmParserVariant | Devang Patel |
2011-12-20 | Add basic generic CodeGen support for half. | Dan Gohman |
2011-12-06 | First chunk of MachineInstr bundle support. | Evan Cheng |
2011-11-16 | Rename MVT::untyped to MVT::Untyped to match similar nomenclature. | Owen Anderson |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne |
2011-09-29 | Switch to ArrayRef<CodeGenRegisterClass*>. | Jakob Stoklund Olesen |
2011-07-29 | Unconstify Inits | David Greene |
2011-07-29 | [AVX] Constify Inits | David Greene |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher |
2011-07-11 | [AVX] Make Inits Foldable | David Greene |
2011-06-27 | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson |
2011-06-18 | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen |
2011-06-16 | Fix formatting. | Owen Anderson |
2011-06-15 | Add a new MVT::untyped. This will be used in future work for modelling ISA f... | Owen Anderson |
2011-06-15 | Give CodeGenRegisterClass a real sorted member set. | Jakob Stoklund Olesen |
2011-06-15 | Move the list of register classes into CodeGenRegBank as well. | Jakob Stoklund Olesen |
2011-06-11 | Move the list of registers into CodeGenRegBank. | Jakob Stoklund Olesen |
2011-06-10 | Move some sub-register index calculations to CodeGenRegisters.cpp | Jakob Stoklund Olesen |
2011-06-09 | Move TableGen's register bank classes to their own source file. | Jakob Stoklund Olesen |
2011-06-02 | Make it possible to have unallocatable register classes. | Jakob Stoklund Olesen |
2011-05-28 | Change how tblgen generates attributes for intrinsics to use a single | John McCall |
2011-05-07 | Teach TableGen to automatically generate missing SubRegIndex instances. | Jakob Stoklund Olesen |
2011-04-21 | Don't allow per-register spill size and alignment. | Jakob Stoklund Olesen |
2011-04-20 | Prefer cheap registers for busy live ranges. | Jakob Stoklund Olesen |
2011-03-11 | Make the register enum value part of the CodeGenRegister struct. | Jim Grosbach |
2011-03-11 | Trailing whitespace. | Jim Grosbach |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |