[X86] Mark the AAD and AAM aliases as not valid in 64-bit mode.
[oota-llvm.git] / lib /
2015-10-13 Craig Topper[X86] Mark the AAD and AAM aliases as not valid in...
2015-10-13 Craig Topper[X86] Change all the i8imm operands in XOP instructions...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-13 Duncan P. N. Exon... BitcodeWriter: Stop using implicit ilist iterator conve...
2015-10-13 Sanjoy Das[SCEV] Put some utilites in the ScalarEvolution class
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-13 JF Bastienx86: preserve flags when folding atomic operations
2015-10-13 Matt ArsenaultAMDGPU: Refactor isVGPRToSGPRCopy
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Cong HouAssign correct edge weights to unwind destinations...
2015-10-12 Simon Pilgrim[SelectionDAG] Add common vector constant folding helpe...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 Reid KlecknerMake Win64 localescape offsets FP relative instead...
2015-10-12 Andrea Di Biagio[x86] Fix wrong lowering of vsetcc nodes (PR25080).
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Sanjay Patelcombine predicates; NFCI
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-10-12 Matt ArsenaultAMDGPU: Register some more passes so -print-before...
2015-10-12 Matt ArsenaultEnable verifier after PeepholeOptimizer
2015-10-12 Reid KlecknerDon't call PrepareEHLandingPad on non EH pads
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-12 Sanjay Patelfix typos; NFC
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-12 Oliver Stannard[Debug] Look through bitcasts to find argument registers
2015-10-12 Vasileios Kalintiris[mips][FastISel] Clang-format switch statement. NFC.
2015-10-12 Sanjay Patelfix capitalization; NFC
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-12 Daniel Sanders[mips][ias] Implement macro expansion when bcc has...
2015-10-12 Daniel Sanders[mips] Clean up most macro expansions to use the emit...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 Oliver StannardGlobalOpt does not treat externally_initialized globals...
2015-10-12 James Molloy[ARM] Mark Swift MISched model as incomplete
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-12 Zlatko BuljanTest commit
2015-10-12 Tobias GrosserSCEV: Allow simple AddRec * Parameter products in delin...
2015-10-12 Craig Topper[X86] Use u8imm for the immediate type for all shift...
2015-10-12 Craig Topper[X86] Add support to assembler and MCInst lowering...
2015-10-12 Craig Topper[X86] Cleanup formatting a bit. NFC
2015-10-12 Craig Topper[X86] Change the immediate for IN/OUT instructions...
2015-10-12 Craig Topper[X86] Add some instruction aliases to get the assembly...
2015-10-11 Craig Topper[X86] Fix CMP and TEST with al/ax/eax/rax to not mark...
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-10-11 Craig Topper[X86] Remove special validation for INT immediate opera...
2015-10-11 Craig Topper[X86] Simplify immediate range checking code.
2015-10-11 Simon Pilgrim[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
2015-10-11 Simon Pilgrim[InstCombine][X86][XOP] Combine XOP integer vector...
2015-10-11 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-10-11 Nathan Slingerland[ProfileData] Test commit for slingn
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-10 Teresa JohnsonFix PR25101 - Handle anonymous functions without VST...
2015-10-10 Jonas Paulsson[SystemZ] Fixes in the backend I/R.
2015-10-10 Sanjoy Das[IndVars] Use `auto`; NFC
2015-10-10 Craig TopperUse range-based for loops. NFC
2015-10-10 Keno Fischer[RuntimeDyld] Fix performance problem in resolveRelocat...
2015-10-10 Craig TopperUse range-based for loops. NFC.
2015-10-10 Craig TopperUse emplace_back instead of a constructor call and...
2015-10-10 Duncan P. N. Exon... Analysis: Remove implicit ilist iterator conversions
2015-10-10 Duncan P. N. Exon... MC: Remove implicit ilist iterator conversions, NFC
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid Kleckner[SEH] Update SEH codegen tests to use the new IR
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit ilist iterator conversions...
2015-10-09 David Majnemer[WinEH] Insert the catchpad return before CSR restoration
2015-10-09 James Y KnightFix assert when emitting llvm.pow.f86.
2015-10-09 Reid Kleckner[SEH] Fix _except_handler4 table base states
2015-10-09 Duncan P. N. Exon... CodeGen: Avoid more ilist iterator implicit conversions...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in PostRAScheduler, NFC
2015-10-09 Reid Kleckner[SEH] Remember to emit the last invoke range for SEH
2015-10-09 Owen AndersonGeneralize convergent check to handle invokes as well...
2015-10-09 James Y KnightFix assert in X86 backend.
2015-10-09 Chad RosierRevert "Simplify code. NFC."
2015-10-09 Duncan P. N. Exon... CodeGen: Continue removing ilist iterator implicit...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Avoid ilist iterator implicit conversions...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove more ilist iterator implicit conversion...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in IntrinsicLowering:...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in GlobalMerge, NFC
2015-10-09 Duncan P. N. Exon... CodeGen: Remove a few more ilist iterator implicit...
2015-10-09 Owen AndersonTeach LoopUnswitch not to perform non-trivial unswitchi...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit conversions from Analysis...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-09 Sanjay Patelfix typos; NFC
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-09 Dan Gohman[WebAssembly] Rename floating-point operators to match...
2015-10-09 Artur PilipenkoAdd verification for align, dereferenceable, dereferenc...
2015-10-09 Keno FischerClear SectionSymbols in MCContext::Reset
2015-10-09 Duncan P. N. Exon... AArch64: Make getNextNode() cleanup in r249764 more...
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Dehao ChenMake HeaderLineno a local variable.
2015-10-09 Artur PilipenkoValueTracking: use getAlignment in isAligned
2015-10-09 Jun Bum LimImprove ISel across lane float min/max reduction
2015-10-09 Jonas Paulsson[SystemZ] Remove unused code in SystemZElimCompare.cpp
2015-10-09 Nemanja IvanovicVector element extraction without stack operations...
2015-10-09 Andrea Di Biagio[MemCpyOpt] Fix wrong merging adjacent nontemporal...
2015-10-09 Arnaud A. de Grand... [EarlyCSE] Address post commit review for r249523.
2015-10-09 Jonas Paulsson[SystemZ] Remove superfluous braces in SystemZShortenIn...
next