Fix building ThreadLocal.cpp with --disable-threads.
[oota-llvm.git] / test /
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...
2012-05-31 Nuno Lopesrevamp BoundsChecking considerably:
2012-05-31 Owen AndersonMake this testcase independent of register allocation.
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-31 Elena DemikhovskyAdded FMA3 Intel instructions.
2012-05-31 Duncan SandsEnhance the sinking code to handle diamond patterns...
2012-05-31 Craig TopperAdd intrinsic for pclmulqdq instruction.
2012-05-31 Akira HatanakaAdd lit.local.cfg to run the tests in test/MC/Disassemb...
2012-05-30 Jakob Stoklund OlesenPrioritize smaller register classes for urgent evictions.
2012-05-30 Eric ChristopherAdd support for the mips inline asm 'm' output modifier.
2012-05-30 Owen AndersonSwitch the canonical FMA term operand order to match...
2012-05-30 Owen AndersonTeach DAGCombine to canonicalize the position of a...
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-05-30 Chris Lattnerit's pointed out that R11 can be used for magic things...
2012-05-30 Chris LattnerExtend the (abi-irrelevant) return convention to be...
2012-05-30 Chad Rosier[arm-fast-isel] Add support for the llvm.frameaddress...
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-05-30 Andrew TrickSCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
2012-05-30 Evan ChengTeach taildup to update livein set. rdar://11538365
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-05-28 Peter CollingbourneAdd llvm.fabs intrinsic.
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-05-27 Chris Lattnerremove two (useless) tests that use incorrect intrinsic...
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
next