summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper2012-07-12
* Machine model: allow itineraries to be shared by different processor models.Andrew Trick2012-07-09
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* whitespaceAndrew Trick2012-07-07
* Tweak spelling.Andrew Trick2012-07-07
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-02
* Fix the C++11 build. I hate narrowing conversions.Chandler Carruth2012-07-02
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-02
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-02
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-29
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-29
* Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov2012-06-28
* Silence unused variable warning.Richard Trieu2012-06-28
* Refactor and speed up DFA generator.Anshuman Dasgupta2012-06-27
* TableGen: AsmMatcher diagnostics preference detail.Jim Grosbach2012-06-26
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Teach TableGen to put chains on more instructionsTim Northover2012-06-26
* Typo.Eric Christopher2012-06-26
* TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach2012-06-22
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-22
* Reverting makefile change wile I figure out what the heck happenedMarshall Clow2012-06-22
* Added building yaml2obj to the configure+make build systemMarshall Clow2012-06-22
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* New test tool: obj2yamlMarshall Clow2012-06-19
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* TableGen: AsmMatcher missing-features list minimization.Jim Grosbach2012-06-18
* Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...Hal Finkel2012-06-12
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Sched itinerary fix: Avoid static initializers.Andrew Trick2012-06-08
* Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson2012-06-08
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-06
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-06
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Didn't mean to export this function.Jakob Stoklund Olesen2012-05-31
* Emit register unit root tables.Jakob Stoklund Olesen2012-05-31
* Print uint16_t numbers without a sign.Jakob Stoklund Olesen2012-05-30
* Remove little semicolon that caused a lot of warnings.Benjamin Kramer2012-05-30
* Emit register unit lists for each register.Jakob Stoklund Olesen2012-05-29
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-28
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-27
* Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner2012-05-27
* move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner2012-05-27
* enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner2012-05-27
* rearrange some code, no functionality change.Chris Lattner2012-05-26
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-25
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24