This patch cleans up the OCaml bindings so that they format nicely with
[oota-llvm.git] / test /
2008-03-09 Chris Lattnerreduce this testcase more
2008-03-09 Chris LattnerFinish implementing a readme entry: when inserting...
2008-03-09 Nick LewyckyUpdate the inliner and simplifycfg to handle unwind_to.
2008-03-09 Nick LewyckyPrune the unwind_to labels on BBs that don't need them...
2008-03-09 Chris LattnerImplement a readme entry, compiling
2008-03-09 Chris Lattnerupgrade this test
2008-03-09 Chris Lattnermake this test harder
2008-03-08 Chris LattnerTeach SD some vector identities, allowing us to compile...
2008-03-08 Andrew Lenharthmuch simpler test case
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-08 Dan GohmanAdd support for calls with i128 return values on ppc64.
2008-03-07 Andrew Lenharthadd dropped section test case for PR2123
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.
2008-03-07 Evan ChengFixed a register scavenger bug. If a def is re-defining...
2008-03-07 Devang PatelUpdate inliner to handle functions that return multiple...
2008-03-07 Devang PatelPlace for sret promotion tests.
2008-03-07 Chris Lattnermark frem as expand for all legal fp types on x86,...
2008-03-06 Bill WendlingAdd testcase.
2008-03-06 Gabor Greifsome more spelling changes
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.
2008-03-06 Nick LewyckyExercise the new CFG change.
2008-03-06 Nick LewyckyCommit the testcase too.
2008-03-06 Nick LewyckyDon't try to simplify urem and srem using arithmetic...
2008-03-06 Scott MichelRefine Cell's i64 constant generation code to cover...
2008-03-05 Scott Michel- Expand tabs to spaces.
2008-03-05 Evan ChengFix a coalescer bug wrt how dead copy interval is short...
2008-03-05 Andrew Lenharthtest for something more interesting than not crashing
2008-03-05 Andrew Lenharthsync ops on ptrs, was breaking libgomp
2008-03-05 Anton KorobeynikovFix test not to emit junk into source directory
2008-03-05 Anton KorobeynikovTestcase for PR2054
2008-03-05 Chris LattnerGeneralize FP constant shrinking optimization to apply...
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-04 Bill WendlingUse -enable-ppc-regscavenger flag for these checks
2008-03-04 Devang PatelUse cast instead of dyn_cast.
2008-03-04 Devang PatelHandle multiple return values.
2008-03-04 Evan ChengReally fix the test.
2008-03-04 Evan ChengFix broken test.
2008-03-04 Evan ChengAdd PR1501 test case.
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-03 Chris Lattnernew testcase
2008-03-02 Chris LattnerEvan implemented these.
2008-03-02 Chris LattnerEvan implemented this.
2008-03-02 Chris Lattneradd a testcase for misc vector stuff
2008-03-02 Nick LewyckyOops, can't unwind to the entry block (entry block...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-03-01 Chris LattnerFix PR2113 by verifying allocations.
2008-03-01 Chris LattnerFix this test.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-29 Bill WendlingDCE'ed this testcase.
2008-02-29 Bill WendlingIf we reload a virtual register that's already been...
2008-02-29 Chris Lattnerfix a bug Anders ran into where scalarrepl would crash...
2008-02-29 Chris LattnerFolding or(fcmp,fcmp) only works if the operands of...
2008-02-28 Lauro Ramos VenancioUpdate testcase.
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-28 Evan ChengSet to default: x86 no longer fold and into test if...
2008-02-27 Dale JohannesenNew test for misaligned Altivec laod/store.
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Chris Lattneractually run llc, thanks Dan :)
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-26 Bill WendlingUpgrade testcase.
2008-02-26 Owen AndersonAdd PR number to testcase.
2008-02-26 Owen AndersonFix an issue where GVN had the sizes of the two memcpy...
2008-02-26 Evan ChengEnable -coalescer-commute-instrs by default.
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Eli FriedmanFix for pr2093: direct operands aren't necessarily...
2008-02-26 Chris Lattnerfix this test so that the fn name doesn't match the...
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-26 Gabor Greifunbreak check-one
2008-02-26 Gabor GreifWhile hunting for two hanging tests,
2008-02-26 Evan ChengThis is possible:
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-25 Owen AndersonFix an issue where GVN was performing the return slot...
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-25 Owen AndersonFix an issue where GVN would try to use an instruction...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Zhou ShengTestcase for Revision 47478.
2008-02-23 Evan ChengRematerialization logic was overly conservative when...
2008-02-23 Evan ChengUpdate test.
2008-02-23 Evan ChengRemat of pic loads are now on by default.
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-23 Evan ChengReally. Why doesn't every arch support MMX?
2008-02-22 Evan ChengTest case for PR2082.
2008-02-22 Evan ChengAllow re-materialization of pic load (controlled by...
2008-02-22 Chris Lattnercopy mmx values from/to memory with GPRs on x86-32
2008-02-22 Chris LattnerStart using GPR's to copy around mmx value instead...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-21 Devang PatelLet invoke return aggregate value.
next