aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson2010-09-021-1/+1
* Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson2010-09-021-0/+25
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-021-2/+1
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-011-0/+1
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-011-0/+53
* The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!Bill Wendling2010-09-011-1/+1
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-011-0/+14
* filecheckizeChris Lattner2010-09-011-3/+25
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-312-6/+22
* Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.Owen Anderson2010-08-312-25/+23
* Add a test for the duplicated-conditional situation illutrated by PR5652.Owen Anderson2010-08-311-0/+24
* merge two tests.Chris Lattner2010-08-312-35/+35
* Manually reduce this testcase.Owen Anderson2010-08-311-77/+11
* merge two tests and convert to filecheck.Chris Lattner2010-08-312-23/+28
* Add a micro-test for the transforms I added to JumpThreading.Owen Anderson2010-08-311-0/+30
* Rename test directory to reflect new pass name.Owen Anderson2010-08-312-0/+0
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-311-1/+1
* More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta...Owen Anderson2010-08-311-0/+91
* Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...Owen Anderson2010-08-311-21/+0
* Combine these two tests, and make sure there's a newline at the end of the file.Owen Anderson2010-08-302-21/+19
* Correct bogus module triple specifications.Duncan Sands2010-08-305-5/+5
* LICM does get dead instructions input to it. Instead of sinking themChris Lattner2010-08-291-0/+14
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-288-182/+0
* handle the constant case of vector insertion. For somethingChris Lattner2010-08-281-0/+12
* optimize bitcasts from large integers to vector into vectorChris Lattner2010-08-281-0/+31
* Add a prototype of a new peephole optimizing pass that uses LazyValue info to...Owen Anderson2010-08-273-0/+45
* tidy up test.Chris Lattner2010-08-271-1/+2
* Enhance the shift propagator to handle the case when you have:Chris Lattner2010-08-271-0/+15
* Implement a pretty general logical shift propagationChris Lattner2010-08-271-4/+17
* merge and filecheckize testChris Lattner2010-08-272-42/+57
* merge two testsChris Lattner2010-08-272-10/+12
* teach the truncation optimization that an entire chain ofChris Lattner2010-08-271-4/+21
* Add an instcombine to clean up a common pattern producedChris Lattner2010-08-271-0/+32
* Use LVI to eliminate conditional branches where we've tested a related condit...Owen Anderson2010-08-272-5/+12
* filecheckizeChris Lattner2010-08-261-7/+19
* rename test.Chris Lattner2010-08-261-0/+0
* optimize "integer extraction out of the middle of a vector" as producedChris Lattner2010-08-261-0/+25
* optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'Chris Lattner2010-08-261-0/+22
* filecheckizeChris Lattner2010-08-261-6/+7
* rename testChris Lattner2010-08-261-0/+0
* Make JumpThreading smart enough to properly thread StrSwitch when it's compil...Owen Anderson2010-08-261-0/+162
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-251-0/+19
* In the default address space, any GEP off of null results in a trap value if ...Owen Anderson2010-08-251-0/+48
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-201-0/+21
* Previous revert failed to remove this file.Owen Anderson2010-08-191-0/+0
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-191-21/+0
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-191-0/+21
* Fixed and reactivated a partial specialization testKenneth Uildriks2010-08-191-9/+13
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-181-0/+24
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-171-29/+0