summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Teach InstCombine's ComputeMaskedBits what SelectionDAG'sDan Gohman2008-04-28
* Fix PR2256, yet another miscompilation in simplifycfg of iChris Lattner2008-04-28
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-27
* When SRoA'ing a global variable, make sure the new globals get the Chris Lattner2008-04-26
* Feedback from chrisNate Begeman2008-04-25
* Add a testcase for the recent "handle variable vector insert elt in mem" patchNate Begeman2008-04-25
* Update tests.Evan Cheng2008-04-25
* Special handling for MMX values being passed in either GPR64 or lower 64-bits...Evan Cheng2008-04-25
* Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman2008-04-25
* new testcaseChris Lattner2008-04-25
* Update testAnton Korobeynikov2008-04-25
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* MMX argument passing fixes:Evan Cheng2008-04-25
* Loosen up an assertion to allow intrinsics. I really have noChris Lattner2008-04-25
* Don't infininitely thread branches when a threaded edgeChris Lattner2008-04-25
* Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand...Evan Cheng2008-04-25
* New test.Evan Cheng2008-04-24
* Add EXTRA_OPTIONS on the llvmgxx command line.Devang Patel2008-04-24
* Add EXTRA_OPTIONS on the llvmgcc command line.Devang Patel2008-04-24
* Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner2008-04-24
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-23
* Add support to codegen for getresult instructions with undef operands.Dan Gohman2008-04-23
* Disable stack realignment for these testsAnton Korobeynikov2008-04-23
* Fix test becase ABI stack alignment dropped to 'normal' valueAnton Korobeynikov2008-04-23
* Fix test, instruction count is valid only if stack is not realignedAnton Korobeynikov2008-04-23
* Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner2008-04-23
* remove this testcase. It isn't testing loop rotate, it is testing allChris Lattner2008-04-23
* returning an empty multiple return list is not valid.Chris Lattner2008-04-23
* make this test more interesting.Chris Lattner2008-04-23
* distill down the essense of this test.Chris Lattner2008-04-23
* new testDale Johannesen2008-04-23
* Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one us...Evan Cheng2008-04-23
* Start doing the significantly useful part of jump threading: handle casesChris Lattner2008-04-22
* Dig through multiple levels of AND to thread jumps if needed.Chris Lattner2008-04-22
* Teach jump threading to thread through blocks like:Chris Lattner2008-04-22
* add a basic testcase.Chris Lattner2008-04-22
* Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky2008-04-22
* optimize "p != gep p, ..." better. This allows us to compile Chris Lattner2008-04-22
* Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman2008-04-21
* Make these structs larger to ensure that theyDuncan Sands2008-04-21
* Make the struct bigger, to ensure it is returnedDuncan Sands2008-04-21
* Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson2008-04-21
* A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.Chris Lattner2008-04-20
* Not all x86-64 machines have sse3 apparently.Chris Lattner2008-04-20
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* rename *.llx -> *.llChris Lattner2008-04-19
* rename *.llx -> *.llChris Lattner2008-04-19
* Implement PR2206.Chris Lattner2008-04-19
* refactor handling of symbolic constant folding, picking upChris Lattner2008-04-19
* 64-bit atomic operations.Evan Cheng2008-04-19