aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-02Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth
2012-07-02Fix the C++11 build. I hate narrowing conversions.Chandler Carruth
2012-07-02Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-07-02Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth
2012-06-29Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick
2012-06-28Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov
2012-06-28Silence unused variable warning.Richard Trieu
2012-06-27Refactor and speed up DFA generator.Anshuman Dasgupta
2012-06-26TableGen: AsmMatcher diagnostics preference detail.Jim Grosbach
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-26Teach TableGen to put chains on more instructionsTim Northover
2012-06-26Typo.Eric Christopher
2012-06-22TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel
2012-06-22Reverting makefile change wile I figure out what the heck happenedMarshall Clow
2012-06-22Added building yaml2obj to the configure+make build systemMarshall Clow
2012-06-22Use "NoItineraries" for processors with no itineraries.Andrew Trick
2012-06-19New test tool: obj2yamlMarshall Clow
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel
2012-06-18TableGen: AsmMatcher missing-features list minimization.Jim Grosbach
2012-06-12Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...Hal Finkel
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-06-08Sched itinerary fix: Avoid static initializers.Andrew Trick
2012-06-08Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson
2012-06-06Remove dead private member variables from gtest.Benjamin Kramer
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-06-06Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-31Didn't mean to export this function.Jakob Stoklund Olesen
2012-05-31Emit register unit root tables.Jakob Stoklund Olesen
2012-05-30Print uint16_t numbers without a sign.Jakob Stoklund Olesen
2012-05-30Remove little semicolon that caused a lot of warnings.Benjamin Kramer
2012-05-29Emit register unit lists for each register.Jakob Stoklund Olesen
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-28switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2012-05-27Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner
2012-05-27move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner
2012-05-27enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner
2012-05-26rearrange some code, no functionality change.Chris Lattner
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-05-23Fixed typo in r156905.Patrik Hägglund
2012-05-23small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner
2012-05-22Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen