summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove empty test.Devang Patel2009-07-221-0/+0
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-222-7/+5
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-221-6/+3
* set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner2009-07-221-3/+6
* Replace the original ad-hoc code for determining whether (v pred w) impliesDan Gohman2009-07-211-0/+37
* Remove a big test case.Evan Cheng2009-07-211-5384/+0
* Fix ocaml tests for 64-bit MacOS systems. LLVM is currently builtBob Wilson2009-07-211-1/+6
* Do not select tSXTB / tSXTH in thumb2 mode.Evan Cheng2009-07-211-0/+34
* convert this test to filecheck format, which is faster and avoids false match...Chris Lattner2009-07-211-4/+16
* add a testcase for the pic16 section handling stuff.Chris Lattner2009-07-211-0/+15
* Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo...Evan Cheng2009-07-211-0/+5384
* remove a very large testcase for now.Chris Lattner2009-07-211-2891/+0
* Fix a dagga combiner bug: avoid creating illegal constant.Evan Cheng2009-07-211-0/+29
* Add a testcase for PR2831.Dan Gohman2009-07-211-0/+35
* Add a testcase for PR4569, which is now fixed.Dan Gohman2009-07-211-0/+24
* Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...Evan Cheng2009-07-212-0/+35
* Cross RC coalescing is now on by default.Evan Cheng2009-07-211-1/+1
* The upper argument of ConstantRange is exclusive, not inclusive.Dan Gohman2009-07-201-0/+27
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-204-1/+2925
* Forgot this test earlier.Evan Cheng2009-07-201-0/+1323
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-205-0/+202
* Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng2009-07-201-0/+11
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-8/+0
* Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng2009-07-202-0/+198
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-205-132/+35
* xfail for now.Evan Cheng2009-07-201-0/+1
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-0/+9
* Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng2009-07-201-0/+288
* This test should be run with -m32.Daniel Dunbar2009-07-191-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=4583Jakob Stoklund Olesen2009-07-191-0/+11
* Canonicalize bitcasts between types like <1 x i64> and i64 to Eli Friedman2009-07-181-0/+22
* Back out 76300; apparently the preference is to canonicalize the other Eli Friedman2009-07-181-12/+0
* Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the Eli Friedman2009-07-181-0/+9
* Canonicalize insert/extractelement from single-element vectors into Eli Friedman2009-07-181-0/+12
* Fix simplifylibcalls memset recognition to work on 64-bit platforms Eli Friedman2009-07-181-0/+12
* Catch more coalescing opportunities.Evan Cheng2009-07-182-3/+3
* Enable cross register class coalescing.Evan Cheng2009-07-185-5/+48
* Fix pr4552. Stack slot coloring with register must take care not to generate ...Evan Cheng2009-07-171-0/+55
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-1720-25/+25
* Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...Evan Cheng2009-07-171-0/+10
* rename test.Chris Lattner2009-07-171-0/+0
* Testcase for PR4214.Duncan Sands2009-07-171-0/+4
* Make promotion in operation legalization for SETCC work correctly.Eli Friedman2009-07-171-0/+6
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-161-0/+35
* Assume an inline asm might be a call, so we getDale Johannesen2009-07-161-1/+1
* Emit line numbers in asm comments when available.David Greene2009-07-161-0/+27
* Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen2009-07-161-0/+16
* Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng2009-07-161-4/+1
* this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...Chris Lattner2009-07-161-0/+1
* With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng2009-07-161-0/+102