summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
...
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-12
* Use FileCheck instead of grep.Preston Gurd2013-04-11
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-11
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-11
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-11
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-10
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-10
* Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov2013-04-05
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-05
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-03
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-03
* llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi2013-04-02
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-02
* [fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier2013-04-02
* Simplify test cases for Atom preferring call register indirect overPreston Gurd2013-04-02
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-01
* X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer2013-03-31
* DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer2013-03-30
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov2013-03-29
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao2013-03-28
* Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov2013-03-28
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* This patch follows is a follow up to r178171, which uses the register Preston Gurd2013-03-27
* For the current Atom processor, the fastest way to handle a callPreston Gurd2013-03-27
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Add XTEST codegen supportMichael Liao2013-03-26
* Enable SandyBridgeModel for all modern Intel P6 descendants.Jakob Stoklund Olesen2013-03-26
* Fix PRFCHW test on non-x86 buildsMichael Liao2013-03-26
* Add PREFETCHW codegen supportMichael Liao2013-03-26
* Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao2013-03-25
* Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-25
* Add an -mcpu option to a test that is apparently scheduler-sensitive.Jakob Stoklund Olesen2013-03-25
* Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang2013-03-25
* llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi2013-03-25
* Remove unnecessary attributes from test case.Chad Rosier2013-03-25
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-25
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-23
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Fix PR15296Michael Liao2013-03-20
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-20
* Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-20