Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / lib / Target /
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 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 Reid Kleckner[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Dan Gohman[WebAssembly] Fix copypasta.
2015-11-05 Dan Gohman[WebAssembly] Rename Immediate instructions to Const.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-05 Dan Gohman[WebAssembly] Add WebAssemblyMCInstLower.cpp.
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 James Molloy[ARM] Compute known bits for ARMISD::CMOV
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 Matt ArsenaultAMDGPU: Also track whether SGPRs were spilled
2015-11-05 Matt ArsenaultAMDGPU: Print number user SGPRs
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 Matt ArsenaultAMDGPU: Make addr64 atomic operand order consistent
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: Fix typo
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 PilgrimWarning fix.
2015-11-04 Simon Pilgrim[X86][SSE] Add general memory folding for (V)INSERTPS...
2015-11-04 Sanjoy Das[IR] Add bounds checking to paramHasAttr
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 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-03 Peter CollingbourneCodeGen, Target: Move Mach-O-specific symbol name logic...
2015-11-03 Matt ArsenaultAMDGPU: Make flat_scratch name consistent
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 SchuffAlign whitespace
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-11-03 Matt ArsenaultAMDGPU: s[102:103] is unavailable on VI
2015-11-03 Matt ArsenaultAMDGPU: Define correct number of SGPRs
2015-11-03 Matt ArsenaultAMDGPU: Make findUsedSGPR more readable
2015-11-03 Matt ArsenaultAMDGPU: Initialize SIFixSGPRCopies so -print-after...
2015-11-03 Matt ArsenaultAMDGPU: Alphabetize includes
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Igor BregerAVX512: add encoding tests for vmovq/d instructions.
2015-11-03 Matthias BraunFix build problme introduced in r251883
2015-11-03 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag; NFC
2015-11-03 Colin LeMahieu[Hexagon] Fixing mistaken case fallthrough.
2015-11-02 Matt ArsenaultAMDGPU: Stop assuming vreg for build_vector
2015-11-02 Derek Schuff[WebAssembly] Make WebAssemblyCodeGen depend on WebAsse...
2015-11-02 Matt ArsenaultAMDGPU: Error on graphics shaders with HSA
2015-11-02 Matt ArsenaultAMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE
2015-11-02 Bill Schmidt[PPC64LE] Properly initialize instr-info in PPCVSXSwapR...
2015-11-02 Tim NorthoverWatchOS: update default CPU for triple after t2dsp...
2015-11-02 Nemanja IvanovicFix for bootstrap bug introduced in r244921
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig Topper[X86] Remove assertions that check for valid scale...
2015-11-02 Craig Topper[X86] Fold 'if' followed by just an llvm_unreachable...
2015-11-02 Craig Topper[X86] Use isa instead of dyn_cast in a bool context...
2015-11-02 Craig Topper[X86] Remove some llvm_unreachables after switches...
2015-11-02 Craig Topper[X86] Remove a 'break' after an llvm_unreachable.
2015-11-02 Craig Topper[X86] Use cast instead of dyn_cast and a null check...
2015-11-02 Craig Topper[X86] Use MVT instead of EVT when the type is known...
2015-11-02 NAKAMURA TakumiUntabify.
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-10-31 Craig Topper[X86] Replace getScalarType with getVectorElementType...
2015-10-31 Craig Topper[X86] Convert to MVT instead of calling EVT functions...
2015-10-31 Craig Topper[X86] Call getScalarSizeInBits() instead of getScalarTy...
2015-10-31 Craig Topper[X86] Remove two const references to the return value...
2015-10-31 Craig Topper[X86] Replace EVT with MVT in some more places. NFC
2015-10-31 Craig Topper[X86] Fix indentation of case statements in switch...
2015-10-31 Craig Topper[X86] Reduce math for index calculation for inserting...
2015-10-30 JF Bastien[WebAssembly] Fix import statement
2015-10-30 Craig Topper[X86] Use is128BitVector/is256BitVector/is512BitVector...
2015-10-30 Craig Topper[X86] Minor formatting fixes. NFC.
2015-10-30 Craig Topper[X86] Use MVT instead of EVT in some places. NFC
2015-10-29 Simon Pilgrim[X86][SSE] Shuffle blends with zero
2015-10-29 Jonas Paulsson[SystemZ] Make the CCRegs regclass non-allocatable.
2015-10-29 Marek OlsakAMDGPU/SI: handle undef for llvm.SI.packf16
2015-10-29 Marek OlsakAMDGPU/SI: use S_OR for fneg (fabs f32)
2015-10-29 Marek OlsakAMDGPU/SI: use S_AND for i1 trunc
2015-10-29 Zoran Jovanovic[mips] wrong opcode for ll/sc instructions on mipsr6...
2015-10-29 Artyom SkrobovRecognize that ARM1176JZ[F]-S support TrustZone
2015-10-29 Vasileios Kalintiris[mips] Check the register class before replacing materi...
2015-10-29 JF Bastien[WebAssembly] Update opcode name format for conversions
2015-10-29 Benjamin KramerRemove CRLF line endings.
2015-10-28 Hal Finkel[PowerPC] Recurse through constants when looking for...
2015-10-28 Hal Finkel[PowerPC] Don't return unsupported register classes...
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: teach backend about WatchOS and TvOS libcalls.
next