aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New testcase that crashes the -lowerswitch passChris Lattner2004-03-141-0/+21
* Minor random cleanupsChris Lattner2004-03-141-9/+7
* FunctionPass's should not define their own 'run' method.Chris Lattner2004-03-141-8/+2
* If a block is dead, dominators will not be calculated for it. Because of thisChris Lattner2004-03-141-2/+33
* Catch some more cases of broken code. The loop extractor seems to be creatingChris Lattner2004-03-141-3/+8
* Verify functions as they are produced if -debug is specified. ReduceChris Lattner2004-03-141-6/+5
* verifyFunction has been broken for a long time now. Fix it.Chris Lattner2004-03-141-12/+8
* New testcase that crashes the loop extractorChris Lattner2004-03-141-0/+75
* Move prototype to IPO.h instead of Scalar.hChris Lattner2004-03-141-3/+2
* Move loop extractor to the IPO headerChris Lattner2004-03-142-8/+8
* Indent anon namespace properly, add copyright blockChris Lattner2004-03-141-19/+20
* Move to the IPO library. Utils shouldn't contain passes.Chris Lattner2004-03-141-0/+0
* Remove dead fileChris Lattner2004-03-141-34/+0
* DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner2004-03-144-10/+10
* Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.Chris Lattner2004-03-141-0/+9
* Document stuff that is known to be brokenChris Lattner2004-03-141-4/+26
* Add some debugging outputChris Lattner2004-03-131-1/+8
* New testcase, distilled from povray I think.Chris Lattner2004-03-131-0/+13
* This change makes two big adjustments.Chris Lattner2004-03-131-11/+49
* This little patch speeds up the loop used to update the dominator set analysis.Chris Lattner2004-03-131-17/+18
* Turn on argument promotion in gccas. This can give us substantially betterChris Lattner2004-03-131-0/+1
* Option no moreChris Lattner2004-03-131-1/+1
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-132-7/+1
* Fix a tiny bug that caused an incorrect assertion failure poolallocatingChris Lattner2004-03-131-4/+6
* It helps if I save the file. :)Chris Lattner2004-03-132-6/+6
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-1311-44/+39
* Implement sub.ll:test14Chris Lattner2004-03-131-8/+29
* Oh right, casts can interfere. Test this tooChris Lattner2004-03-131-0/+8
* Implement InstCombine/sub.ll:test12 & test13Chris Lattner2004-03-121-0/+36
* new testcasesChris Lattner2004-03-121-1/+13
* Fix a couple of minor problems. Because PHI nodes can use themselves, thisChris Lattner2004-03-121-4/+1
* Performed some updates on the new options to these command line tools.John Criswell2004-03-128-20/+73
* Implement mod/ref analysis for a trivial case where locals don't escape.Chris Lattner2004-03-121-0/+52
* new testcaseChris Lattner2004-03-122-0/+20
* Revise comment and error message for the Bug 38 situation. Also, make itBrian Gaeke2004-03-121-4/+5
* Fixed grammar typo.John Criswell2004-03-121-1/+1
* Make -print-machineinstrs show us the code both before and after reg. alloc.Brian Gaeke2004-03-121-1/+4
* Fixed grammar typo.John Criswell2004-03-121-1/+1
* Added minor information on C++.John Criswell2004-03-121-3/+5
* Updated to LLVM 1.2.John Criswell2004-03-121-14/+37
* Fix PR266: Make Module Not Inherit From AnnotableChris Lattner2004-03-121-1/+1
* Point to the new license (includes year 2004).John Criswell2004-03-121-3/+3
* Added a header indicating that the Linux and MacOS configure procedures areJohn Criswell2004-03-121-0/+22
* Add support for a wider range of CMOV instructions.Alkis Evlogimenos2004-03-121-2/+54
* Updated copyright to year 2004.John Criswell2004-03-121-2/+2
* Simplify code to process CallSites (thanks to Chris).Misha Brukman2004-03-121-4/+2
* Test the mod/ref analysis in DSA.Misha Brukman2004-03-122-0/+27
* Keep transitively-required passes alive for queries to work after the initialMisha Brukman2004-03-121-1/+10
* Evaluate ModRef information in addition to regular ol' pointer analysis.Misha Brukman2004-03-121-24/+93
* Implement getModRefInfo() for DSA to calculate whether a function modifies orMisha Brukman2004-03-121-5/+39