Bitcode: Don't optimize constants when preserving use-list order
[oota-llvm.git] / test /
2014-07-25 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-25 David BlaikieDebugInfo: Fix up some test cases to have more correct...
2014-07-25 Hal FinkelConvert noalias parameter attributes into noalias metad...
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-25 NAKAMURA Takumillvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit...
2014-07-25 NAKAMURA Takumillvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specif...
2014-07-25 Akira Hatanaka[ARM] In thumb mode, emit directive ".code 16" before...
2014-07-25 Lang Hames[X86] Add comments to clarify some non-obvious lines...
2014-07-25 Bill Schmidt[PATCH][PPC64LE] Correct little-endian usage of vmrgh...
2014-07-24 Kevin EnderbyAdd an implementation for llvm-nm’s -print-file-name...
2014-07-24 David MajnemerOpportunistically fix the builders
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-07-24 Mark HeffernanAfter unrolling a loop with llvm.loop.unroll.count...
2014-07-24 Joerg SonnenbergerDon't use 128bit functions on PPC32.
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-24 Chandler Carruth[x86] Make vector legalization of extloads work more...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Reid KlecknerReplace an assertion with a fatal error
2014-07-24 Manman RenTry to fix the bots again by moving test to X86 directory.
2014-07-24 Saleem AbdulrasoolX86: correct library call setup for Windows itanium
2014-07-24 Matt ArsenaultR600: Add FMA instructions for Evergreen
2014-07-24 Manman RenTry to fix the bots. If this does not work, I am going...
2014-07-24 Nico WeberLet the integrated assembler understand .exitm, PR20426.
2014-07-24 Nico WeberLet the integrated assembler understand .warning, PR20428.
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-24 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-24 Matt ArsenaultR600: Match rcp node on pre-SI
2014-07-24 Matt ArsenaultR600: Fix LowerSDIV24
2014-07-24 Rafael EspindolaRemove unused substitution.
2014-07-24 Kevin Qin[AArch64] Fix a bug generating incorrect instruction...
2014-07-24 Jiangning Liu[AArch64] Disable some optimization cases for type...
2014-07-24 Filipe CabecinhasFixed PR20411 - bug in getINSERTPS()
2014-07-23 Manman RenSimplifyCFG: fix a bug in switch to table conversion
2014-07-23 NAKAMURA TakumiLet llvm/test/CodeGen/X86/avx512*-mask-op.ll(s) aware...
2014-07-23 Chandler Carruth[x86] Rip out some broken test cases for avx512 i1...
2014-07-23 Juergen Ributzka[RuntimeDyld][AArch64] Update relocation tests and...
2014-07-23 David BlaikieArgPromo+DebugInfo: Handle updating debug info over...
2014-07-23 David BlaikieTest debug info in arg promotion with an actual promoti...
2014-07-23 Jim GrosbachUse an explicit triple in testcase.
2014-07-23 Jim Grosbach[X86,AArch64] Extend vcmp w/ unary op combine to work...
2014-07-23 Jim GrosbachX86: restrict combine to when type sizes are safe.
2014-07-23 Jim GrosbachDAG: fp->int conversion for non-splat constants.
2014-07-23 Justin Holewinski[NVPTX] Add some extra tests for mul.wide to test non...
2014-07-23 Mark HeffernanDo not add unroll disable metadata after unrolling...
2014-07-23 Juergen Ributzka[FastISel][AArch64] Fix return type in FastLowerCall.
2014-07-23 Justin Holewinski[NVPTX] mul.wide generation works for any smaller integ...
2014-07-23 Robert Khasanov[SKX] Added missed test files for rev 213757
2014-07-23 Saleem AbdulrasoolAsmParser: remove deprecated LLIR support
2014-07-23 Robert Khasanov[SKX] Fix lowercase "error:" in rev 213757
2014-07-23 Justin Holewinski[NVPTX] Make sure we do not generate MULWIDE ISD nodes...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.
2014-07-23 Robert Khasanov[SKX] Enabling mask instructions: encoding, lowering
2014-07-23 Tim NorthoverARM: spot SBFX-compatbile code expressed with sign_exte...
2014-07-23 Tim NorthoverARM: add patterns for [su]xta[bh] from just a shift.
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Andrea Di BiagioRevert r211771. It was: "[X86] Improve the selection...
2014-07-23 Chandler Carruth[x86] Clean up a test case to use check labels and...
2014-07-23 Tilmann Scheller[ARM] Add regression test for the earlyclobber constrai...
2014-07-23 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-07-23 Nick LewyckyWe may visit a call that uses an alloca multiple times...
2014-07-23 NAKAMURA TakumiRework to let RuntimeDyld/X86/MachO_x86-64_PIC_relocati...
2014-07-23 NAKAMURA TakumiSuppress a test on win32 for now, llvm/test/ExecutionEn...
2014-07-23 NAKAMURA TakumiRuntimeDyld/X86/MachO_x86-64_PIC_relocations.s: Use...
2014-07-22 Juergen RibutzkaXFAIL the test on MIPS
2014-07-22 Juergen Ributzka[FastIsel][AArch64] Add support for the FastLowerCall...
2014-07-22 Juergen Ributzka[AArch64] Use CHECK-LABEL in ARM64 ABI unit tests.
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add a helper function...
2014-07-22 Suyog SardaThis patch implements optimization as mentioned in...
2014-07-22 Suyog SardaAdded InstCombine transform for pattern "(A & B) ^...
2014-07-22 Suyog SardaAdded InstCombine Transform for patterns:
2014-07-22 Hal FinkelMake use of the align parameter attribute for all point...
2014-07-22 Tim NorthoverX86: drop relocations on __eh_frame sections globally.
2014-07-22 Suyog SardaThis patch implements transform for pattern "(A | B...
2014-07-22 Peter Zotov[OCaml] Don't truncate constants over 32 bits in Llvm...
2014-07-22 Sasa Stankovic[mips] Fix two patterns that select i32's (for MIPS32r6...
2014-07-22 Elena DemikhovskyAVX-512: Fixed intrinsic of VSQRTPS/PD instructions.
2014-07-22 Richard SmithRevert of r213521. This change introduced a non-hermeti...
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-21 Eli BenderskyAdd some tests for NVPTX lowering of cmpxchg
2014-07-21 David BlaikieRevert "Recommit r212203: Don't try to construct debug...
2014-07-21 Logan ChienReplace the result usages while legalizing cmpxchg.
2014-07-21 Tom StellardR600/SI: Add instruction shrinking pass
2014-07-21 Tom StellardR600/SI: Clean up some of the unused REGISTER_{LOAD...
2014-07-21 Tom StellardR600/SI: Use scratch memory for large private arrays
2014-07-21 Daniel Sanders[mips] Do not emit '.module fp=...' unless we really...
2014-07-21 Tom StellardR600/SI: Store constant initializer data in constant...
2014-07-21 Tom StellardR600/SI: Use VALU for i1 XOR
2014-07-21 Daniel Sanders[mips] Add MipsOptionRecord abstraction and use it...
2014-07-21 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-07-21 Daniel Sanders[mips] Do not emit '.module [no]oddspreg' unless we...
2014-07-21 Chandler CarruthFileCheck-ize a test.
2014-07-21 Tim NorthoverCodeGen: emit IR-level f16 conversion intrinsics as...
next