And lo, I was given a testcase for 131152. rdar://problem/9416774
[oota-llvm.git] / test /
2011-05-11 Stuart HastingsAnd lo, I was given a testcase for 131152. rdar:/...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-10 Rafael EspindolaAdd triple.
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Justin HolewinskiPTX: add test cases for cvt, fneg, and selp
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-06 Jakob Stoklund OlesenEmit a proper error message when register allocators...
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.
2011-05-06 Rafael EspindolaPass -disable-cfi to llc.
2011-05-06 Rafael EspindolaPass -disable-cfi.
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-05 Galina KistanovaMany LLVM tests relies on standard output stream be...
2011-05-05 Eli FriedmanAvoid extra vreg copies for arguments passed in registe...
2011-05-05 Jakob Stoklund OlesenFix test to be less sensitive to coalescing.
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2011-05-04 Jakob Stoklund OlesenFix a batch of x86 tests to be coalescer independent.
2011-05-04 Dan GohmanGive this test an explicit register allocator, so that...
2011-05-04 Bill WendlingSjLj EH could produce a machine basic block that legiti...
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Galina KistanovaThis test fails on ARM. The test shouldn't explicitly...
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2011-05-04 Jakob Stoklund OlesenFix more register and coalescing dependencies.
2011-05-04 Jakob Stoklund OlesenExplicitly request physreg coalesing for a bunch of...
2011-05-04 Jakob Stoklund OlesenFileCheckize and break dependence on coalescing order.
2011-05-04 Jakob Stoklund OlesenExplicitly request -join-physregs for some tests that...
2011-05-04 Devang PatelDo not emit location expression size twice.
2011-05-04 Akira HatanakaRemove LLVM IR metadata in test case committed in r130847.
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-04 Duncan SandsAdd variations on: max(x,y) >= min(x,z) folds to true...
2011-05-04 Jakob Stoklund OlesenDon't depend on the physreg coalescing order.
2011-05-04 Jakob Stoklund OlesenDon't run this test through -regalloc=basic.
2011-05-04 Jakob Stoklund OlesenFix register-dependent XCore tests
2011-05-04 Jakob Stoklund OlesenFix register-dependent test in MSP430.
2011-05-04 Eric ChristopherRemove some random comments that snuck in from somewhere.
2011-05-03 Jakob Stoklund OlesenFix a bunch of ARM tests to be register allocation...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-05-03 Evan ChengMake the test less likely to fail with minor changes.
2011-05-03 Bob WilsonRemove test for iOS divmod function, since that is...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-05-03 Rafael EspindolaPass --disable-cfi to llc.
2011-05-03 Eric Christopherxmm0 is an implicit parameter in this and so shouldn...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-05-02 Rafael EspindolaPass -disable-cfi to llc.
2011-05-02 Duncan SandsFix PR9579: when simplifying a compare to "true" or...
2011-05-02 Duncan SandsMove some rem transforms out of instcombine and into...
2011-05-02 Rafael EspindolaAdd 130690 back.
2011-05-02 Rafael EspindolaRevert while I debug the tests that use march but not...
2011-05-02 Rafael EspindolaMove ppc OS X to cfi too. I am building it on an old...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Benjamin KramerInstCombine: Turn (zext A) udiv (zext B) into (zext...
2011-04-30 Benjamin KramerUse SimplifyDemandedBits on div instructions.
2011-04-30 Benjamin KramerFileCheckize.
2011-04-30 Jakob Stoklund OlesenAllow folded spills in test.
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-04-29 Eli FriedmanMake FastEmit_ri_ try a bit harder to succeed for suppo...
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-29 Eli FriedmanFix run-line, again. :(
2011-04-29 Eli FriedmanRe-committing r130454, which does not in fact break...
2011-04-29 Eric ChristopherAdd trunc->branch support, this won't help with clang...
2011-04-29 Peter CollingbourneSimplifyCFG: Expose phi node folding cost threshold...
2011-04-29 Peter CollingbourneSimplifyCFG: Add CostRemaining parameter to DominatesMe...
2011-04-29 Peter CollingbourneSimplifyCFG: Add Trunc, ZExt and SExt to the list of...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2011-04-29 Rafael EspindolaChange DwarfCFIException's member variables to track...
2011-04-29 Andrew TrickTeach Thumb2 isel to fold and->rotr ==> ROR.
2011-04-29 Andrew TrickCombine thumb2-ror tests.
2011-04-29 Benjamin KramerInstCombine: turn (C1 << A) << C2) into (C1 << C2)...
2011-04-28 Eli FriedmanRevert r130454; apparently this doesn't actually work.
2011-04-28 Eli FriedmanFix runline.
2011-04-28 Eli FriedmanFix a rather obscure crash caused by ARM fast-isel...
2011-04-28 Eli Friedmanfast-isel sret calls, try 2. We actually do need to...
2011-04-28 Eli FriedmanActually revert r130348 correctly.
2011-04-28 Chris Lattnerfinal step needed to resolve PR6627, which allows us...
2011-04-28 Eli FriedmanRevert r130348; causing buildbot issues on x86-32.
2011-04-28 Benjamin KramerInstCombine: Merge "(trunc x) == C1 & (and x, CA) ...
2011-04-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Eli FriedmanFix a silly mistake in r130338.
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
next