Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc stores...
[oota-llvm.git] / test / CodeGen /
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 NAKAMURA TakumiRevert r158209, "test/CodeGen/Generic/APIntLoadStore...
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-06-20 Jakob Stoklund OlesenRemove the -live-regunits command line option.
2012-06-20 Jakob Stoklund OlesenOnly update regunit live ranges that have been precomputed.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenAdd a triple.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-19 Rafael Espindolareally add a triple :-(
2012-06-19 Rafael EspindolaAdd a triple to the test.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Manman RenARM: use NOEN loads and stores if possible when handlin...
2012-06-18 Joel JonesThis change handles a another case for generating the...
2012-06-18 Chandler CarruthAdd a regression test for the bug exposed by r158087...
2012-06-18 Chandler CarruthTemporarily revert r158087.
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-15 Manman RenARM: optimization for sub+abs.
2012-06-15 Jakob Stoklund OlesenPreserve <undef> flags in ARMExpandPseudo.
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 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 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
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 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
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 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
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 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-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Rafael EspindolaUse a base register instead of an index register with...
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Manman RenRevert r157755.
2012-06-06 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-06-05 Joel JonesRevert commit r157966
2012-06-04 Joel JonesThis change handles a another case for generating the...
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 Manman RenX86: peephole optimization to remove cmp instruction
2012-06-01 Chris Lattnertestcase for PR13006, thanks to Duncan for filing it.
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-05-31 Owen AndersonMake this testcase independent of register allocation.
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-31 Elena DemikhovskyAdded FMA3 Intel instructions.
2012-05-31 Craig TopperAdd intrinsic for pclmulqdq instruction.
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 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 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-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-05-26 Benjamin KramerSelectionDAGBuilder: When emitting small compare chains...
2012-05-25 Justin Holewinski[NVPTX] Add a new test case for the newly-enabled call...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Suppress one test...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Relax stack offsets...
next