[mips][msa] Added a regression test that depended on multiple patches to pass.
[oota-llvm.git] / test / CodeGen / X86 /
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Bill WendlingAdd testcase to make sure we don't generate a compact...
2013-10-17 Benjamin KramerFix tests not to depend on specific regalloc or instruc...
2013-10-17 Andrea Di BiagioFix edge condition in DAGCombiner to improve codegen...
2013-10-17 Jim Grosbachx86: Move bitcasts outside concat_vector.
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 Yunzhong GaoEnabling 3DNow! prefetch instruction for a few AMD...
2013-10-16 Benjamin KramerDAGCombiner: Don't fold xor into not if getNOT would...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Rafael EspindolaAdd a triple to this test.
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-10-15 Michael LiaoFix PR17546
2013-10-15 Michael LiaoFix PR16807
2013-10-15 NAKAMURA Takumillvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expres...
2013-10-15 Andrew TrickImprove on r192635, ExeDepsFix for avx, and add a test...
2013-10-14 Quentin Colombet[X86][FastISel] During X86 fastisel, the address of...
2013-10-14 Nick LewyckyFix a typo, in a comment, in a test.
2013-10-14 Eric ChristopherRevert part of a fix from 2010, changes since then:
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-12 Benjamin KramerForce a CPU on test so it doesn't depend on microarchit...
2013-10-11 Quentin Colombet[DAGCombiner] Load slicing test case: attempt to really...
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-10 Matthias BraunTests: Do not unnecessarily depend on kill comments
2013-10-10 Benjamin KramerDisable function padding to get this test to pass on...
2013-10-09 Elena DemikhovskyAVX-512: Added VRCP28 and VRSQRT28 instructions and...
2013-10-09 Craig TopperAdd in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov...
2013-10-08 Craig TopperFix a typo in the mattr part of the run line.
2013-10-08 Craig TopperExplicitly disable AVX on a bunch of tests so they...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Benjamin KramerX86: Fix type check. Just because an integer type is...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-06 Benjamin KramerForce a CPU that doesn't have AVX, otherwise this test...
2013-10-06 Benjamin KramerX86: Don't fold spills into SSE operations if the stack...
2013-10-06 Elena DemikhovskyAVX-512: added scalar convert instructions and intrinsics.
2013-10-06 Elena DemikhovskyAVX-512: fixed shuffle lowering
2013-10-05 Benjamin KramerEmit a better error when running out of registers on...
2013-10-05 Craig TopperRemove unneeded TBM intrinsics. The arithmetic/logical...
2013-10-05 Craig TopperAdd an additional pattern for BLCI since opt can turn...
2013-10-05 Rafael EspindolaConvert test to FileCheck.
2013-10-03 Craig TopperRemove duplicated test cases that occurred when I appli...
2013-10-03 Craig TopperAdd patterns for selecting TBM instructions from logica...
2013-10-02 Elena DemikhovskyAVX-512: fixed a bug in getLoadStoreRegOpcode() for...
2013-10-01 Preston GurdAdd test case for PR16785.
2013-10-01 Elena DemikhovskyAVX-512: Added X86vzmovl patterns
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Andrea Di BiagioRemove superfluous comment accidentally checked-in.
2013-09-27 Andrea Di BiagioRe-apply the change from r191393 with fix for pr17380.
2013-09-26 Andrea Di BiagioRevert r191393 since it caused pr17380.
2013-09-25 Josh MageeTest commit. Removed trailing whitespace.
2013-09-25 Andrea Di BiagioTeach DAGCombiner how to canonicalize dags according...
2013-09-24 Eli FriedmanAdd missing check to SETCC optimization.
2013-09-24 Michael Gottesman[stackprotector] Forgot to add in PR number to test...
2013-09-24 Michael Gottesman[stackprotector] Allow for copies from vreg -> vreg...
2013-09-24 Bill WendlingSelecting the address from a very long chain of GEPs...
2013-09-23 Ben LangmuirAdd sha intrinsic tests
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-21 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-09-21 Juergen Ributzka[X86] Emulate AVX 256bit MIN/MAX support by splitting...
2013-09-21 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Kai NackeRevert PR16726: extend rol/ror matching
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Bill WendlingAdd testcase to make sure we don't generate too many...
2013-09-19 Benjamin KramerDAGCombiner: Don't fold vector muls with constants...
2013-09-19 Tim NorthoverX86: FrameIndex addressing modes do have a base register.
2013-09-18 Preston GurdAttempt to fix llvm-ppc64-linux2 buildbot failure by...
2013-09-18 Preston GurdVerify that llvm can generate the prefetchw instruction...
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-16 Preston GurdAdd Atom Silvermont (slm) tests
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-11 Bill WendlingTry to fix the atom buildbots by adding an explicit...
2013-09-09 Bill WendlingAnother attempt to fix windows buildbots.
2013-09-09 Bill WendlingAttempt to fix buildbots by giving an explicit output...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-06 Tim NorthoverSelectionDAG: create correct BooleanContent constants
2013-09-05 Juergen Ributzka[X86] Perform VSELECT DAG combines also before DAG...
2013-09-04 Andrew Trickmi-sched: Force bottom up scheduling for generic targets.
2013-09-02 NAKAMURA TakumiFileCheck-ize three tests of llvm/test/CodeGen/X86...
2013-09-02 NAKAMURA Takumillvm/test/CodeGen/X86: Update tests with -mattr=-bmi...
2013-09-02 Craig TopperCreate BEXTR instructions for (and ((sra or srl) x...
2013-09-02 Elena DemikhovskyAVX-512: gather-scatter tests; added foldable instructions;
2013-09-01 Elena DemikhovskyAVX-512: Added GATHER and SCATTER instructions.
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-29 Elena DemikhovskyAVX-512: added extend and truncate instructions.
2013-08-28 Elena DemikhovskyAVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1...
2013-08-27 Eric ChristopherMove some debug testcases to the debug info directory.
next