Add an unfolded offset field to LSR's Formula record. This is used to
[oota-llvm.git] / test /
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
2011-04-27 Eli Friedmanfast-isel sret. We actually don't need to do anything...
2011-04-27 Johnny ChenAdd tests for A8.6.110 NOP.
2011-04-27 Andrew TrickFixes PR9730: indvars: An asserting value handle still...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Dan GohmanTeach BasicAA about arm.neon.vld1 and vst1.
2011-04-27 Evan ChengIf converter was being too cute. It look for root BBs...
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-27 Devang PatelSimplify cfg inserts a call to trap when unreachable...
2011-04-27 Jakob Stoklund OlesenAlso add <imp-def> operands for defined and dead super...
2011-04-27 Andrew TrickTest case and comment for PR9633.
2011-04-27 Eli FriedmanFix an edge case involving branches in fast-isel on...
2011-04-26 Chris Lattnerremove support for llvm.invariant.end from memdep....
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Evan ChengThis test should be in MC. It breaks with changes to...
2011-04-26 Chris Lattnermake a couple of changes to the standard pass pipeline:
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
2011-04-26 Benjamin KramerForce a triple on this test to unbreak windows buildbots.
2011-04-26 Chris LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-26 Rafael EspindolaAdd test for PR9743.
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-25 Eric ChristopherMake this test disable fast isel as it's not needed.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-25 Devang PatelA dbg.declare may not be in entry block, even if it...
2011-04-25 Benjamin KramerMake tests more useful.
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-23 Andrew TrickAccidental function name mangling.
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-23 Andrew Trickwhitespace
2011-04-23 NAKAMURA Takumitest/CodeGen/X86/shrink-compare.ll: Relax expressions...
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-22 Benjamin KramerDAGCombine: fold "(zext x) == C" into "x == (trunc...
2011-04-22 Benjamin KramerX86: Try to use a smaller encoding by transforming...
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelTest case for r129922
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Cameron ZwarichFix another case of <rdar://problem/9184212> that only...
2011-04-20 Stuart HastingsUn-XFAIL this test for ARM. <rdar://problem/7662569>
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-04-20 Eric ChristopherRewrite the expander for umulo/smulo to remember to...
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Jakob Stoklund OlesenTighten test case a bit.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
next