aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added code that ensures that we pass the beginning of the data buffer toJohn Criswell2003-09-231-1/+1
* Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.llChris Lattner2003-09-231-2/+8
* Fixed spelling.Misha Brukman2003-09-232-3/+3
* Fix spelling.Misha Brukman2003-09-231-1/+1
* Stop returning bool and pass Instruction by reference;Misha Brukman2003-09-232-135/+146
* Suggestions made by Chris:Misha Brukman2003-09-231-10/+14
* * Group class definitions & implementations togetherMisha Brukman2003-09-231-58/+110
* Move getAnalysisUsage method from header to .cpp file. Add a normal fileChris Lattner2003-09-234-42/+44
* * Constantify arguments to copy functionMisha Brukman2003-09-231-8/+4
* Removed no longer used member variable.Misha Brukman2003-09-221-4/+1
* Uppercase the acronym ASCII.Misha Brukman2003-09-221-1/+1
* Added file header comment.Misha Brukman2003-09-221-0/+7
* * No longer initialize the module, a subclass is more suitable to do thisMisha Brukman2003-09-221-6/+6
* Update file header for renamed fileChris Lattner2003-09-223-3/+3
* * Cleaned up code:Misha Brukman2003-09-224-340/+443
* Fix bugs in the last changeChris Lattner2003-09-221-2/+2
* Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.llChris Lattner2003-09-221-2/+7
* Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.llChris Lattner2003-09-221-1/+28
* Credits now go into the top-level CREDITS.TXTMisha Brukman2003-09-221-3/+0
* Credits are now in top-level CREDITS.TXTMisha Brukman2003-09-221-2/+0
* Squelch warningChris Lattner2003-09-222-3/+3
* Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve2003-09-211-4/+4
* Use C++ math header instead of C version.Brian Gaeke2003-09-212-2/+2
* Erase now-unused prototypes.Brian Gaeke2003-09-212-6/+0
* Rearrange #includes ... since there are fewer now I guess it's a win.Brian Gaeke2003-09-212-4/+4
* Standardize the names of include guards.Brian Gaeke2003-09-2110-22/+20
* Standardize the names of include guards.Brian Gaeke2003-09-212-8/+4
* Standardize the names of include guards.Brian Gaeke2003-09-212-12/+10
* I tried to standardize the formatting and tidy up the huge amount ofBrian Gaeke2003-09-214-408/+66
* Convert PhyRegAlloc into a proper pass.Brian Gaeke2003-09-214-264/+196
* Functions reachable from the arguments of unresolvable call nodes shouldChris Lattner2003-09-202-2/+17
* The Globals graph must become complete at the end of the BU phase!Chris Lattner2003-09-201-0/+5
* Do not mark incoming arguments to functions complete if the function is point...Chris Lattner2003-09-201-10/+30
* Make sure to add global variable initializers to the Globals graph!Chris Lattner2003-09-201-15/+69
* Don't consider incomplete nodes to be typesafe!Chris Lattner2003-09-201-1/+1
* Remove trivially dead nodes was not removing nodes that were dead due to forw...Chris Lattner2003-09-201-0/+14
* Global variables with APPENDING linkage are very important to keep around!Chris Lattner2003-09-201-3/+6
* Add special case handling for calloc and reallocChris Lattner2003-09-201-0/+16
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-207-77/+83
* Make this work better for constants that aren't necessarily in ANY graph, suc...Chris Lattner2003-09-201-4/+15
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-2012-16/+17
* Minor cleanups, no functional changesChris Lattner2003-09-201-89/+70
* Fix a really obvious huge gaping bug, add a commentChris Lattner2003-09-201-1/+2
* Expose the TCE passChris Lattner2003-09-201-0/+3
* New transformation: tail recursion eliminationChris Lattner2003-09-201-0/+96
* Fix bug: BasicAA/2003-09-19-LocalArgument.llChris Lattner2003-09-201-7/+22
* Keep track of the number of typed/untyped memory accesses theyre are in the p...Chris Lattner2003-09-201-30/+62
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-191-0/+601
* Reject "llvm." as a function nameChris Lattner2003-09-191-1/+3
* Implement InstCombine/and.ll:test(15|16)Chris Lattner2003-09-191-0/+27