aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive forMisha Brukman2004-03-121-4/+17
* test instruction combiner opts for select instructionChris Lattner2004-03-121-0/+18
* Teach vim about the select instruction. Allow it to forget about the long-deadChris Lattner2004-03-121-2/+2
* Teach emacs about the select instructionChris Lattner2004-03-121-1/+1
* Add support for checking the select instructionChris Lattner2004-03-121-0/+11
* Know the opcode name of the select instructionChris Lattner2004-03-121-0/+1
* Add support for select constant expressions. Use reserve a bit more to avoidChris Lattner2004-03-121-0/+35
* Add new functionChris Lattner2004-03-122-0/+6
* Teach the constant folder how to do select instructionsChris Lattner2004-03-121-0/+11
* Print select instructions correctlyChris Lattner2004-03-121-2/+3
* Add constant folding wrapper support for select instructions.Chris Lattner2004-03-121-0/+4
* Add sccp support for select instructionsChris Lattner2004-03-121-0/+23
* Add trivial optimizations for select instructionsChris Lattner2004-03-121-0/+15
* ADd support for select instructionsChris Lattner2004-03-122-0/+24