summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* Expand vector bswap in LegalizeVectorOpsHal Finkel2014-02-03
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Don't put non-static allocas in the static alloca mapReid Kleckner2014-01-31
* Set -mcpu to make this test pass on atom botsReid Kleckner2014-01-31
* Replace X86 FMA intrinsic pseduo-instructions with def pats.Lang Hames2014-01-31
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* This patch teaches the DAGCombiner how to fold insert_subvector nodesManman Ren2014-01-31
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-31
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Revert r200431 due to bot failures.Manman Ren2014-01-30
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-30
* Use a raw_stream to implement the mangler.Rafael Espindola2014-01-29
* [X86] Add extra rules for combining vselect dag nodes into movsd.Andrea Di Biagio2014-01-28
* [DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_e...Andrea Di Biagio2014-01-28
* [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio2014-01-27
* Additional fix for 200201: due to dependence on bitwidth test was moved to X8...Stepan Dyatkovskiy2014-01-27
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Add a testcase for the changes in r199938.Lang Hames2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Fix known typosAlp Toker2014-01-24
* [X86] Prevent the creation of redundant ops for sadd and ssub with overflow.Juergen Ributzka2014-01-24
* Replace vfmaddxx213 instructions with their 231-type equivalents in accumulatorLang Hames2014-01-23
* AVX-512: added VPERM2D VPERM2Q VPERM2PS VPERM2PD instructions,Elena Demikhovsky2014-01-23
* Revert r162101 and replace it with a solution that works for targets where th...Owen Anderson2014-01-22
* Add a testcase for r199430.Quentin Colombet2014-01-22
* AVX512: combining setcc and zext is wrong on AVX512Elena Demikhovsky2014-01-22
* MachineCopyPropagation has special logic for removing COPY instructions. It w...James Molloy2014-01-22
* Tweak the spelling of the asserts requirement a bit more. This makes itChandler Carruth2014-01-21
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-20
* Fix misched-aa-colored.ll to require asserts (trying again)Hal Finkel2014-01-20
* Fix misched-aa-colored.ll to require asserts.Hal Finkel2014-01-20
* Update IR when merging slots in stack coloringHal Finkel2014-01-20
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* AVX-512: fixed a compare patternElena Demikhovsky2014-01-16
* Convert test to FileCheck.Rafael Espindola2014-01-16
* Update test/CodeGen/X86/vbinop-simplify-bug.ll.Andrea Di Biagio2014-01-15
* [DAGCombiner] Fix a wrong check in method SimplifyVBinOp.Andrea Di Biagio2014-01-15
* Handle dllexport for global aliasesNico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* AVX-512: optimized scalar compare patternsElena Demikhovsky2014-01-14
* [X86] Fix assertion failure caused by a wrong folding of vector shifts by imm...Andrea Di Biagio2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Revert "Handle dllexport for global aliases"Nico Rieck2014-01-14