summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
...
* MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz2013-10-14
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-14
* Force a CPU on test so it doesn't depend on microarchitectural scheduling dec...Benjamin Kramer2013-10-12
* [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (us...Quentin Colombet2013-10-11
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-11
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-11
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-11
* Tests: Do not unnecessarily depend on kill commentsMatthias Braun2013-10-10
* Disable function padding to get this test to pass on atom.Benjamin Kramer2013-10-10
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-09
* Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...Craig Topper2013-10-09
* Fix a typo in the mattr part of the run line.Craig Topper2013-10-08
* Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...Craig Topper2013-10-08
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* X86: Fix type check. Just because an integer type is illegal doesn't mean it'...Benjamin Kramer2013-10-07
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Force a CPU that doesn't have AVX, otherwise this test fails.Benjamin Kramer2013-10-06
* X86: Don't fold spills into SSE operations if the stack is unaligned.Benjamin Kramer2013-10-06
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-06
* AVX-512: fixed shuffle loweringElena Demikhovsky2013-10-06
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-05
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-05
* Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...Craig Topper2013-10-05
* Convert test to FileCheck.Rafael Espindola2013-10-05
* Remove duplicated test cases that occurred when I applied the same patch file...Craig Topper2013-10-03
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-03
* AVX-512: fixed a bug in getLoadStoreRegOpcode() for AVX-512 targetElena Demikhovsky2013-10-02
* Add test case for PR16785.Preston Gurd2013-10-01
* AVX-512: Added X86vzmovl patternsElena Demikhovsky2013-10-01
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-30
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* Remove superfluous comment accidentally checked-in.Andrea Di Biagio2013-09-27
* Re-apply the change from r191393 with fix for pr17380.Andrea Di Biagio2013-09-27
* Revert r191393 since it caused pr17380.Andrea Di Biagio2013-09-26
* Test commit. Removed trailing whitespace.Josh Magee2013-09-25
* Teach DAGCombiner how to canonicalize dags according to the ruleAndrea Di Biagio2013-09-25
* Add missing check to SETCC optimization.Eli Friedman2013-09-24
* [stackprotector] Forgot to add in PR number to test case.Michael Gottesman2013-09-24
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-24
* Selecting the address from a very long chain of GEPs can blow the stack.Bill Wendling2013-09-24
* Add sha intrinsic testsBen Langmuir2013-09-23
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-09-21
* [X86] Emulate AVX 256bit MIN/MAX support by splitting the vector.Juergen Ributzka2013-09-21
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-09-21
* PR16726: extend rol/ror matchingKai Nacke2013-09-19
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-19
* PR16726: extend rol/ror matchingKai Nacke2013-09-19
* Add testcase to make sure we don't generate too many jumps for a une compare.Bill Wendling2013-09-19