This patch adds the X86FixupLEAs pass, which will reduce instruction
[oota-llvm.git] / test /
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...
2013-04-22 Akira Hatanaka[mips] In performDSPShiftCombine, check that all elemen...
2013-04-22 Peter CollingbourneCOFF: Fix weak external aliases.
2013-04-22 Stephen LinExtra paranoid test for r179925 (verify that tail calls...
2013-04-22 Rafael EspindolaAlso verify llvm.compiler_used.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-22 Stepan DyatkovskiyFix for 5.5 Parameter Passing --> Stage C:
2013-04-22 Eric ChristopherAdd .ll as a valid test suffix for Object, this allows...
2013-04-22 Arnaud A. de Grand... Cleanup: test source files do not need to be executable
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-21 Jim GrosbachARM: Split out cost model vcvt testcases.
2013-04-21 Jakob Stoklund OlesenPassing arguments to varags functions under the SPARC...
2013-04-21 Jakob Stoklund OlesenFix the SETHIimm pattern for 64-bit code.
2013-04-21 Benjamin KramerSROA: Don't crash on a select with two identical operands.
2013-04-21 Arnold SchwaighoferRevert "SimplifyCFG: If convert single conditional...
2013-04-21 Tim NorthoverARM: fix part of test which actually needed an asserts...
2013-04-21 Tim NorthoverARM: Use ldrd/strd to spill 64-bit pairs when available.
2013-04-21 Nadav RotemSLPVectorize: Add support for vectorization of casts.
2013-04-21 Michael Gottesman[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
2013-04-21 Michael Gottesman[objc-arc] Check that objc-arc-expand properly handles...
2013-04-21 Michael Gottesman[objc-arc] Renamed the test file clang-arc-used-intrins...
2013-04-21 Bill WendlingRemove tbaa metadata.
2013-04-20 Jakob Stoklund OlesenCompile varargs functions for SPARCv9.
2013-04-20 Nadav RotemFix PR15800. Do not try to vectorize vectors and structs.
2013-04-20 Arnold SchwaighoferSimplifyCFG: If convert single conditional stores
2013-04-20 Tim NorthoverARM: don't add FrameIndex offset for LDMIA (has no...
2013-04-20 Nuno Lopesrecommit tests
2013-04-20 Stephen LinMinor renaming of tests (for consistency with an in...
2013-04-20 Benjamin KramerDon't litter .s files in test directory.
2013-04-20 Nadav RotemSLPVectorizer: Improve the cost model for loop invarian...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinAllow tail call opportunity detection through nested...
2013-04-19 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-19 Benjamin KramerMergeFunc: Make pointer and integer types generate...
2013-04-19 Bill WendlingMake variable match any name.
2013-04-19 Hal FinkelFix PPC optimizeCompareInstr swapped-sub argument handling
2013-04-19 Bill WendlingTry explicitly setting the target triple to see if...
2013-04-19 Anton KorobeynikovDo not mangle in MS-way the globals with magic \001...
2013-04-19 Bill WendlingMake test slightly more readable.
2013-04-19 Bill WendlingAdd a testcase to make sure we generate the proper...
2013-04-19 Chad RosierAttempt to pacify this test for the buildbots.
2013-04-19 Akira Hatanaka[mips] Fix InstAlias of XOR and OR macros. Set EmitAlia...
2013-04-19 Bill WendlingAdd test to make sure that a int-to-ptr can be merged...
2013-04-19 Benjamin KramerConstantFolding: ComputeMaskedBits wants the scalar...
2013-04-19 Tim NorthoverARM: Permit "sp" in ARM variant of STREXD instructions
2013-04-19 Rafael EspindolaOnly run the tests in test/Object/ARM if we have ARM...
2013-04-19 Benjamin KramerAttributes: Don't print trailing whitespace on the...
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-19 Tim NorthoverARM: permit "sp" in ARM variants of MOVW/MOVT instructions
2013-04-19 Jakub StaszakRevert 179826. Tests were worthless.
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-19 Tom StellardR600: Add pattern for the BFI_INT instruction
2013-04-19 Tom StellardR600: Reorganize lit tests and document how they should...
2013-04-19 Jakub StaszakDon't run expensive -O2 and -O3 in tests.
2013-04-18 Chad Rosier[ms-inline asm] Apply the condition code mnemonic alias...
2013-04-18 Hal FinkelDisable PPC comparison optimization by default
2013-04-18 Hal FinkelImplement optimizeCompareInstr for PPC
2013-04-18 Benjamin KramerX86: Add an SSE2 lowering for 64 bit compares when...
2013-04-18 Anat ShemerIn the function InstCombiner::visitExtractElementInst...
2013-04-18 Anat ShemerAdded a function scalarizePHI() that sclarizes a vector...
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-18 Arnold SchwaighoferLoopVectorizer: Recognize min/max reductions
2013-04-18 Benjamin KramerLoopVectorize: Use a set to avoid longer cycles in...
2013-04-18 Hao LiuFix for PR14824, An ARM Load/Store Optimization bug
2013-04-18 David MajnemerRevert "Combine bit test + conditional or into simple...
2013-04-18 David MajnemerCombine bit test + conditional or into simple math
next