| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'. | Daniel Dunbar | 2009-09-13 | 9 | -9/+9 |
* | tests: Add a %abs_tmp substitution which is guaranteed to be a full path. | Daniel Dunbar | 2009-09-13 | 2 | -0/+4 |
* | Sink llvm-gcc dependent tests into distinct subdirs. | Daniel Dunbar | 2009-09-13 | 17 | -21/+25 |
* | Rewrite tests to not use Tcl substitution. | Daniel Dunbar | 2009-09-13 | 11 | -11/+11 |
* | Simplify LLVMC tests. | Daniel Dunbar | 2009-09-13 | 3 | -10/+12 |
* | Fix merge problem | Anton Korobeynikov | 2009-09-13 | 1 | -7/+0 |
* | Define proper subreg sets for arm - this should fix bunch of subtle problems | Anton Korobeynikov | 2009-09-13 | 2 | -5/+86 |
* | Add -mattr=+sse2 to the -march=x86 version of this test. Without | Dan Gohman | 2009-09-12 | 1 | -1/+1 |
* | Experimental fix for PR4960. | Daniel Dunbar | 2009-09-12 | 1 | -5/+14 |
* | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner | 2009-09-12 | 4 | -20/+25 |
* | we don't want people to override printBasicBlockLabel. | Chris Lattner | 2009-09-12 | 1 | -3/+1 |
* | Remove unnecessary #include. | Dan Gohman | 2009-09-12 | 1 | -1/+0 |
* | Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed to | Anton Korobeynikov | 2009-09-12 | 3 | -7/+26 |
* | Preserve the inbounds flag, so that the constant folder doesn't | Dan Gohman | 2009-09-12 | 1 | -2/+5 |
* | Fix the build when DEBUG_SYMBOL_TABLE is set. | Dan Gohman | 2009-09-12 | 1 | -1/+1 |
* | Convert llvm-link to IRReader. | Dan Gohman | 2009-09-12 | 3 | -16/+13 |
* | factor MBB label lowering better | Chris Lattner | 2009-09-12 | 2 | -6/+6 |
* | X86MCInstLower::Lower should only not emit anything to OutStreamer, | Chris Lattner | 2009-09-12 | 2 | -27/+43 |
* | eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for | Chris Lattner | 2009-09-12 | 5 | -33/+12 |
* | split MachineInstr -> MCInst lowering into its own class (not | Chris Lattner | 2009-09-12 | 3 | -134/+198 |
* | remove the "old" at&t style asmprinter. Unfortunately, most of the | Chris Lattner | 2009-09-12 | 2 | -19/+1 |
* | Whoops. Committed the headers for r81605 - 'Moved some more index operations ... | Lang Hames | 2009-09-12 | 2 | -17/+15 |
* | Moved some more index operations over to LiveIntervals. | Lang Hames | 2009-09-12 | 2 | -51/+51 |
* | Added the WAIT instruction to the Intel tables, | Sean Callanan | 2009-09-12 | 1 | -0/+1 |
* | Added CMPS (string comparison) instructions for all | Sean Callanan | 2009-09-12 | 2 | -0/+6 |
* | Remove -new-coalescer-heuristic. It's not useful. | Evan Cheng | 2009-09-12 | 2 | -183/+21 |
* | 80 col violations. | Evan Cheng | 2009-09-12 | 1 | -5/+9 |
* | fix another GCC bootstrap problem, which manifested as things | Chris Lattner | 2009-09-12 | 1 | -1/+1 |
* | fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare | Chris Lattner | 2009-09-12 | 1 | -1/+1 |
* | Added SCAS instructions in their 8, 16, 32, and | Sean Callanan | 2009-09-12 | 2 | -0/+6 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-09-11 | 1 | -2/+2 |
* | Update CMake files. | Ted Kremenek | 2009-09-11 | 3 | -1/+3 |
* | De-bork CMake build. llvm-extract depends on asmparser | Douglas Gregor | 2009-09-11 | 1 | -1/+1 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 12 | -52/+72 |
* | Revert array initialization regclass change so that the initialization stays ... | Jim Grosbach | 2009-09-11 | 1 | -24/+20 |
* | Update register class references to use the global constant ARM::*RegisterCla... | Jim Grosbach | 2009-09-11 | 2 | -26/+30 |
* | Added ADC, SUB, SBB, and OR instructions that operate | Sean Callanan | 2009-09-11 | 2 | -0/+41 |
* | Fix pr4820: Don't run llvm-config during "make clean" since it may have | Bob Wilson | 2009-09-11 | 1 | -0/+4 |
* | Remove an unnecessary -f. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 86 | -181/+112 |
* | fix pasto | Chris Lattner | 2009-09-11 | 1 | -2/+2 |
* | Don't generate Dwarf line table entries for source line 0. | Caroline Tice | 2009-09-11 | 1 | -0/+6 |
* | fix some fixmes: emit stubs in sorted order. | Chris Lattner | 2009-09-11 | 1 | -14/+34 |
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 20 | -26/+26 |
* | Fix this test to test what it was originally intended to test. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | give densemap iterators real iterator traits. | Chris Lattner | 2009-09-11 | 1 | -3/+6 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1273 | -1366/+1366 |
* | Fix PR4948 (and a leak): by not destroying the DwarfException | Duncan Sands | 2009-09-11 | 1 | -0/+2 |
* | turn on -experimental-asm-printer for x86 / AT&T by default. | Chris Lattner | 2009-09-11 | 3 | -495/+495 |
* | another random update | Chris Lattner | 2009-09-11 | 1 | -1/+1 |