Remove caching of the subtarget for X86FrameLowering.
[oota-llvm.git] / lib / Target / X86 /
2014-06-05 Eric ChristopherRemove caching of the subtarget for X86FrameLowering.
2014-06-05 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Eric ChristopherWe've got a getSlotSize call already that we use everyw...
2014-06-05 Eric Christopher80-columns.
2014-06-05 Eric ChristopherRemove uses of the TargetMachine from X86FrameLowering.
2014-06-04 Yaron KerenTwo small enhancements for the JIT.
2014-06-04 Nick LewyckyFix a use of uninitialized value. OldCC is set when...
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Eric ChristopherFixup formatting in the pass.
2014-06-02 Andrea Di Biagio[X86] Fix checked arithmetic for i8 on X86.
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-23 Rafael EspindolaDelete dead code.
2014-05-22 Andrea Di Biagio[X86] Improve the lowering of BITCAST from MVT::f64...
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-22 Eric ChristopherOverride runOnMachineFunction for X86ISelDAGToDAG so...
2014-05-22 Eric ChristopherAvoid using subtarget features when adding X86 specific...
2014-05-22 Eric ChristopherRemove extra local variable.
2014-05-22 Eric ChristopherRename createGlobalBaseRegPass -> createX86GlobalBaseRe...
2014-05-22 Eric ChristopherFix typo.
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Quentin Colombet[X86] Fix a bug in the lowering of BLENDI introduced...
2014-05-21 Evgeniy Stepanov[asan] Fix x86-32 asm instrumentation to preserve flags.
2014-05-20 Simon AtanasyanAdd parentheses to suppress the gcc warning '-Wparenthe...
2014-05-20 Alexey Volkov[X86] Tune LEA usage for Silvermont
2014-05-19 Juergen Ributzka[ConstantHoisting][X86] Change the cost model to never...
2014-05-19 Andrea Di Biagio[X86] Add ISel patterns to improve the selection of...
2014-05-19 Filipe CabecinhasAdded more insertps optimizations
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Chandler Carruth[x86] Fix a bad predicate I spotted by inspection ...
2014-05-16 Filipe CabecinhasImplemented special cases for PerformVSELECTCombine.
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-05-16 Filipe CabecinhasImplemented LowerVSELECT to custom lower some instructions.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Tim NorthoverX86: disable printing of bare "mov" aliases
2014-05-15 Andrea Di Biagio[X86] Teach the backend how to fold SSE4.1/AVX/AVX2...
2014-05-15 Tim NorthoverTableGen: use correct MIOperand when printing aliases
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Alp TokerFix typos
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Benjamin KramerX86: If we have an instruction that sets a flag and...
2014-05-12 Reid KlecknerTry to fix an SDAG dependence issue with sret
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Aaron BallmanSilencing an MSVC warning about not all control paths...
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-12 Benjamin KramerX86: Make sure that we have SSE4.1 before we generate...
2014-05-12 NAKAMURA TakumiX86ISelLowering.cpp:LowerINTRINSIC_W_CHAIN(): Prune...
2014-05-12 Elena DemikhovskyFixed compilation issue
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-11 Hal FinkelAdd 'override' to getRegisterByName in *ISelLowering.h
2014-05-11 Filipe CabecinhasFixed a bug when lowering build_vector (PR19694)
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Andrea Di BiagioFix 80 col violation.
2014-05-09 Benjamin Kramer[asan] Stop leaking X86Operands.
2014-05-08 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-08 Andrea Di Biagio[X86] Add target specific combine rules to fold SSE2...
2014-05-08 Evgeniy Stepanov[asan] Preserve flags in asm instrumentation.
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-08 Filipe CabecinhasLower certain build_vectors to insertps instructions
2014-05-07 Hal Finkel[X86TTI] Remove the unrolling branch limits
2014-05-07 Quentin Colombet[X86] Selectively mark the FMA variants inside a family...
2014-05-07 Eric ChristopherReformat a couple of functions for clarity.
2014-05-07 Chandler Carruth[x86] Make the 'x86-64' cpu, what I see as and many...
2014-05-07 Evgeniy Stepanov[asan] Add a flag to control asm instrumentation.
2014-05-06 Andrea Di Biagio[X86] Improve the lowering of BITCAST dag nodes from...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Craig TopperUse X86 memory operand enums instead of hardcoding.
2014-05-06 Reid KlecknerFix i128 div/mod on mingw64
2014-05-05 Filipe CabecinhasRevert "Optimize shufflevector that copies an i64/f64...
2014-05-05 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-04 Elena DemikhovskyAVX-512: minor change in rndscale intrinsic
2014-05-04 Saleem AbdulrasoolX86: further range-loopify AsmPrinter
2014-05-04 Saleem AbdulrasoolX86: remove X86COFFMachineModuleInfo
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
2014-05-04 Saleem AbdulrasoolX86: refactor export directive generation
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-04-30 Joerg SonnenbergerRestore condition incorrectly changed in r96289 to...
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Evgeniy Stepanov[asan] Disable asm instrumentation on unsupported platf...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric ChristopherFix 80-columns, tab characters, and comments.
2014-04-28 Quentin Colombet[X86] Add more details in the comments of X86TargetLowe...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
next