summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* X86: Pattern match scalar loads + vcvtph2ps into just vcvtph2ps.Benjamin Kramer2014-04-18
* [stack protector] Make the StackProtector pass respect ssp-buffer-size.Josh Magee2014-04-17
* [X86] Improve the lowering of packed shifts by constant build_vector.Andrea Di Biagio2014-04-15
* Revert r191049/r191059 as it can produce wrong code (see PR17975).Robert Lougher2014-04-15
* [Register Coalescer] Add a test case for 206060.Quentin Colombet2014-04-15
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* [RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive se...Quentin Colombet2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Addition ofQuentin Colombet2014-04-11
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* [stack protector] Refactor and clean-up test. No functionality change.Josh Magee2014-04-10
* X86: Tighten up test.Jim Grosbach2014-04-10
* Add support for load folding of avx1 logical instructionsJim Grosbach2014-04-09
* SelectionDAG: Don't constant fold target-specific nodes.Jim Grosbach2014-04-09
* AVX-512: insert element to mask vector; store i1 dataElena Demikhovsky2014-04-09
* AVX-512: Added fp_to_uint and uint_to_fp patterns.Elena Demikhovsky2014-04-08
* Quick fix: Triple::isOSMSVCRT() should be false for targeting cygwin.NAKAMURA Takumi2014-04-06
* [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chanceQuentin Colombet2014-04-04
* Revert r205599, the commit was not intended to have so many changesQuentin Colombet2014-04-04
* [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chanceQuentin Colombet2014-04-04
* llvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax expressions to satisf...NAKAMURA Takumi2014-04-03
* Fix test case.Richard Trieu2014-04-03
* [CodeGen] Teach the peephole optimizer to remember (and exploit) all foldingLang Hames2014-04-02
* Add comments and test case for [DAG] Keep the opaque constant flag when perfo...Juergen Ributzka2014-04-02
* Support segmented stacks on Win64Reid Kleckner2014-04-01
* [x86] Do not convert to cmp32 for Atom arch by Sergey OkunevAlexey Volkov2014-04-01
* [Stackmaps] Update the stackmap format to use 64-bit relocations for the func...Juergen Ributzka2014-03-31
* Two updated tests for MinGW 32 and 64 exception handling code generation.Yaron Keren2014-03-31
* [x86] Fix printing of register operands with q modifier.Akira Hatanaka2014-03-28
* X86: Disable IsLegalToCallImmediateAddr for Win32David Majnemer2014-03-28
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* AVX-512: Implemented masking for integer arithmetic & logic instructions.Elena Demikhovsky2014-03-27
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-26
* Fix for incorrect address sinking in the presence of potential overflows.Jim Grosbach2014-03-26
* Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base poi...Hans Wennborg2014-03-26
* Fix AVX512 Gather and Scatter execution domains.Cameron McInally2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [X86] Add broadcast instructions to the table used by ExeDepsFix pass.Quentin Colombet2014-03-26
* [X86] Generate VPSHUFB for in-place v16i16 shufflesAdam Nemet2014-03-25
* Fix AVX2 Gather execution domains. Cameron McInally2014-03-25
* WinCOFF: Add support for -fdata-sectionsDavid Majnemer2014-03-25
* [X86][ISelDAG] Add missing fallback patterns for avx2 broadcast instructions.Quentin Colombet2014-03-24
* WinCOFF: Add support for -ffunction-sectionsDavid Majnemer2014-03-23
* [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2014-03-22
* Register allocator: add condition to hoist a spill to outer loop.Manman Ren2014-03-21
* Move codegen test over to MC.Rafael Espindola2014-03-21
* Convert test to using cfi.Rafael Espindola2014-03-21
* Remove redundant test.Rafael Espindola2014-03-21
* Split out the MC part of this test.Rafael Espindola2014-03-21