Remove redundant flag.
[oota-llvm.git] / test /
2013-05-02 Vincent LejeuneR600: Signed literals are 64bits wide
2013-05-02 Vincent LejeuneR600: If previous bundle is dot4, PV valid chan is...
2013-05-02 Vincent LejeuneR600: Add a test to check that use_kill is emitted
2013-05-02 Vincent LejeuneR600: Prettier asmPrint of Alu
2013-05-02 Pranav BhandarkarHexagon - Add peephole optimizations for zero extends.
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-05-02 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-05-02 David MajnemerAdd a test for the foldSelectICmpAndOr fix committed...
2013-05-01 Michael LiaoAvoid generating tempfile(s) never used
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-05-01 Nadav RotemSROA: Generate selects instead of shuffles when blendin...
2013-05-01 Nadav RotemOptimize away nop CONCAT_VECTOR nodes.
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2013-05-01 Michael LiaoForget remove the tempfile argument
2013-05-01 Michael LiaoMore rewrites of x86 codegen regression tests with...
2013-05-01 Jim GrosbachRevert "InstCombine: Fold more shuffles of shuffles."
2013-04-30 Akira Hatanaka[mips] Fix handling of instructions which copy to/from...
2013-04-30 Stephen LinOnly pass 'returned' to target-specific lowering code...
2013-04-30 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Akira Hatanaka[mips] Test for r179873.
2013-04-30 Jim GrosbachInstCombine: Fold more shuffles of shuffles.
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Adrian PrantlSet debug locations for branch instructions created...
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-30 Vincent LejeuneR600: fix loop-address.ll test
2013-04-30 Mihai Popas tightens up the encoding description for ARM post...
2013-04-30 David MajnemerFix "Combine bit test + conditional or into simple...
2013-04-30 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-04-30 Rafael EspindolaCollect the Addend for external relocs.
2013-04-30 Vincent LejeuneR600: use native for alu
2013-04-30 Vincent LejeuneR600: Add FetchInst bit to instruction defs to denote...
2013-04-30 Michael LiaoRewrite test in FileCheck instead of grep in X86 codegen
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-29 Bill WendlingDuplicate a testcase.
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-29 Michael LiaoRewrite some tests with FileCHeck in X86 codegen
2013-04-29 Adrian PrantlImprove documentation.
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Tom StellardR600: Use correct CF_END instruction on Northern Island...
2013-04-29 Tom StellardR600: Fix encoding of CF_END_{EG, R600} instructions
2013-04-29 Arnold SchwaighoferSimplifyCFG: If convert single conditional stores
2013-04-29 Rafael EspindolaDisable the MCJIT tests on 32 bit darwin.
2013-04-29 Rafael EspindolaPropagate relocation info to resolveRelocation.
2013-04-29 Michael Gottesman[objc-arc] Apply the RV optimization to retains next...
2013-04-27 Shuxin YangFix a XOR reassociation bug.
2013-04-27 Tim NorthoverAArch64: convert MC-layer test to .s file
2013-04-27 Michael Gottesman[objc-arc] Test cleanups.
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-27 Eric ChristopherMove the XFAIL out of the middle of a comment.
2013-04-27 Rafael EspindolaMake all darwin ppc stubs local.
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-26 Benjamin KramerMake CHECK lines a bit less strict so they also match...
2013-04-26 Nadav RotemTeach the interpreter to handle vector compares and...
2013-04-26 Tom StellardR600: Initialize AMDGPUMachineFunction::ShaderType...
2013-04-26 Adrian Prantlcleanup testcase some more
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-26 Rafael EspindolaAdd missing ':'.
2013-04-26 Adrian PrantlBugfix for the debug intrinsic handling in InstCombiner:
2013-04-26 Benjamin KramerARM/NEON: Pattern match vector integer abs to vabs.
2013-04-26 Benjamin KramerX86: Now that we have a canonical form for vector integ...
2013-04-26 Benjamin KramerDAGCombiner: Canonicalize vector integer abs in the...
2013-04-26 Nadav RotemLoopVectorizer: Calculate the number of pointers to...
2013-04-25 Jack CarterMips assembler: .set reorder support
2013-04-25 Michael LiaoRemove SMLoc paired with CHECK-NOT patterns. Not functi...
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-04-25 Nadav RotemLoopVectorizer: No need to generate pointer disambiguat...
2013-04-25 Reid Kleckner[mc-coff] Forward Linker Option flags into the .drectve...
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-25 Chad Rosier[inline asm] Add a test case for r180226. The specific...
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-25 Silviu BarangaFix constant folding for one lane vector types. Constan...
2013-04-25 Akira HatanakaTest case for r180241.
2013-04-25 Akira HatanakaTest case for r180238.
2013-04-24 Tom StellardR600: Use SHT_PROGBITS for the .AMDGPU.config section
2013-04-24 Jack CarterMips assembler: Add 64 bit testing for JAL
2013-04-24 Rafael EspindolaUse pointers to iterate over symbols.
2013-04-24 Arnold SchwaighoferLoopVectorize: Scalarize padded types
2013-04-24 Arnold SchwaighoferLoopVectorizer: Bail out if we don't have datalayout...
2013-04-24 Andrew TrickMI Sched: eliminate local vreg copies.
2013-04-24 Adrian PrantlCleanup testcase and ensure we actually exercise the...
2013-04-23 Jyotsna VermaHexagon: Use multiclass for combine and STri[bhwd]_shl_...
2013-04-23 Adrian PrantlMake sure the instruction right after an inlined functi...
2013-04-23 Stephen LinAdd more tests for r179925 to verify correct handling...
2013-04-23 Rafael EspindolaFix typo.
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-23 Nadav RotemLoopVectorizer: Fix 15830. When scalarizing and unrolli...
2013-04-23 Jyotsna VermaHexagon: Remove duplicate instructions to handle global...
2013-04-23 Pekka JaaskelainenCall the potentially costly isAnnotatedParallel() only...
2013-04-23 Rafael EspindolaWrite relocations in yaml2obj.
2013-04-23 Rafael EspindolaMove test from grep to FileCheck.
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-04-23 Pekka JaaskelainenRefuse to (even try to) vectorize loops which have...
2013-04-22 Chad RosierAdd test case for PR15779, which has previously been...
2013-04-22 Anat ShemerChanged back (relative to commit 179786) the operations...
next