Use getValue instead of getAddress in a few MachO only cases.
[oota-llvm.git] / lib / Target /
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-02 Dan Gohman[WebAssembly] Set the HasFloatingPointExceptions flag...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Bill Schmidt[PPC64LE] Remove implicit-subreg restriction from VSX...
2015-07-02 Bill Schmidt[PPC64LE] Teach swap optimization about the doubleword...
2015-07-02 Eric ChristopherImplement TargetTransformInfo::hasCompatibleFunctionAtt...
2015-07-01 JF BastienWebAssembly: start instructions
2015-07-01 Dan Gohman[WebAssembly] Define separate Target instances for...
2015-07-01 Jingyue Wu[NVPTX] expand extload/truncstore for vectors of floats
2015-07-01 Jingyue Wu[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
2015-07-01 Bill Schmidt[PPC64LE] Enable missing lxvdsx optimization, and relat...
2015-07-01 Sanjay Patelfix formatting; NFC
2015-07-01 Sanjay Patelfix typos in comment; NFC
2015-07-01 Reid Kleckner[SEH] Don't assert if the parent function lacks a perso...
2015-07-01 Arnaud A. de Grand... [AArch64] Implement add/adds/sub/subs/cmp/cmn with...
2015-07-01 James Y Knight[Sparc] Rearrange SparcInstrInfo, no change.
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-07-01 Zoran Jovanovic[mips][microMIPS] Implement SLL and NOP instructions
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Jingyue Wu[NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
2015-06-30 Nemanja IvanovicModified a comment about the reason for the patch ...
2015-06-30 Nemanja IvanovicFixes a bug with __builtin_vsx_lxvdw4x on Little Endian...
2015-06-30 Jingyue Wu[NVPTX] Fix issue introduced in D10321
2015-06-30 Samuel AntaoForce relocation mode to be default, regardless of...
2015-06-30 Michael Kuperstein[X86] Fix a bug in WIN_FTOL_32/64 handling.
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Toma Tabacu[mips] [IAS] Make .module directives change AssemblerOp...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Tim NorthoverARM: add correct kill flags when combining stm instructions
2015-06-29 Matthias BraunX86: Rework inline asm integer register specification.
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-29 NAKAMURA TakumiWhitespace.
2015-06-28 Matt ArsenaultAMDGPU/SI: Fix extra space when printing v_div_fmas_*
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-27 Daniel Sanders[mips] Add COP0 register class and use it in M[FT]C0...
2015-06-26 Jingyue Wu[NVPTX] noop when kernel pointers are already global
2015-06-26 Tom StellardAMDPGU/SI: Use correct resource descriptors for VI...
2015-06-26 Tom StellardAMDGPU/SI: Update amd_kernel_code_t definition and...
2015-06-26 Tom StellardAMDGPU/SI: Remove unused variable
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Tom StellardAMDGPU/SI: Add hsa code object directives
2015-06-26 Tom StellardAMDGPU/SI: There are no implicit kernel args in the...
2015-06-26 Tom StellardAMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodySt...
2015-06-26 Marek OlsakAMDGPU: really don't commute REV opcodes if the target...
2015-06-26 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-06-26 David MajnemerRevert "Revert r240762 "[X86] Cleanup X86WindowsTargetO...
2015-06-26 Pete CooperAdd op_values() to iterate over the SDValue operands...
2015-06-26 Javed Absar[ARM] Cortex-R5 is not VFPOnlySP
2015-06-26 Douglas Katzman[X86]: Correctly sign-extend 16-bit immediate in CALL...
2015-06-26 Hans WennborgRevert r240762 "[X86] Cleanup X86WindowsTargetObjectFil...
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Toma Tabacu[mips] [IAS] Add partial support for the ULW pseudo...
2015-06-26 Javed Absar[ARM] Cortex-R4F is not VFPOnlySP
2015-06-26 Rafael EspindolaOptimize the creation of mapping symbols.
2015-06-26 David Majnemer[X86] Cleanup X86WindowsTargetObjectFile::getSectionFor...
2015-06-26 Hao Liu[ARM] Lower interleaved memory accesses to vldN/vstN...
2015-06-26 Hao Liu[AArch64] Lower interleaved memory accesses to ldN...
2015-06-26 Matthias BraunRevert "X86: Reject register operands with obvious...
2015-06-25 NAKAMURA TakumiPPCISelLowering.cpp: Appease PR23956. [-Wdocumentation]
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Pete CooperUse foreach loop over constant operands. NFC.
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-25 Benjamin Kramer[PPC] Replace debug value skipping with getLastNonDebug...
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleFP() funct...
2015-06-25 Ulrich Weigand[SystemZ] Only attempt RxSBG optimization for integer...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg...
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-24 Matthias BraunARMLoadStoreOptimizer: Fix errata 602117 handling and...
2015-06-24 Zoran Jovanovic[mips][microMIPS] Implement BREAK, EHB and EI instructions
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-24 Justin BognerHexagon: Paper over the undefined behaviour introduced...
2015-06-24 Justin BognerHexagon: Avoid left shifting negative values (it's UB)
2015-06-24 Justin BognerSystemZ: Rephrase this allOnes calculation to avoid UB
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-23 John Brawn[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop...
2015-06-23 Justin BognerSystemZ: Avoid left shifting negative values (it's UB)
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Toma Tabacu[mips] [IAS] Add partial support for the ULHU pseudo...
2015-06-23 Toma Tabacu[mips] [IAS] Add support for generating DADDu to create...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Krzysztof Parzyszek[Hexagon] Use MF reference from parent class in Hexagon...
2015-06-23 Toma Tabacu[mips] [IAS] Move some function definitions to MipsTarg...
next