aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-024-4/+4
* Test failing too much on too many platforms.Bill Wendling2010-05-011-85/+0
* Maybe it needs sse2?Bill Wendling2010-04-301-1/+1
* Force 64-bit.Bill Wendling2010-04-301-1/+1
* EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but theBill Wendling2010-04-301-0/+85
* The local register allocator has to spill dirty callee saved registers before aJakob Stoklund Olesen2010-04-301-0/+143
* Fix test.Evan Cheng2010-04-301-2/+2
* Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng2010-04-301-0/+18
* Reject really weird coalescer case when trying to merge identical subregistersJakob Stoklund Olesen2010-04-291-0/+142
* Load folding tail call should not use ebp / rbp after it's popped. PEIEvan Cheng2010-04-291-0/+52
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-282-4/+29
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-2810-18/+70
* Update tests.Evan Cheng2010-04-283-11/+35
* Emit debug info for byval parameters.Devang Patel2010-04-281-0/+45
* Do not count kill, implicit_def instructions as printed instructions.Evan Cheng2010-04-271-1/+1
* round zero-byte .zerofill directives up to 1 byte. ThisChris Lattner2010-04-271-0/+14
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-261-1/+1
* When checking whether the special handling for an addrec increment whichDan Gohman2010-04-261-1/+24
* fix PR6921 a different way. Intead of increasing theChris Lattner2010-04-262-0/+19
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-262-19/+2
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-252-2/+19
* Generalize LSR's OptimizeMax to handle the new kinds of max expressionsDan Gohman2010-04-241-0/+32
* Per Chris, fuse four trivial tests using grep (r102199) into one that uses Fi...Stuart Hastings2010-04-235-36/+45
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-231-3/+3
* Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test...Stuart Hastings2010-04-234-0/+36
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-231-0/+28
* Do not try to optimize a copy that has already been marked for deletion.Evan Cheng2010-04-211-0/+15
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-0/+44
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-213-4/+8
* Add another variant of this test which found a place whereDan Gohman2010-04-211-0/+43
* teach the x86 address matching stuff to handleChris Lattner2010-04-201-0/+47
* Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. AlsoBill Wendling2010-04-202-58/+21
* The visitXOR method can return the same SDNode. If so, we don't want to deleteBill Wendling2010-04-201-0/+58
* Start function numbering at 0.Dan Gohman2010-04-1722-607/+607
* Add nounwind.Evan Cheng2010-04-171-6/+6
* Add test case for machine-sink on critical edgesJakob Stoklund Olesen2010-04-151-0/+58
* enhance the load/store narrowing optimization to handle aChris Lattner2010-04-151-0/+20
* teach codegen to turn trunc(zextload) into load when possible.Chris Lattner2010-04-151-13/+39
* Implement rdar://7860110 (also in target/readme.txt) narrowingChris Lattner2010-04-151-0/+81
* further tweak this to do something useful.Chris Lattner2010-04-151-6/+4
* remove undef control flow.Chris Lattner2010-04-151-22/+1
* Remove unneeded types from test.Jakob Stoklund Olesen2010-04-141-69/+3
* Add test for post-ra machine licm.Evan Cheng2010-04-131-7/+53
* Fix test on non-x86 hosts.Evan Cheng2010-04-131-1/+1
* Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng2010-04-132-0/+81
* Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher2010-04-131-39/+0
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-131-0/+10
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-121-2/+7
* Third time's a charm...Bill Wendling2010-04-121-1/+1
* Genericize the label test.Bill Wendling2010-04-121-1/+1