aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-1225-25/+25
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-1217-17/+17
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1231-8/+30
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-1113-89/+92
* Remove duplicate test contents.David Blaikie2013-03-112-28/+2
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+23
* llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi2013-03-111-0/+1
* Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi2013-03-112-0/+4
* Test case hygiene.Benjamin Kramer2013-03-092-2/+2
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0831-0/+8
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-0/+40
* Another test fix for r176671.David Blaikie2013-03-081-1/+1
* Couple of test fixes for r176671.David Blaikie2013-03-082-5/+5
* Upgrade tests to the latest debug info format.David Blaikie2013-03-0821-299/+330
* Move testcase, this is testing extraction not inserting.Benjamin Kramer2013-03-072-16/+18
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-073-3/+18
* Fix two remaining issue after fixing PR15355 when CMOV is not availableMichael Liao2013-03-072-0/+67
* Fix PR15355Michael Liao2013-03-0613-17/+17
* Bypass Slow DividesPreston Gurd2013-03-042-1/+47
* Add regression tests (WORKSFORME)Michael Liao2013-03-015-0/+76
* Fix PR10475Michael Liao2013-03-011-0/+30
* Add a test case for r176066.Chad Rosier2013-02-261-0/+10
* Remove a few unused arguments.Chad Rosier2013-02-261-2/+2
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-1/+1
* Fix PR10499Michael Liao2013-02-251-0/+14
* Remove extraneous attribute number.Chad Rosier2013-02-251-1/+1
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-251-0/+25
* pre-RA-sched fix: only reevaluate physreg interferences when necessary.Andrew Trick2013-02-251-0/+56
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-252-0/+29
* Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem2013-02-242-2/+2
* X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer2013-02-231-0/+11
* Fix test by matching movaps instead of AVX-only vmovapsPeter Collingbourne2013-02-221-2/+2
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-221-0/+24
* Remove unused CHECK lines copied from another testPete Cooper2013-02-221-8/+0
* Fix isa<> check which could never be true.Pete Cooper2013-02-221-0/+32
* DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer2013-02-211-2/+0
* Fix PR15267Michael Liao2013-02-201-0/+66
* I optimized the following patterns:Elena Demikhovsky2013-02-201-0/+23
* [ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier2013-02-191-2/+2
* Fix typoEli Bendersky2013-02-191-1/+1
* Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-191-0/+31
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+67
* Force a cpu for test. It failed on atom due to different scheduling decisions.Benjamin Kramer2013-02-171-1/+1
* Replace "check:" wth "CHECK:".Jakub Staszak2013-02-161-4/+4
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-161-1/+0
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-161-2/+8
* Temporary revert of 175320.Bill Wendling2013-02-151-0/+1
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-151-0/+66
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-151-14/+40
* Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.Nadav Rotem2013-02-141-0/+34