summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Fix bad copy-and-paste from r210652. AVX512 masked leading zero intrinsics.Cameron McInally2014-06-13
* llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Ass...NAKAMURA Takumi2014-06-13
* [FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.Juergen Ributzka2014-06-13
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-13
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* Update test case to use "not" instead of "XFAIL".Juergen Ributzka2014-06-12
* [FastISel][X86] Argument lowering test caseJuergen Ributzka2014-06-12
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-12
* Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...Juergen Ributzka2014-06-12
* Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y))...Tom Stellard2014-06-12
* [X86] Teach how to combine AVX and AVX2 horizontal binop on packed 256-bit ve...Andrea Di Biagio2014-06-12
* [FastISel][x86] Add testcase for r210719.Juergen Ributzka2014-06-12
* [x86] Improve frameaddress test from r210709.Juergen Ributzka2014-06-12
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-12
* [FastISel][X86] Add support for the sqrt intrinsic.Juergen Ributzka2014-06-11
* [FastISel][X86] Add support for the frameaddress intrinsic.Juergen Ributzka2014-06-11
* Add AVX512 masked leadz instrinsic support.Cameron McInally2014-06-11
* [X86] Refactor the logic to select horizontal adds/subs to a helper function.Andrea Di Biagio2014-06-11
* [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.Juergen Ributzka2014-06-10
* [X86] Improved target combine rules for selecting horizontal add/sub.Andrea Di Biagio2014-06-10
* [X86] AVX512: Add vmovntdqaAdam Nemet2014-06-10
* Revert "X86: elide comparisons after cmpxchg instructions."Tim Northover2014-06-10
* X86: elide comparisons after cmpxchg instructions.Tim Northover2014-06-10
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* [X86] Add target combine rules for horizontal add/sub.Andrea Di Biagio2014-06-09
* llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match W...NAKAMURA Takumi2014-06-09
* [X86] Avoid emitting unnecessary test instructions.Andrea Di Biagio2014-06-09
* [DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.Andrea Di Biagio2014-06-09
* Fix typosAlp Toker2014-06-07
* X86: Don't turn shifts into ands if there's another use that may not check fo...Benjamin Kramer2014-06-06
* Fixed a bug in lowering shuffle_vectors to insertpsFilipe Cabecinhas2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Revert r209381 as it isn't a local variable. Add a testcase so thatEric Christopher2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [X86] Fix checked arithmetic for i8 on X86.Andrea Di Biagio2014-06-02
* Make blend tests more specificFilipe Cabecinhas2014-05-31
* [X86] Add two combine rules to simplify dag nodes introduced during type lega...Andrea Di Biagio2014-05-30
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-30
* Separate the check for blend shuffle_vector masksFilipe Cabecinhas2014-05-30
* [pr19636] Fix known bit computation in urem instruction with power of two.Rafael Espindola2014-05-30
* [X86] Move test from r209863 to CodeGen/X86Adam Nemet2014-05-29
* [X86] Remove AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* Added tests for shufflevector lowering to blend instrs.Filipe Cabecinhas2014-05-29
* [x86] Fold extract_vector_elt of a load into the Load's address computation.Michael J. Spencer2014-05-29
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* Just check the entire string.Rafael Espindola2014-05-26
* Emit data or code export directives based on the type.Rafael Espindola2014-05-25
* Make these CHECKs a bit more strict.Rafael Espindola2014-05-25