summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* refactor handling of symbolic constant folding, picking upChris Lattner2008-04-19
* 64-bit atomic operations.Evan Cheng2008-04-19
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-19
* Be more careful with insert_subreg and extract_subreg where either source or ...Evan Cheng2008-04-17
* Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson2008-04-17
* Fix a sub-register indice propagation bug.Evan Cheng2008-04-17
* Don't forget about sub-register indices when rematting instructions.Evan Cheng2008-04-16
* After reading memory that's already freed.Evan Cheng2008-04-16
* Really test what's intended.Evan Cheng2008-04-16
* Rewrite LiveVariable liveness computation. The new implementation is much sim...Evan Cheng2008-04-16
* XFAIL this test for the moment. The real solution is to prevent ADCEOwen Anderson2008-04-16
* Add support for the form of the SSE41 extractps instruction thatDan Gohman2008-04-16
* Recreate the size SDNode instead of reusing the old one in the x86Dan Gohman2008-04-16
* Add movd instructions to move from MMX registersDan Gohman2008-04-15
* Don't assume a tail call can't reference a byvalDale Johannesen2008-04-15
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-15
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-14
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-14
* The functionality being tested was removed because it was horribly unsafe.Owen Anderson2008-04-13
* This patch corrects the handling of byval arguments for tailcallArnold Schwaighofer2008-04-12
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-12
* Fix a bug that prevented x86-64 from using rep.movsq forDan Gohman2008-04-12
* If a PHI node has a single implicit_def source, replace it with an implicit_d...Evan Cheng2008-04-11
* Add testcase for PR2213.Owen Anderson2008-04-11
* New test.Evan Cheng2008-04-10
* Teach InstCombine's ComputeMaskedBits to handle pointer expressionsDan Gohman2008-04-10
* A copy instruction may use a register multiple times on some targets. Change ...Evan Cheng2008-04-10
* Fix the x86-64 side of PR2108 by adding a v2f64 version ofChris Lattner2008-04-10
* Teach branch folding pass about implicit_def instructions. Unfortunately we c...Evan Cheng2008-04-10
* - More aggressively coalescing away copies whose source is defined by an impl...Evan Cheng2008-04-09
* Generalize getUnaryFloatFunction to handle any FP unary function, automaticallyChris Lattner2008-04-09
* remove capital letter from test name.Chris Lattner2008-04-09
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-09
* Missed a hasInterval check.Evan Cheng2008-04-09
* many cleanups to the pow optimizer. Allow it to handle powf,Chris Lattner2008-04-09
* Check that bodies and calls but not declarationsDuncan Sands2008-04-08
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-08
* merge r48768 from branches/ggreif/parallelized-testGabor Greif2008-04-08
* Missed one.Dale Johannesen2008-04-08
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-08
* Testcase for pr2169.Duncan Sands2008-04-07
* Fix test.Evan Cheng2008-04-07
* fix this testcase to pass and remove a duplicate instance of itself.Chris Lattner2008-04-06
* Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.Torok Edwin2008-04-06
* 1. IMPLICIT_DEF can *re-define* any register.Evan Cheng2008-04-05
* Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng2008-04-05
* New test case.Evan Cheng2008-04-03
* Testcase for EH with functions whose names are stripped.Dale Johannesen2008-04-02
* Speculatively micro-optimize memory-zeroing calls on Darwin 10.Dan Gohman2008-04-01
* More soft fp fixes.Evan Cheng2008-04-01