aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix a "Bad fd number" error on some platforms due to a less portableEric Christopher2012-07-231-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-234-4/+4
* lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar2012-07-201-1/+5
* Move around some enum elements so that lastMRM corrects gets assigned 56, whichRichard Trieu2012-07-181-2/+2
* TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach2012-07-181-2/+2
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-182-6/+13
* TableGen: Pattern<> references to null_frag are a nop.Jim Grosbach2012-07-171-0/+5
* TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach2012-07-171-2/+36
* Defer checking for registers in the MC AsmMatcher until the after user-define...Owen Anderson2012-07-161-16/+16
* TableGen: Assembly matcher 'insufficient operands' diagnostic.Jim Grosbach2012-07-121-0/+1
* Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper2012-07-122-14/+14
* Machine model: allow itineraries to be shared by different processor models.Andrew Trick2012-07-091-0/+12
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-077-229/+508
* whitespaceAndrew Trick2012-07-071-3/+3
* Tweak spelling.Andrew Trick2012-07-071-4/+4
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-021-15/+4
* Fix the C++11 build. I hate narrowing conversions.Chandler Carruth2012-07-021-1/+1
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-021-1/+1
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-021-4/+15
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-291-1/+1
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-291-1/+1
* Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov2012-06-281-1/+1
* Silence unused variable warning.Richard Trieu2012-06-281-0/+1
* Refactor and speed up DFA generator.Anshuman Dasgupta2012-06-271-21/+48
* TableGen: AsmMatcher diagnostics preference detail.Jim Grosbach2012-06-261-1/+3
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-262-0/+6
* Teach TableGen to put chains on more instructionsTim Northover2012-06-261-0/+7
* Typo.Eric Christopher2012-06-261-1/+1
* TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach2012-06-221-16/+69
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-221-2/+2
* Reverting makefile change wile I figure out what the heck happenedMarshall Clow2012-06-221-1/+1
* Added building yaml2obj to the configure+make build systemMarshall Clow2012-06-222-2/+2
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-221-37/+41
* New test tool: obj2yamlMarshall Clow2012-06-195-0/+512
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-181-2/+2
* TableGen: AsmMatcher missing-features list minimization.Jim Grosbach2012-06-181-3/+9
* Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...Hal Finkel2012-06-121-1/+1
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-1132-1081/+904
* Sched itinerary fix: Avoid static initializers.Andrew Trick2012-06-081-2/+1
* Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson2012-06-082-5/+27
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-062-3/+1
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-2/+1
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-062-2/+1
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-061-0/+6
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-052-1/+33
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-022-4/+4
* Didn't mean to export this function.Jakob Stoklund Olesen2012-05-311-0/+1
* Emit register unit root tables.Jakob Stoklund Olesen2012-05-311-0/+17
* Print uint16_t numbers without a sign.Jakob Stoklund Olesen2012-05-301-1/+1
* Remove little semicolon that caused a lot of warnings.Benjamin Kramer2012-05-301-1/+1