[AArch64] Fix poor codegen for add immediate.
[oota-llvm.git] / test /
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...
2015-03-26 Duncan P. N. Exon... Reapply "Linker: Drop function pointers for overridden...
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-26 Sanjoy Das[SCEV] Revert bailout added in r75511.
2015-03-26 Benjamin KramerInstCombine: fold (A << C) == (B << C) --> ((A^B) ...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-26 Jingyue Wu[SLSR] handle candidate form &B[i * S]
2015-03-26 Andrea Di Biagio[X86][FastIsel] Teach how to select vector load instruc...
2015-03-26 Duncan P. N. Exon... Revert "Linker: Drop function pointers for overridden...
2015-03-26 Duncan P. N. Exon... bugpoint: Verify input files
2015-03-26 Quentin Colombet[RegisterCoalescer] Add a rule to consider more profita...
2015-03-26 Eric ChristopherTestcase for r233239.
2015-03-25 Duncan P. N. Exon... llvm-link: Verify input modules
2015-03-25 Sanjoy Das[ValueTracking] Fix PR23011.
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Duncan P. N. Exon... Linker: Stop using -gmlt test/Linker/subprogram-linkonc...
2015-03-25 Duncan P. N. Exon... Linker: Loosen checks slightly from r233207
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Duncan P. N. Exon... Linker: Rewrite dwarfdump checks from r233164
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Peter CollingbourneSimplify missing-file-line.ll test.
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-25 Sanjay Patel[X86, AVX] improve insertion into zero element of 256...
2015-03-25 Sanjay Pateluse update_llc_test_checks.py to tighten checking in...
2015-03-25 Daniel JasperMake exit-code test use same mechanism as existing...
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Andrea Di Biagio[optnone] Skip pass Float2Int on optnone functions.
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-25 Andrea Di Biagio[X86] Simplify check lines in tests. No functional...
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-25 Justin Bognertest: Fix the dependencies for the check-llvm-* targets
2015-03-25 Duncan P. N. Exon... Linker: Temporarily disable dwarfdump checks from r233164
2015-03-25 Duncan P. N. Exon... Linker: Drop function pointers for overridden subprograms
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-25 Paul Robinson'optnone' should not disable DAG combiner.
2015-03-24 Philip Reames!invariant.load semantics with potentially clobbering...
2015-03-24 Rafael EspindolaDon't be over eager in evaluating a subtraction with...
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 Justin BognerUpdate a test I missed in r233132
2015-03-24 Justin Bognerllvm-cov: Require a subcommand when invoked as llvm-cov
2015-03-24 Frederic Riss[dsymutil] Temporarily disable some tests on windows.
2015-03-24 Sanjay Pateloptimize the AVX2 (integer) version of vperm2 into...
2015-03-24 Philip ReamesMerge empty landing pads in SimplifyCFG
2015-03-24 Rafael EspindolaAdd -m -m elf_x86_64 to gold invocations.
2015-03-24 David BlaikieRevert "Remove an InstCombine that seems to have become...
2015-03-24 Rafael EspindolaReset the CFA offset at the start of every FDE.
next