[AArch64] Handle extract_subvector(..., 0) in ISel.
[oota-llvm.git] / test /
2015-11-09 Renato Golin[EABI] Add LLVM support for -meabi flag
2015-11-09 Renato GolinRevert "[ARM] Combine CMOV into BFI where possible"
2015-11-09 Oliver Stannard[CodeGen] Always promote f16 if not legal
2015-11-09 Colin LeMahieu[Hexagon] Removing XFAIL on Hexagon target.
2015-11-09 Colin LeMahieu[Hexagon] Enabling ASM parsing on Hexagon backend and...
2015-11-08 Maksim Panchenko[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
2015-11-08 Hal Finkel[PowerPC] Fix LoopPreIncPrep not to depend on SCEV...
2015-11-08 David Majnemer[LoopStrengthReduce] Don't bother fixing up PHIs from...
2015-11-08 David Majnemer[WinEH] Update PHIs of CATCHRET successors
2015-11-07 Sanjoy Das[FunctionAttrs] Add handling for operand bundles
2015-11-07 Sanjoy Das[FunctionAttrs] Fix an iterator wraparound bug
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-07 David Majnemer[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
2015-11-06 David Majnemer[InstCombine] Don't insert an instruction after a termi...
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 Ahmed Bougacha[AArch64][FastISel] Don't even try to select vector...
2015-11-06 Ahmed Bougacha[X86] Fold (trunc (i32 (zextload i16))) into vbroadcast.
2015-11-06 Ahmed Bougacha[X86] SRL non-LSB extracts when folding to truncating...
2015-11-06 Ahmed Bougacha[X86] Don't fold non-LSB extracts into truncating broad...
2015-11-06 Tom StellardDAGCombiner: Check shouldReduceLoadWidth before combini...
2015-11-06 Dan Gohman[WebAssembly] Use more explicit types in testcases.
2015-11-06 Dan Gohman[WebAssembly] Add more explicit pushes to the tests.
2015-11-06 David Majnemer[InstCombine] Don't RAUW tokens with undef
2015-11-06 Quentin Colombet[ShrinkWrapping] Teach shrink-wrapping how to analyze...
2015-11-06 Mehdi AminiFix SLPVectorizer commutativity reordering
2015-11-06 Andrew KaylorImproved the operands commute transformation for X86...
2015-11-06 Dan Gohman[WebAssembly] Make expression-stack pushing explicit
2015-11-06 Sanjoy Das[ValueTracking] De-pessimize isImpliedCondition around...
2015-11-06 Sanjoy Das[ValueTracking] Add a framework for encoding implicatio...
2015-11-06 Matt ArsenaultAMDGPU: Create emergency stack slots during frame lowering
2015-11-06 Matt ArsenaultAMDGPU: Add pass to detect used kernel features
2015-11-06 Matt ArsenaultAMDGPU: Hack for VS_32 register pressure
2015-11-06 Teresa JohnsonRestore "Move metadata linking after lazy global materi...
2015-11-06 Teresa JohnsonRestore "Move metadata linking after lazy global materi...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Jun Bum Lim[AArch64]Enable the narrow ld promotion only on profita...
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-11-06 Rafael EspindolaUse SHT_X86_64_UNWIND on every OS.
2015-11-06 Daniel Sanders[mips][ias] Range check uimm4 operands and fixed a...
2015-11-06 Daniel Sanders[mips][ias] Range check uimm3 operands.
2015-11-06 Daniel Sanders[mips][ias] Range check uimm2 operands and fix a bug...
2015-11-06 Daniel Sanders[mips][ias] Range check uimmz operands.
2015-11-06 Vasileios Kalintiris[mips] Define patterns for the atomic_{load,store}_...
2015-11-06 Tom StellardAMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU...
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-06 NAKAMURA TakumiRevert r252249 (and r252255, r252258), "[WinEH] Clone...
2015-11-06 Andrew KaylorTemporarily disable flaky checks in wineh-multi-parent...
2015-11-06 Andrew Kaylor[WinEH] Clone funclets with multiple parents
2015-11-06 Keno Fischer[bugpoint] Add a named metadata (+their operands) reducer
2015-11-05 Sanjoy DasRe-apply r251050 with a for PR25421
2015-11-05 Richard TrieuRevert r251050 to fix miscompile when running Clang -O1
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Alexey Samsonov[ASan] Disable instrumentation for inalloca variables.
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-11-05 Petar JovanovicAdd cfi instr for CFA calculation when movpc is expande...
2015-11-05 Derek Schuff[WebAssembly] Rename ior operator to or to match the...
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-05 Asaf Badouh[X86][AVX512] small bugfix in VPBROADCASTM
2015-11-05 Mehdi AminiFix LoopAccessAnalysis when potentially nullptr check...
2015-11-05 Matt ArsenaultAMDGPU: Disallow s[102:103] on VI in assembler
2015-11-05 Matt ArsenaultAMDGPU: Fix assert when legalizing atomic operands
2015-11-05 Joseph Tremoulet[WinEH] Fix establisher param reg in CLR funclets
2015-11-05 Rafael EspindolaGo back to producing relocations for out of range symbols.
2015-11-05 Matt ArsenaultAMDGPU: Add missing v2f64 fadd tests
2015-11-05 Rafael EspindolaFix pr24832.
2015-11-04 Rafael EspindolaSimplify .org processing and make it a bit more powerful.
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-04 Sanjoy Das[CaptureTracking] Support operand bundles conservatively
2015-11-04 Rafael EspindolaSlightly saner handling of thumb branches.
2015-11-04 Quentin Colombet[x86] Teach the shrink-wrapping hooks to do the proper...
2015-11-04 Simon Pilgrim[X86][SSE] Add general memory folding for (V)INSERTPS...
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-11-04 James Molloy[ARM] Combine CMOV into BFI where possible
2015-11-04 Teresa Johnson[ThinLTO] Always set linkage type to external when...
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-11-04 Filipe CabecinhasError out when faced with value names containing '\0'
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 Michael Kuperstein[X86] DAGCombine should not introduce FILD in soft...
2015-11-04 Philip Reames[CVP] Fold return values if possible
2015-11-04 Igor Laevsky[StatepointLowering] Remove distinction between call...
2015-11-04 Alexey SamsonovFix the test case for Windows.
2015-11-04 Alexey Samsonov[llvm-symbolizer] Improve the test for missing input...
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Matt ArsenaultAMDGPU: Fix asserts on invalid register ranges
2015-11-03 Matt ArsenaultAMDGPU: Fix off by one error in register parsing
2015-11-03 Derek SchuffAddress nit
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-11-03 Matt ArsenaultAMDGPU: Define correct number of SGPRs
2015-11-03 Simon Pilgrim[X86][AVX] Tweaked shuffle stack folding tests
2015-11-03 Adam Nemet[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
2015-11-03 Simon Pilgrim[X86][AVX512] Fixed shuffle test name to match shuffle
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Adam Nemet[LAA] LLE 2/6: Fix a NoDep case that should be a Forwar...
2015-11-03 Adam Nemet[LAA] LLE 1/6: Expose Forward dependences
next