aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-231-1/+1
* testcase for the bug that required a patch to be reverted.Chris Lattner2010-04-231-0/+31
* disable my previous inliner patch, it appears to be busting self-host.Chris Lattner2010-04-231-0/+1
* The inliner was choosing to not consider call sitesChris Lattner2010-04-221-2/+30
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-221-0/+29
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-211-0/+23
* Revert r101471. For tight recursive functions which have multipleDan Gohman2010-04-211-29/+0
* RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner2010-04-201-0/+19
* Fix rdar://7879828 - crash in CallGraph, a self host issue.Chris Lattner2010-04-201-0/+38
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-191-0/+24
* Fix declarations in a few more tests.Nick Lewycky2010-04-172-3/+3
* Fix intrinsic signature in this test.Nick Lewycky2010-04-171-1/+1
* Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson2010-04-171-0/+46
* Disable inlining of recursive calls. It can complicate tailcallelim andDan Gohman2010-04-161-0/+29
* Refine the detection of seemingly infinitely recursive calls where theDan Gohman2010-04-161-1/+25
* move comment.Chris Lattner2010-04-161-1/+1
* fix PR6832: we were using the alignment of a pointer when we Chris Lattner2010-04-161-0/+32
* Trim tests and convert to FileCheck.Evan Cheng2010-04-142-48/+13
* Revert r101213.Nick Lewycky2010-04-141-0/+1
* Commit testcase for r101213.Nick Lewycky2010-04-141-0/+12
* Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman2010-04-131-0/+52
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-131-0/+121
* Suppress LinearFunctionTestReplace when the computed backedge-takenDan Gohman2010-04-121-0/+162
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-122-6/+5
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-121-0/+84
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-121-40/+0
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-111-0/+40
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-101-0/+17
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-101-1/+27
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-091-0/+30
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-091-0/+37
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-091-0/+69
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-0/+95
* Print empty structs as {} rather than { }.Dan Gohman2010-04-082-4/+4
* add newlines at the end of files.Chris Lattner2010-04-0711-11/+11
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-071-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-044-5/+5
* add integer overflow check for the fp induction variable Chris Lattner2010-04-031-4/+4
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-031-4/+23
* convert to filecheckChris Lattner2010-04-031-5/+13
* rename feature test.Chris Lattner2010-04-031-0/+0
* actually just remove this, will move the real feature test here.Chris Lattner2010-04-031-35/+0
* rename test since it is a feature test.Chris Lattner2010-04-031-0/+0
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-031-0/+19
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-031-46/+0
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-024-5/+5
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-024-5/+5
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-021-0/+41
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-021-6/+0
* Make globalopt refine global variable alignment.Dan Gohman2010-04-021-0/+6