| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 2 | -2/+4 |
* | NightlyTest: Stop running a separate Olden pass during nightly test. | Daniel Dunbar | 2009-06-02 | 1 | -40/+3 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 4 | -75/+18 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 4 | -18/+75 |
* | NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with | Daniel Dunbar | 2009-05-28 | 1 | -2/+5 |
* | NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before | Daniel Dunbar | 2009-05-28 | 1 | -18/+25 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -4/+5 |
* | CMake: Use libpthread in tblgen when needed. Updated list of source | Oscar Fuentes | 2009-05-22 | 1 | -0/+3 |
* | TableGen for fast isel seems to assume an 'imm' | Dale Johannesen | 2009-05-21 | 1 | -2/+2 |
* | Add -submit-aux option to NewNightlyTest.pl | Daniel Dunbar | 2009-05-18 | 1 | -0/+8 |
* | Fix warning. | Nick Lewycky | 2009-05-15 | 1 | -1/+1 |
* | Add extra parenthesis around || statements to pacify compiler. | Nick Lewycky | 2009-05-15 | 1 | -7/+13 |
* | Implement !if, analogous to $(if) in GNU make. | David Greene | 2009-05-14 | 5 | -2/+41 |
* | Graduate LLVM to the big leagues by embedding a LISP processor into TableGen. | David Greene | 2009-05-14 | 5 | -6/+122 |
* | Implement a !foreach operator analogous to GNU make's $(foreach). | David Greene | 2009-05-14 | 5 | -188/+242 |
* | Implement a !subst operation simmilar to $(subst) in GNU make to do | David Greene | 2009-05-14 | 5 | -348/+339 |
* | Implement !cast. | David Greene | 2009-05-14 | 5 | -154/+154 |
* | Operation Enhancements | David Greene | 2009-05-14 | 6 | -165/+751 |
* | Fix PR4207. | David Greene | 2009-05-14 | 1 | -2/+6 |
* | Slightly improve generated code in a degenerate case. | Dale Johannesen | 2009-05-12 | 1 | -0/+8 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Change 'make install' to install tblgen, for better support of out-of-tree ta... | Chris Lattner | 2009-05-08 | 2 | -1/+2 |
* | Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo... | Argyrios Kyrtzidis | 2009-05-07 | 1 | -12/+1 |
* | A better error message. | Mikhail Glushenkov | 2009-05-06 | 1 | -2/+2 |
* | The 'forward_as' property did not use its second argument. | Mikhail Glushenkov | 2009-05-06 | 1 | -1/+1 |
* | Allow multiclass def names to contain "#NAME"" where TableGen replaces | David Greene | 2009-05-05 | 2 | -6/+27 |
* | Fix incorrect code generation with ENV. | Mikhail Glushenkov | 2009-05-05 | 1 | -1/+0 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 2 | -3/+3 |
* | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis | 2009-04-30 | 1 | -3/+3 |
* | Slightly change TableGen's definition of a register subclass. | Jakob Stoklund Olesen | 2009-04-30 | 1 | -1/+14 |
* | Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass | Bob Wilson | 2009-04-30 | 2 | -10/+11 |
* | Remove unnecessary "class" keywords. | Bob Wilson | 2009-04-30 | 2 | -2/+2 |
* | Change forward declaration of MultiClass to use the "struct" keyword instead | Bob Wilson | 2009-04-30 | 1 | -1/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 2 | -2/+2 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 2 | -2/+2 |
* | Fix trailing whitespace and 80-col. violations in recent TableGen changes. | Bob Wilson | 2009-04-28 | 1 | -27/+34 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 2 | -2/+2 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 2 | -2/+2 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 2 | -44/+3 |
* | Fix multiclass inheritance to limit value resolution to new defs added | David Greene | 2009-04-24 | 3 | -21/+76 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 2 | -5/+43 |
* | PR2957 | Nate Begeman | 2009-04-24 | 2 | -43/+5 |
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 4 | -54/+190 |
* | Allow defm to inherit from multiple multiclasses. | David Greene | 2009-04-22 | 1 | -68/+76 |
* | Implement !nameconcat to concatenate strings and look up the resulting | David Greene | 2009-04-22 | 6 | -34/+108 |
* | Implement multiclass inheritance. | David Greene | 2009-04-22 | 2 | -3/+175 |
* | 'The "or die" is intended to catch the case where nm returned a | Anton Korobeynikov | 2009-04-21 | 1 | -3/+4 |
* | One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin... | Evan Cheng | 2009-04-20 | 1 | -1/+1 |
* | Add some assertions. | Mikhail Glushenkov | 2009-04-19 | 1 | -1/+2 |
* | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 2009-04-17 | 1 | -0/+9 |