WebAssembly: floating-point comparisons
[oota-llvm.git] / lib / Target / X86 /
2015-08-12 Sanjay Patel80-cols; NFC
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 Michael Kuperstein[X86] Disable mul -> shl + lea combine when compiling...
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-12 Simon Pilgrim[InstCombine] Move SSE/AVX vector blend folding to...
2015-08-12 Saleem AbdulrasoolX86: hoist a condition into a variable (NFC)
2015-08-12 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-11 Michael Kuperstein[X86] Allow merging of immediates within a basic block...
2015-08-11 Marina Yatsina[X86] Add SAL mnemonics for Intel syntax
2015-08-11 Marina Yatsina[X86] Fix REPE, REPZ, REPNZ for intel syntax
2015-08-11 Marina Yatsina[X86] Fix imul alias for intel syntax
2015-08-11 Michael Kuperstein[X86] When optimizing for minsize, use POP for small...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-10 JF Bastienx86: Emit LAHF/SAHF instead of PUSHF/POPF
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Simon Pilgrim[InstCombine] Move SSE2/AVX2 arithmetic vector shift...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Marina YatsinaTest commit to verify commit access
2015-08-09 Saleem AbdulrasoolX86: remove a dead store (NFC)
2015-08-08 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 Craig Topper[X86] Add ADX and RDSEED to Skylake processor.
2015-08-08 Craig TopperAdd SlowBTMem to Sandy Bridge and newer Intel CPUs...
2015-08-06 Michael LiaoRemoving tailing whitespaces
2015-08-06 Michael Kuperstein[X86] Improve EmitLoweredSelect for contiguous CMOV...
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-05 JF Bastienx86: NFC remove needless InstrCompiler cast
2015-08-05 JF Bastienx86 atomic: optimize a.store(reg op a.load(acquire...
2015-08-05 JF BastienRevert "Fix MO's analyzePhysReg, it was confusing sub...
2015-08-05 JF BastienFix MO's analyzePhysReg, it was confusing sub- and...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Sanjay Patel[x86] machine combiner reassociation: mark EFLAGS opera...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 JF Bastienx86: check hasOpaqueSPAdjustment in canRealignStack
2015-07-31 Sanjay Patel[x86] reassociate integer multiplies using machine...
2015-07-30 Sanjay Patelfix memcpy/memset/memmove lowering when optimizing...
2015-07-30 Michael Kuperstein[X86] Recognize "flags" as an identifier, not a registe...
2015-07-30 Sanjay Patelpush fast-math check for machine-combiner reassociation...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-29 Simon Pilgrim[X86][SSE] Keep 32-bit target i64 vector shifts on...
2015-07-29 Simon Pilgrim[X86][SSE] Vectorize i64 ASHR operations
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Michael Kuperstein[X86] Remove mergeSPUpdatesUp()
2015-07-28 Simon Pilgrim[X86][SSE] Use bitmasks instead of shuffles where possible.
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-28 Sanjay Patelfix invalid load folding with SSE/AVX FP logical instru...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-27 Sanjay Patelremove unnecessary forward declaration; NFC
2015-07-27 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-27 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Sanjay Patelfix typo and spacing; NFC
2015-07-27 Pete CooperRevert "Add const to some Type* parameters which didn...
2015-07-27 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-27 Simon Pilgrim[X86] Reordered lowerVectorShuffleAsBitMask before...
2015-07-27 Sean SilvaAvoid using uncommon acronym "MSROM".
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-24 Pete CooperAdd const to some Type* parameters which didn't need...
2015-07-24 Pete CooperUse foreach loops for StructType::elements(). NFC.
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Sanjay Patelfix wrong comment; NFC
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-23 Duncan P. N. Exon... X86: Use dyn_cast instead of isa+cast, NFC
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-22 Sanjay Patelfix typo; NFC
2015-07-22 Sanjay Patelfix indent; NFC
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Asaf Badouh[X86][AVX512] add reduce/range/scalef/rndScale
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-22 Elena DemikhovskyAVX-512: Added intrinsics for VCVT* instructions.
2015-07-21 Igor BregerAVX512 : Implemented VPMADDUBSW and VPMADDWD instruction ,
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-19 Simon Pilgrim[X86][SSE] Reordered cast vectorization costs. NFCI.
2015-07-19 Michael Kuperstein[X86] Add support for tbyte memory operand size for...
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-19 Elena DemikhovskyAVX-512: Floating point conversions for SKX - DAG Lowering.
2015-07-18 Simon Pilgrim[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
2015-07-17 Rafael EspindolaUse small encodings for constants when possible.
2015-07-16 Simon PilgrimFix spelling. NFCI.
2015-07-16 Michael Kuperstein[X86] Reapply r240257 : "Allow more call sequences...
2015-07-16 Michael Kuperstein[X86] Fix emitPrologue() to make less assumptions about...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
next