Now that SROA can form alloca's for dynamic vector accesses, further improve it to...
[oota-llvm.git] / test /
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-15 Andrew TrickUnit test for LSR kind=Special fix: r158536.
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-15 Manman RenARM: optimization for sub+abs.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Jakob Stoklund OlesenPreserve <undef> flags in ARMExpandPseudo.
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-14 Pete CooperRevert r158454: Allow SROA to look at a vector type...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Richard BartonReplace assertion failure for badly formatted CPS instr...
2012-06-14 Manman RenRevert: test/CodeGen/ARM/iabs.ll in r158441
2012-06-14 Manman RenInstCombine: fix a bug when combining (fcmp cc0 x,...
2012-06-14 Akira HatanakaTest case for MIPS long branch pass.
2012-06-14 Akira HatanakaFix test cases.
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-13 Richard OsborneFix pattern for MKMSK instruction.
2012-06-13 Pete CooperRevert "Allow SROA to look at a vector type and see...
2012-06-13 Pete CooperAllow SROA to look at a vector type and see if the...
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-13 Akira Hatanakadisable use of directive .set nomicromips
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-11 Jakob Stoklund OlesenFix test that depends on register allocation.
2012-06-11 Jakob Stoklund OlesenFix test case to work on ARM.
2012-06-11 Bill WendlingRe-enable the CMN instruction.
2012-06-10 Benjamin KramerInstCombine: Turn (zext A) == (B & (1<<X)-1) into A...
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Craig TopperReplace XOP vpcom intrinsics with fewer intrinsics...
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-08 Jakob Stoklund OlesenDon't run RAFast in the optimizing regalloc pipeline.
2012-06-08 Nuno Lopescanonicalize:
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Manman RenTest case for r158160
2012-06-08 Chad RosierFix a crash in APInt::lshr when shiftAmt > BitWidth.
2012-06-08 NAKAMURA Takumitest/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL...
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...
2012-06-07 Rafael EspindolaUse a base register instead of an index register with...
2012-06-07 Meador IngeAdding a missing -S to the opt invocation.
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Bill WendlingSpell optimization name correclty.
2012-06-06 Manman RenRevert r157755.
2012-06-06 Bill WendlingAnother testcase for r156548.
2012-06-06 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-06-06 Chad RosierFix combine of uno && ord -> false so that the ordering...
2012-06-06 Duncan SandsGrab-bag of reassociate tweaks. Unify handling of...
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-06-06 Chad RosierRemove extraneous CHECK-NOTs from previous commit and...
2012-06-06 Chad RosierFileCheckize this test.
2012-06-05 Joel JonesRevert commit r157966
2012-06-04 Joel JonesThis change handles a another case for generating the...
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-06-04 Akira HatanakaAdd a test case for mips64 unaligned load/store instruc...
2012-06-04 Akira HatanakaRename test/CodeGen/Mips/load-shift-left-right.ll.
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-06-03 Craig TopperRename FMA3 feature flag to just FMA to match gcc so...
2012-06-03 Craig TopperRename fma4 intrinsics to just fma since they are now...
2012-06-03 Manman RenRevert r157831
2012-06-03 Craig TopperUse sse_load_f32/64 for scalar FMA3 intrinsic patterns...
2012-06-02 Manman RenARM: add testing case for struct byval
2012-06-02 Akira HatanakaAdd another test case which tests Mips' unaligned load...
2012-06-02 Akira HatanakaFix test cases in test/CodeGen/Mips.
2012-06-01 Rafael EspindolaUse dominates(Instruction, Use) in the verifier.
2012-06-01 Manman RenX86: peephole optimization to remove cmp instruction
2012-06-01 Rafael EspindolaAdd some tests checking that the verifier rejects cases...
2012-06-01 Chris Lattnertestcase for PR13006, thanks to Duncan for filing it.
2012-06-01 Nuno LopesBoundsChecking: fix a bug when the handling of recursiv...
2012-06-01 Hans WennborgImplement the local-dynamic TLS model for x86 (PR3985)
2012-06-01 Craig TopperRemove fadd(fmul) patterns for FMA3. This needs to...
2012-06-01 Chris Lattnerenhance the logic for looking through tailcalls to...
2012-06-01 Chris Lattnerenhance getNoopInput to know about vector<->vector...
2012-06-01 Chris Lattneradd some simple 64-bit tail call tests.
2012-06-01 Chris Lattnermerge some tests.
2012-06-01 Chris Lattnerrename test
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-05-31 Nuno Lopesadd -bounds-checking-multiple-traps option to make...
next