Move lib/Fuzzer docs from a README.txt to a proper .rst file.
[oota-llvm.git] / test / CodeGen /
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 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 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 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 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 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 Rafael EspindolaClose unique sections when switching away from them.
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 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-26 Derek SchuffUse movw/movt instead of constant pool loads to lower...
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-26 Andrea Di Biagio[X86][FastIsel] Teach how to select vector load instruc...
2015-03-26 Quentin Colombet[RegisterCoalescer] Add a rule to consider more profita...
2015-03-26 Eric ChristopherTestcase for r233239.
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
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 Andrea Di Biagio[X86] Simplify check lines in tests. No functional...
2015-03-25 Paul Robinson'optnone' should not disable DAG combiner.
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 Sanjay Patel[X86, AVX] recognize shufflevector with zero input...
2015-03-24 Daniel Sanders[mips] Support 16-bit offsets for 'm' inline assembly...
2015-03-24 Marek OlsakR600/SI: Select V_BFE_U32 for and+shift with a non...
2015-03-24 Marek OlsakR600/SI: Custom-select 32-bit S_BFE from bitwise opcodes
2015-03-24 Marek OlsakR600/SI: Improve BFM support
2015-03-24 Marek OlsakR600/SI: Use V_FRACT_F64 for faster 64-bit floor on SI
2015-03-24 Marek OlsakR600/SI: Expand fract to floor, then only select V_FRAC...
2015-03-24 Daniel Sanders[mips] Distinguish 'R', 'ZC', and 'm' inline assembly...
2015-03-23 Simon Pilgrim[SelectionDAG] Fixed issue with uitofp vector constant...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-23 Ahmed Bougacha[AArch64, ARM] Enable GlobalMerge with -O3 rather than...
2015-03-23 Chad Rosier[AArch64] Add FileCheck that was missing from test...
2015-03-23 Matt ArsenaultR600/SI: Allow commuting compares
2015-03-23 Chad Rosier[AArch64] Enable rematerialization of float 0 values.
2015-03-23 Bradley SmithRevert "[ARM] Add more pattern matching for f16 <-...
2015-03-23 Tom StellardR600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBase...
2015-03-23 Bradley Smith[ARM] Add more pattern matching for f16 <-> f64 conversions
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-23 Hal Finkel[SDAG] Don't widen VSETCC during type legalization...
2015-03-21 Matt ArsenaultR600: Cleanup test with multiple check prefixes
2015-03-21 Simon PilgrimTidied up vec_zero_cse.ll test. NFCI.
2015-03-21 Tim NorthoverAArch64: simplify test case
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the AArch64...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the PPC...
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-21 Ahmed Bougacha[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzabl...
2015-03-21 Ahmed Bougacha[AArch64] Prefer UZP for concat_vector of illegal truncs.
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-20 Tom StellardR600/SI: Add missing CHECK-LABEL lines to a test
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-19 Krzysztof ParzyszekUnxfail test/CodeGen/Generic/vector.ll now passing...
2015-03-19 Artem BelevichAdd support for __nvvm_reflect changes in libdevice...
2015-03-19 Krzysztof Parzyszek[Hexagon] Add support for vector instructions
2015-03-19 Rafael EspindolaNote that we don't support COFF on PPC.
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Rafael EspindolaTeach getDefaultFormat that we only support ELF on...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Reid KlecknerUse WinEHPrepare to outline SEH finally blocks
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Sanjay PatelUse utils/update_llc_test_checks.py to update all CHECKs
2015-03-18 Krzysztof Parzyszek[Hexagon] Intrinsics for circular and bit-reversed...
2015-03-18 Sanjay Patelfixed to test features, not CPU model
2015-03-18 Krzysztof Parzyszek[Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
2015-03-18 Daniel JasperChange test to accept an additional critical edge split.
2015-03-18 John Brawn[ARM] Align stack objects passed to memory intrinsics
2015-03-18 John BrawnAdd missing newline to end of test file.
2015-03-18 Josh MageeAdd testcases for BEXTR.
next