| Commit message (Expand) | Author | Age | Files | Lines |
* | TableGen: Allow conditional instruction pattern in multiclass. | Jim Grosbach | 2012-07-17 | 1 | -2/+36 |
* | Defer checking for registers in the MC AsmMatcher until the after user-define... | Owen Anderson | 2012-07-16 | 1 | -16/+16 |
* | TableGen: Assembly matcher 'insufficient operands' diagnostic. | Jim Grosbach | 2012-07-12 | 1 | -0/+1 |
* | Update GATHER instructions to support 2 read-write operands. Patch from mysel... | Craig Topper | 2012-07-12 | 2 | -14/+14 |
* | Machine model: allow itineraries to be shared by different processor models. | Andrew Trick | 2012-07-09 | 1 | -0/+12 |
* | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 2012-07-07 | 7 | -229/+508 |
* | whitespace | Andrew Trick | 2012-07-07 | 1 | -3/+3 |
* | Tweak spelling. | Andrew Trick | 2012-07-07 | 1 | -4/+4 |
* | Fix the C++11 build. I hate narrowing conversions. | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary." | Andrew Trick | 2012-07-02 | 1 | -1/+1 |
* | Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary." | Andrew Trick | 2012-06-29 | 1 | -1/+1 |
* | Make NumMicroOps a variable in the subtarget's instruction itinerary. | Andrew Trick | 2012-06-29 | 1 | -1/+1 |
* | Fix Windows build after r159281: s/iterator/const_iterator | Alexey Samsonov | 2012-06-28 | 1 | -1/+1 |
* | Silence unused variable warning. | Richard Trieu | 2012-06-28 | 1 | -0/+1 |
* | Refactor and speed up DFA generator. | Anshuman Dasgupta | 2012-06-27 | 1 | -21/+48 |
* | TableGen: AsmMatcher diagnostics preference detail. | Jim Grosbach | 2012-06-26 | 1 | -1/+3 |
* | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren | 2012-06-26 | 2 | -0/+6 |
* | Teach TableGen to put chains on more instructions | Tim Northover | 2012-06-26 | 1 | -0/+7 |
* | TableGen: AsmMatcher support for better operand diagnostics. | Jim Grosbach | 2012-06-22 | 1 | -16/+69 |
* | Revert r158679 - use case is unclear (and it increases the memory footprint). | Hal Finkel | 2012-06-22 | 1 | -2/+2 |
* | Use "NoItineraries" for processors with no itineraries. | Andrew Trick | 2012-06-22 | 1 | -37/+41 |
* | Allow up to 64 functional units per processor itinerary. | Hal Finkel | 2012-06-18 | 1 | -2/+2 |
* | TableGen: AsmMatcher missing-features list minimization. | Jim Grosbach | 2012-06-18 | 1 | -3/+9 |
* | Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr... | Hal Finkel | 2012-06-12 | 1 | -1/+1 |
* | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 32 | -1081/+904 |
* | Sched itinerary fix: Avoid static initializers. | Andrew Trick | 2012-06-08 | 1 | -2/+1 |
* | Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co... | Owen Anderson | 2012-06-08 | 2 | -5/+27 |
* | Round 2 of dead private variable removal. | Benjamin Kramer | 2012-06-06 | 1 | -2/+1 |
* | Remove unused private fields found by clang's new -Wunused-private-field. | Benjamin Kramer | 2012-06-06 | 2 | -2/+1 |
* | misched: Added MultiIssueItineraries. | Andrew Trick | 2012-06-05 | 2 | -1/+33 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -3/+3 |
* | Didn't mean to export this function. | Jakob Stoklund Olesen | 2012-05-31 | 1 | -0/+1 |
* | Emit register unit root tables. | Jakob Stoklund Olesen | 2012-05-31 | 1 | -0/+17 |
* | Print uint16_t numbers without a sign. | Jakob Stoklund Olesen | 2012-05-30 | 1 | -1/+1 |
* | Remove little semicolon that caused a lot of warnings. | Benjamin Kramer | 2012-05-30 | 1 | -1/+1 |
* | Emit register unit lists for each register. | Jakob Stoklund Olesen | 2012-05-29 | 3 | -4/+93 |
* | Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex... | Benjamin Kramer | 2012-05-29 | 1 | -2/+6 |
* | switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. | Chris Lattner | 2012-05-28 | 1 | -1/+2 |
* | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner | 2012-05-27 | 3 | -5/+28 |
* | Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef... | Chris Lattner | 2012-05-27 | 1 | -137/+0 |
* | move some code around so that Verifier.cpp can get access to the intrinsic in... | Chris Lattner | 2012-05-27 | 1 | -33/+4 |
* | enhance the intrinsic info table to encode what *kind* of Any argument | Chris Lattner | 2012-05-27 | 1 | -12/+20 |
* | rearrange some code, no functionality change. | Chris Lattner | 2012-05-26 | 1 | -20/+24 |
* | Compress MCRegisterInfo register name tables. | Jakob Stoklund Olesen | 2012-05-25 | 1 | -3/+16 |
* | Teach tblgen's set theory "sequence" operator to support an optional stride o... | Owen Anderson | 2012-05-24 | 1 | -3/+17 |
* | Fixed typo in r156905. | Patrik Hägglund | 2012-05-23 | 1 | -2/+2 |
* | small refinement to r157218 to save a tiny amount of table size in the common | Chris Lattner | 2012-05-23 | 1 | -4/+10 |
* | Also compute TopoSigs in synthetic register classes. | Jakob Stoklund Olesen | 2012-05-22 | 2 | -3/+8 |
* | Added address space qualifier to intrinsic PointerType arguments. | Pete Cooper | 2012-05-21 | 1 | -0/+6 |
* | enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ... | Chris Lattner | 2012-05-17 | 2 | -164/+75 |