llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetElementPtr...
[oota-llvm.git] / test /
2015-04-02 Reid Kleckner[ASan] Don't use stack malloc for 32-bit functions...
2015-04-02 Jingyue Wu[SLSR] handles off bounds GEPs
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-04-02 Elena DemikhovskyAVX-512: intrinsics for VPADD, VPMULDQ and VPSUB
2015-04-02 Vasileios Kalintiris[mips] Make sure that we don't adjust the stack pointer...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Philip ReamesTeach gcroot how to handle dynamically realigned frames
2015-04-02 Adam Nemet[LoopAccesses] Remove unused global variables in tests
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-01 Kevin EnderbyAdd the option -objc-meta-data to llvm-objdump used...
2015-04-01 Benjamin Kramer[X86] Don't accidentally select shll $1, %eax when...
2015-04-01 Sanjoy Das[SCEV] Look at backedge dominating conditions (re-land...
2015-04-01 Diego NovilloRemove 4,096 loop scale limitation.
2015-04-01 Andrew KaylorFix WinEHPrepare bug with multiple catch handlers
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-04-01 Jiangning LiuFix PR23065. Avoid optimizing bitcast of build_vector...
2015-04-01 Ahmed Bougacha[SimplifyLibCalls] Ignore nobuiltin/unavailable fortifi...
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Duncan P. N. Exon... Verifier: Add a testcase for verifying type refs
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-31 Quentin Colombet[AArch64] Enable the codegenprepare optimization that...
2015-03-31 Hal Finkel[SDAG] Handle non-integer preferred memset types for...
2015-03-31 Sanjay Patel[X86, AVX] fix zero-extending integer operand load...
2015-03-31 Lang Hames[Orc][MCJIT] Remove the small code model regression...
2015-03-31 Tim NorthoverAArch64: fix v8.1 sqrdmlah tests on Darwin platforms
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-31 Krzysztof ParzyszekExpand MUX instructions early on Hexagon
2015-03-31 Krzysztof ParzyszekRevert 233694. Weak SVN-fu.
2015-03-31 Krzysztof ParzyszekExpand MUX instructions early on Hexagon
2015-03-31 Vladimir Sukharev[AArch64] Add v8.1a "Rounding Double Multiply Add/Subtr...
2015-03-31 Ulrich Weigand[SystemZ] Support RISBGN instruction on zEC12
2015-03-31 Ulrich Weigand[SystemZ] Use POPCNT instruction on z196
2015-03-31 Ulrich Weigand[SystemZ] Provide basic TargetTransformInfo implementation
2015-03-31 Rafael EspindolaFix the operand encoding in the test instruction.
2015-03-31 James Molloy[SDAG] Move TRUNCATE splitting logic into a helper...
2015-03-31 Ahmed Bougacha[X86] Generate MOVNT for all vector types.
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-31 Alexei Starovoitov[bpf] mark mov instructions as ReMaterializable
2015-03-31 Duncan P. N. Exon... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-31 Quentin Colombet[AArch64] Fix poor codegen for add immediate.
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Juergen RibutzkaTransfer implicit operands when expanding the RET_Reall...
2015-03-30 Alexei Starovoitov[bpf] add support for bswap instructions
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-30 Paul RobinsonVerify 'optnone' can run DAG combiner when appropriate.
2015-03-30 Justin Holewinski[NVPTX] Associate a minimum PTX version for each SM...
2015-03-30 Justin Holewinski[NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7...
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... DebugInfo: Rename some testcases
2015-03-30 Simon Pilgrim[X86] Ensure integer domain on scalar i64 load/store...
2015-03-30 Ulrich Weigand[SystemZ] Fix LLVM crash on unoptimized code
2015-03-30 Daniel Sanders[mips] Support 9-bit offsets for the 'R' inline assembl...
2015-03-30 Daniel JasperRevert "[SCEV] Look at backedge dominating conditions."
2015-03-30 Elena DemikhovskyAVX-512: blank lines, duplicated tests, no functional...
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-29 Benjamin Kramer[inline asm] Don't reject duplicated matching constraints
2015-03-28 Akira Hatanaka[Objdump] Pass the correct subtarget to printInst.
2015-03-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-28 Hal Finkel[ConstantFold] Don't fold ppc_fp128 <-> int bitcasts
2015-03-28 Duncan P. N. Exon... Verifier: Allow subroutine types to have no type array
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Akira Hatanaka[ARM] Enable changing instprinter's behavior based...
2015-03-27 Sanjoy Das[SCEV] Look at backedge dominating conditions.
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Ahmed Bougacha[R600/SI] Fix testcase check line.
2015-03-27 Akira Hatanaka[AArch64InstPrinter] Use the feature bits of the subtar...
2015-03-27 Ahmed Bougacha[CodeGen] Don't attempt a tail-call with a non-forwarde...
2015-03-27 Ahmed Bougacha[CodeGen] Don't attempt a tail-call with implicit sret.
2015-03-27 Alexei Starovoitov[bpf] add support for bpf pseudo instruction
2015-03-27 Quentin Colombet[RegisterCoalescer] Refine the terminal rule to still...
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Adrian PrantlAdd a -raw option to the -section mode of llvm-objdump.
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix another bitrotted testcase
2015-03-27 Rafael EspindolaWork around pr23045 and make it easier to reproduce.
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-27 Yaron KerenFix subprogram-linkonce-weak.ll and subprogram-linkonce...
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Andrew TrickComplete the MachineScheduler fix made way back in...
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Philip ReamesAllow explicit spill slots to be specified for a gc...
2015-03-27 Andrew TrickReintroduce the SelectionDAG scheduler test for r233351.
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-27 Andrew TrickThis test should have been target specific. I missed...
2015-03-27 Andrew TrickFix a bug in SelectionDAG scheduling backtracking code...
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-27 Ahmed Bougacha[AsmPrinter] Don't assert on GOT equivalent non-constan...
2015-03-26 Derek SchuffUse movw/movt instead of constant pool loads to lower...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-26 Justin Bogner[ARM] Fix some non-portable shell syntax in r233301...
next