aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.Daniel Dunbar2009-09-139-9/+9
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-132-0/+4
* Sink llvm-gcc dependent tests into distinct subdirs.Daniel Dunbar2009-09-1317-21/+25
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-1311-11/+11
* Simplify LLVMC tests.Daniel Dunbar2009-09-133-10/+12
* Fix merge problemAnton Korobeynikov2009-09-131-7/+0
* Define proper subreg sets for arm - this should fix bunch of subtle problemsAnton Korobeynikov2009-09-132-5/+86
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-121-1/+1
* Experimental fix for PR4960.Daniel Dunbar2009-09-121-5/+14
* devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.Chris Lattner2009-09-124-20/+25
* we don't want people to override printBasicBlockLabel.Chris Lattner2009-09-121-3/+1
* Remove unnecessary #include.Dan Gohman2009-09-121-1/+0
* Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed toAnton Korobeynikov2009-09-123-7/+26
* Preserve the inbounds flag, so that the constant folder doesn'tDan Gohman2009-09-121-2/+5
* Fix the build when DEBUG_SYMBOL_TABLE is set.Dan Gohman2009-09-121-1/+1
* Convert llvm-link to IRReader.Dan Gohman2009-09-123-16/+13
* factor MBB label lowering betterChris Lattner2009-09-122-6/+6
* X86MCInstLower::Lower should only not emit anything to OutStreamer,Chris Lattner2009-09-122-27/+43
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-125-33/+12
* split MachineInstr -> MCInst lowering into its own class (notChris Lattner2009-09-123-134/+198
* remove the "old" at&t style asmprinter. Unfortunately, most of theChris Lattner2009-09-122-19/+1
* Whoops. Committed the headers for r81605 - 'Moved some more index operations ...Lang Hames2009-09-122-17/+15
* Moved some more index operations over to LiveIntervals.Lang Hames2009-09-122-51/+51
* Added the WAIT instruction to the Intel tables,Sean Callanan2009-09-121-0/+1
* Added CMPS (string comparison) instructions for allSean Callanan2009-09-122-0/+6
* Remove -new-coalescer-heuristic. It's not useful.Evan Cheng2009-09-122-183/+21
* 80 col violations.Evan Cheng2009-09-121-5/+9
* fix another GCC bootstrap problem, which manifested as thingsChris Lattner2009-09-121-1/+1
* fix an embarassing typo that resulted in llvm-gcc bootstrap miscompareChris Lattner2009-09-121-1/+1
* Added SCAS instructions in their 8, 16, 32, andSean Callanan2009-09-122-0/+6
* Fix -Asserts warning.Daniel Dunbar2009-09-111-2/+2
* Update CMake files.Ted Kremenek2009-09-113-1/+3
* De-bork CMake build. llvm-extract depends on asmparserDouglas Gregor2009-09-111-1/+1
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-1112-52/+72
* Revert array initialization regclass change so that the initialization stays ...Jim Grosbach2009-09-111-24/+20
* Update register class references to use the global constant ARM::*RegisterCla...Jim Grosbach2009-09-112-26/+30
* Added ADC, SUB, SBB, and OR instructions that operateSean Callanan2009-09-112-0/+41
* Fix pr4820: Don't run llvm-config during "make clean" since it may haveBob Wilson2009-09-111-0/+4
* Remove an unnecessary -f.Dan Gohman2009-09-111-1/+1
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-1186-181/+112
* fix pastoChris Lattner2009-09-111-2/+2
* Don't generate Dwarf line table entries for source line 0.Caroline Tice2009-09-111-0/+6
* fix some fixmes: emit stubs in sorted order.Chris Lattner2009-09-111-14/+34
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-1120-26/+26
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-111-1/+1
* give densemap iterators real iterator traits.Chris Lattner2009-09-111-3/+6
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111273-1366/+1366
* Fix PR4948 (and a leak): by not destroying the DwarfExceptionDuncan Sands2009-09-111-0/+2
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-113-495/+495
* another random updateChris Lattner2009-09-111-1/+1