aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, usingMisha Brukman2009-06-122-0/+235
* I'm going to assume that this was meant to be an assignment instead of aBill Wendling2009-06-091-1/+1
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-096-120/+4
* Add a !patsubst operator. Use on string types.David Greene2009-06-086-3/+78
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-085-45/+294
* Make !if short-circuit when possible.David Greene2009-06-081-1/+17
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-085-2/+43
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-042-2/+4
* NightlyTest: Stop running a separate Olden pass during nightly test.Daniel Dunbar2009-06-021-40/+3
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-024-75/+18
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-014-18/+75
* NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make withDaniel Dunbar2009-05-281-2/+5
* NightlyTest: Write "sentdata.txt" files and run the -submit-aux script beforeDaniel Dunbar2009-05-281-18/+25
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-4/+5
* CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes2009-05-221-0/+3
* TableGen for fast isel seems to assume an 'imm'Dale Johannesen2009-05-211-2/+2
* Add -submit-aux option to NewNightlyTest.plDaniel Dunbar2009-05-181-0/+8
* Fix warning.Nick Lewycky2009-05-151-1/+1
* Add extra parenthesis around || statements to pacify compiler.Nick Lewycky2009-05-151-7/+13
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-145-2/+41
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-145-6/+122
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-145-188/+242
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-145-348/+339
* Implement !cast.David Greene2009-05-145-154/+154
* Operation EnhancementsDavid Greene2009-05-146-165/+751
* Fix PR4207.David Greene2009-05-141-2/+6
* Slightly improve generated code in a degenerate case.Dale Johannesen2009-05-121-0/+8
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-082-1/+2
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argyrios Kyrtzidis2009-05-071-12/+1
* A better error message.Mikhail Glushenkov2009-05-061-2/+2
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-1/+1
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-052-6/+27
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-051-1/+0
* Restore minor deletion.Mike Stump2009-05-042-3/+3
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-3/+3
* Slightly change TableGen's definition of a register subclass.Jakob Stoklund Olesen2009-04-301-1/+14
* Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson2009-04-302-10/+11
* Remove unnecessary "class" keywords.Bob Wilson2009-04-302-2/+2
* Change forward declaration of MultiClass to use the "struct" keyword insteadBob Wilson2009-04-301-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-292-2/+2
* Second attempt:Bill Wendling2009-04-292-2/+2
* Fix trailing whitespace and 80-col. violations in recent TableGen changes.Bob Wilson2009-04-281-27/+34
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-282-2/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-282-2/+2
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-272-44/+3
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-243-21/+76
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-242-5/+43
* PR2957Nate Begeman2009-04-242-43/+5
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-234-54/+190