Fix a typo.
[oota-llvm.git] / test /
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-22 Bill WendlingNew testcase.
2008-03-22 Owen AndersonUse normal naming convention for test.
2008-03-22 Anton KorobeynikovAdd testcase for prev. commit. Minor fixes
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-21 Dan GohmanHandle getresult instructions in different basic blocks
2008-03-21 Duncan SandsTestcase for PR2160.
2008-03-21 Chris LattnerAdd support for calls that return two FP values in
2008-03-21 Chris Lattnerdisable a bogus assertion.
2008-03-21 Chris LattnerEnable support for returning two long-double values...
2008-03-21 Chris LattnerTeach masked value is zero about add and sub, and use...
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Evan ChengFix this xform: (sra (shl X, m), result_size) -> (sign_...
2008-03-20 Devang PatelKeep track of analysis information inherited from Modul...
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-19 Christopher LambFix X86's isTruncateFree to not claim that truncate...
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-19 Evan ChengFixed a coalescer bug caused by a typo.
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-19 Evan ChengFix live variables issues:
2008-03-18 Evan ChengFix a x86-64 isel lowering bug that's been around forev...
2008-03-18 Bill WendlingIt might be nice to have this run as x86 on non-x86...
2008-03-18 Bill WendlingTemporarily revert r48491. It's breaking test/CodeGen...
2008-03-18 Daniel BerlinFix PR 2160 by making sure arguments to external functi...
2008-03-18 Tanya LattnerDo not pass -g flag when compiling tests, so remove...
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Christopher LambTarget independent DAG transform to use truncate for...
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-17 Chris Lattnerensure we continue matching x86-64 rotates.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
2008-03-16 Nick LewyckyAll of these tests had out of date syntax and were...
2008-03-16 Nick LewyckyFunctions are allowed to return structures. (Note that...
2008-03-16 Nick LewyckyRegressions/ is long gone.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
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...
next