[PowerPC] ELFv2 MC support for .abiversion directive
[oota-llvm.git] / lib / Target /
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-20 Ulrich Weigand[PowerPC] Refactor byval handling in LowerFormalArgumen...
2014-07-20 Ulrich Weigand[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
2014-07-20 NAKAMURA TakumiSIISelLowering.cpp: Define _USE_MATH_DEFINES to let...
2014-07-20 Matt ArsenaultR600: Remove unused function
2014-07-20 Matt ArsenaultR600/SI: Remove dead code and add missing tests.
2014-07-19 Matt ArsenaultRevert accidentally committed r213459
2014-07-19 Matt ArsenaultXXX - Increase unroll threshold
2014-07-19 Matt ArsenaultR600/SI: implement range reduction for sin/cos
2014-07-19 Matt ArsenaultR600: Implement a few simple TTI queries.
2014-07-19 Saleem AbdulrasoolARM: correct WoA __builtin_alloca handling on O0
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-18 Eric ChristopherFrameLowering depends only upon the Subtarget, so only...
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Eric ChristopherIn preparation for replacing the whole subtarget on...
2014-07-18 Eric ChristopherMake InstrInfo depend only upon the Subtarget getting...
2014-07-18 Eric ChristopherThe subtarget in MipsTargetLowering isn't going to...
2014-07-18 Eric ChristopherAvoid caching the relocation model on the subtarget...
2014-07-18 Eric ChristopherRemove commented out code.
2014-07-18 Eric ChristopherClean up some style and formatting issues.
2014-07-18 Eric ChristopherFix a couple of formatting and style issues.
2014-07-18 Eric ChristopherMake non-module passes unconditionally added in the...
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-18 Tim NorthoverAArch64: implement efficient f16 bitcasts
2014-07-18 Tim NorthoverNVPTX: support fpext/fptrunc to and from f16.
2014-07-18 Tim NorthoverR600: support fpext/fptrunc operations to and from...
2014-07-18 Tim NorthoverAArch64: support f16 extend/trunc operations.
2014-07-18 Tim NorthoverX86: support fpext/fptrunc operations to and from 16...
2014-07-18 Tim NorthoverARM: support legalisation of "fptrunc ... to half"...
2014-07-18 Renato GolinSuppress 'not handled in switch' warning
2014-07-18 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-18 Tim NorthoverR600: support f16 -> f64 conversion intrinsic.
2014-07-18 Tim NorthoverNVPTX: support direct f16 <-> f64 conversions via intri...
2014-07-18 Matt ArsenaultR600: Implement TTI:getPopcntSupport
2014-07-18 Jim GrosbachX86: Constant fold converting vector setcc results...
2014-07-18 Jim GrosbachAArch64: Constant fold converting vector setcc results...
2014-07-18 Eric ChristopherReset the Subtarget in the AsmPrinter for each machine...
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-17 Arnaud A. de Grand... [AArch64] Cleanup AsmParser: no need to use dyn_cast...
2014-07-17 Justin Holewinski[NVPTX] Improve handling of FP fusion
2014-07-17 Matt ArsenaultFix typos
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-07-17 Adam Nemet[X86] AVX512: Rename EVEX_CD8V to CD8_Form
2014-07-17 Adam Nemet[X86] AVX512: Use the TD version of CD8_Scale in the...
2014-07-17 Adam Nemet[X86] AVX512: Move compressed displacement logic to TD
2014-07-17 Justin Holewinski[NVPTX] Add missing .v4 qualifier on vector store instr...
2014-07-17 Saleem AbdulrasoolMC: fix MCAsmInfo usage for windows-itanium
2014-07-17 Justin Holewinski[NVPTX] Flag surface/texture query instructions with...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-17 Tim NorthoverARM: support direct f16 <-> f64 conversions
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverX86: support double extension of f16 type.
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Daniel Sanders[mips] .reginfo is 8 byte aligned on N32.
2014-07-17 Daniel Sanders[mips] Correct ELF e_flags for the N32 ABI when using...
2014-07-17 Daniel Sanders[mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6
2014-07-17 Daniel Sanders[mips] Fix ELF e_flags related to -mabicalls and -mplt.
2014-07-17 Matt ArsenaultUse range for
2014-07-17 Matt ArsenaultR600: Short circuit alloca check if address space isn...
2014-07-16 Sanjay PatelRemove Atom references in description.
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-16 Justin Holewinski[NVPTX] Honor alignment on vector loads/stores
2014-07-16 Chris BienemanAdded documentation for SizeMultiplier in the ARM subta...
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-07-16 Tim NorthoverCodeGen: don't form illegail EXTLOAD operations.
2014-07-16 Daniel Sanders[mips][fp64a] Temporarily disable odd-numbered double...
2014-07-16 Andrea Di Biagio[X86] Add a check for 'isMOVHLPSMask' within method...
2014-07-15 Matt ArsenaultR600/SI: Allow using f32 rcp / rsq when denormals not...
2014-07-15 David MajnemerX86: Simplify X86WindowsTargetObjectFile::getSectionFor...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Matt ArsenaultR600/SI: Fix select on i1
2014-07-15 Matt ArsenaultR600/SI: Implement less wrong f32 fdiv
2014-07-15 Matt ArsenaultR600: Add predicate for UnsafeFPMath
2014-07-15 Matt ArsenaultR600: Remove intrinsics that appear to be unused
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-15 Cameron McInallyRevert r213070. It's breaking the build in MCELFStreame...
2014-07-15 Jan VeselyR600: Implement zero undef variants of ctlz/cttz
2014-07-15 Daniel Sanders[mips] Correct .MIPS.abiflags fp_abi field for -mfpxx...
2014-07-15 Cameron McInallyAdd x86 patterns to match a specific add-with-carry.
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-15 Andrea Di BiagioSilence a warning in conditional expression.
2014-07-15 Tim NorthoverAArch64: fall back to generic code for out of range...
2014-07-15 David MajnemerFix typo in comment
2014-07-15 Juergen Ributzka[FastISel][X86] Remove no longer needed functions.
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerCall hook.
2014-07-15 Juergen RibutzkaRevert "[FastISel][X86] Remove no longer needed functions."
2014-07-15 David MajnemerCodeGen: Handle ConstantVector and undef in WinCOFF...
2014-07-15 Juergen Ributzka[FastISel][X86] Remove no longer needed functions.
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerCall hook.
2014-07-15 Matt ArsenaultR600: Add dag combine for copy of an illegal type.
2014-07-14 Matt ArsenaultR600: Add denormal handling subtarget features.
2014-07-14 Matt ArsenaultR600/SI: Default to no single precision denormals.
2014-07-14 Adam Nemet[X86] Specify all TSFlags bit-offsets symbolically
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 Saleem AbdulrasoolX86: correct 64-bit atomics on 32-bit
next