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