Porting Hexagon MI Scheduler to the new API.
[oota-llvm.git] / test / CodeGen /
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-04 Elena DemikhovskyThis patch optimizes shuffle instruction - generates...
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 NAKAMURA Takumillvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on...
2012-09-01 Manman RenFix Atom bots for r163036.
2012-08-31 Manman RenSelectionDAG: when constructing VZEXT_LOAD from other...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Michael LiaoFix PR12359
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-31 NAKAMURA Takumillvm/test/CodeGen/X86/vec_select.ll: Fix failure on...
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTry to make this test more generic to unbreak buildbots.
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 Tim NorthoverAdd support for moving pure S-register to NEON pipeline...
2012-08-30 Michael LiaoShould put test case under test/ExecutionEngine/MCJIT/
2012-08-30 Michael LiaoFix PR13727
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-29 Jush Lu[arm-fast-isel] Add support for ARM PIC.
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Bill WendlingThe commutative flag is already correctly set within...
2012-08-28 Craig TopperMerge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single...
2012-08-28 NAKAMURA Takumillvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64...
2012-08-28 Michael LiaoFix PR12312
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-28 Akira HatanakaFix bug 13532.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple...
2012-08-27 Craig TopperCommit test change for r162658.
2012-08-27 Anitha BoyapatiFMA3 tests on bdver2 target for changes made in rev...
2012-08-27 Craig TopperMake sure that FMA3 is favored even when FMA4 is also...
2012-08-24 Jakob Stoklund OlesenInfer instruction properties from single-instruction...
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-22 Stepan DyatkovskiyRejected 169195. As Duncan commented, bitcasting to...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-21 Tim NorthoverAdd correct set of regression tests for r162094 commit.
2012-08-21 Jakob Stoklund OlesenAdd a missing def flag.
2012-08-20 Jakob Stoklund OlesenDon't add CFG edges for redundant conditional branches.
2012-08-20 Michael Liaofix a case where all operands of BUILD_VECTOR are undefined
2012-08-20 Stepan DyatkovskiyForget to add testcase for r162195. Sorry.
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-18 Jakob Stoklund OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-18 Nadav RotemReapply r162160 with a fix: Optimize Arith->Trunc-...
2012-08-18 Nadav RotemRevert r162160 because it made a few buildbots fail.
2012-08-18 Nadav RotemThe X86 backend has a number of optimizations for SETCC...
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Jakob Stoklund OlesenAvoid folding ADD instructions with FI operands.
2012-08-17 Benjamin KramerTargetLowering: Use the large shift amount during legal...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-17 Tim NorthoverImplement NEON domain switching for scalar <-> S-regist...
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-16 Jush Lu[arm-fast-isel] Add support for fastcc.
2012-08-16 Akira HatanakaTest case for r162008.
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-08-15 Bill WendlingRework test so that it reproduces the error without...
2012-08-15 Bill WendlingRemove invalid test. This test requires that dead basic...
2012-08-15 Evan ChengUse vld1/vst1 to load/store f64 if alignment is < 4...
2012-08-14 Anton KorobeynikovThe names of VFP variants of half-to-float conversion...
2012-08-14 Michael Liaofix PR11334
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-14 NAKAMURA Takumillvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-13 Bill WendlingRename test since it's not linux-specific.
2012-08-13 Jakob Stoklund OlesenHandle extra Tail predecessors in if-conversion.
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-13 Manman RenFix failure on Atom bot due to r161769
2012-08-13 Nadav RotemDo not optimize (or (and X,Y), Z) into BFI and other...
2012-08-13 Manman RenX86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDr...
2012-08-13 Eric ChristopherAdd support for the %H output modifier.
2012-08-13 Tim NorthoverAdd test for previous commit correcting NEON load patterns.
2012-08-12 Arnold SchwaighoferRevert 161581: Patch to implement UMLAL/SMLAL instructi...
2012-08-11 Michael Liaofix PR13577, an issue introduced by r161687
2012-08-11 Benjamin KramerPR13578: Teach MachineCSE that instructions that use...
2012-08-10 Manman RenX86: when we are auto-detecting the subtarget features...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-10 Michael Liaoadd X86-specific DAG optimization to simplify boolean...
2012-08-10 Jakob Stoklund OlesenUpdate edge weights correctly in replaceSuccessor().
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenPartition use lists so defs always come before uses.
next