Expose Module::dump via C and Ocaml.
[oota-llvm.git] / test /
2008-03-14 Evan ChengFix PR2138. Apparently any modification to a std::multi...
2008-03-14 Bill WendlingThe inst combining of inttoptr into GEP with one index...
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-13 Owen AndersonFix a bug in GVN that Duncan noticed, where we potentia...
2008-03-13 Tanya LattnerFix error in testing for END. notation.
2008-03-13 Evan ChengNew test case.
2008-03-13 Evan ChengA test case I forgot to check in.
2008-03-13 Evan ChengTwoAddressInstructionPass enhancement. After it convert...
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Dan GohmanFix this test on hosts that don't have sse2.
2008-03-12 Chris Lattnerno need to keep around this output.
2008-03-12 Owen AndersonImprove the return slot optimization to be both more...
2008-03-12 Dan GohmanMake this test x86-specific for now; targets that don...
2008-03-12 Devang PatelFix attribute handling.
2008-03-11 Dan GohmanBasic feature test for multiple return values in codegen.
2008-03-11 Anton KorobeynikovTestcase for PR2137
2008-03-11 Devang PatelHandle multiple ret values.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Dan GohmanMake this test more challenging to help it avoid being
2008-03-11 Anton KorobeynikovUpdate testcase for recent aliases change
2008-03-11 Dan GohmanAdd a test to ensure that all-ones vectors are material...
2008-03-11 Dan GohmanUse the correct value for InSignBit.
2008-03-11 Chris LattnerImplement basic support for the 'f' register class...
2008-03-11 Dale JohannesenThe feature this is testing did not work in the general...
2008-03-11 Evan ChengLearn how to xfail a test.
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-11 Evan ChengXFAIL due to Dale's change.
2008-03-11 Devang PatelInitial multiple return values support.
2008-03-11 Dan GohmanUpgrade this test.
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Chris LattnerDon't emit FP_REG_KILL into a block that just returns...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Bill WendlingUpdate llc flags for PPC register scavenger.
2008-03-10 Anton KorobeynikovThis passes now
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Dale JohannesenThe __sync primitives only work on x86 and alpha;
2008-03-10 Devang PatelSimplify
2008-03-10 Dale JohannesenAdd -m32 to compilation line; test is only valid in
2008-03-10 Dale JohannesenThese tests don't work unless SSE2 is active.
2008-03-10 Dale JohannesenThere is no "-mattr=+sse1" flag; fix test for non-x86...
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-10 Evan Cheng- Fix a subtle bug in RemoveCopyByCommutingDef. ALR...
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Chris Lattnerremove an execution test.
2008-03-10 Chris Lattnerswitch from hard coded g++/as tools to the ones detecte...
2008-03-10 Chris LattnerFix a typo
2008-03-10 Chris LattnerFix PR2120 by changing the replacement order to change...
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Anton KorobeynikovThis works on x86_64
2008-03-09 Evan ChengFix RUN line.
2008-03-09 Anton KorobeynikovTemporary XFAIL the test, until I'll commit a fix
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris LattnerAdd ScheduleDAG support for copytoreg where the src...
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-09 Nick LewyckyFirstly, having a BranchInst isn't exclusive with havin...
2008-03-09 Nick LewyckyA BB that unwind_to an "unwind" inst is that same as...
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.
next