aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Switch to using edge profiling information as the basic source of profile infoChris Lattner2004-03-082-5/+73
* Refactor implementationsChris Lattner2004-03-082-10/+3
* Import the trace class from the reoptimizerChris Lattner2004-03-081-0/+50
* If we have edge counts, we can produce block counts. I've verified thatChris Lattner2004-03-081-11/+67
* Add initial support for reading edge counts. This will be improved to enableChris Lattner2004-03-081-0/+29
* Fix a bug handling globals that are constants, but are still externalChris Lattner2004-03-081-1/+1
* Fix a minor bugChris Lattner2004-03-051-1/+2
* Unbreak the build on Sparc.Misha Brukman2004-03-051-0/+2
* Fix a bug in a previous checkin that broke 175.vprChris Lattner2004-03-041-1/+1
* Add support for strto* and v*printfChris Lattner2004-03-041-0/+66
* Add non-crappy support for varargsChris Lattner2004-03-041-6/+32
* Implement a FIXME, improving the efficiency of DSA on povray.Chris Lattner2004-03-041-2/+16
* Speed up the cbu pass from taking somewhere near the age of the universe to a...Chris Lattner2004-03-041-6/+28
* Fix BU datastructures with povray!Chris Lattner2004-03-041-11/+25
* Minor changes, remove some debugging code that got checked in somehow.Chris Lattner2004-03-041-7/+10
* Only clone nodes that are needed in the caller, don't clone ALL aux calls. T...Chris Lattner2004-03-041-20/+48
* Fix a minor bug handling incomplete programsChris Lattner2004-03-031-1/+1
* Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for...Chris Lattner2004-03-031-1/+34
* Deinline methods, add fast exitChris Lattner2004-03-031-0/+27
* Fix a node mapping problem that was causing the pool allocator to locally all...Chris Lattner2004-03-031-0/+3
* FINALLY be able to get symbolic type names in the globals graph!Chris Lattner2004-03-021-1/+14
* Really, only if reopenChris Lattner2004-03-021-1/+2
* Correctly add an array marker on a node when appropriate!Chris Lattner2004-03-011-0/+4
* Expand on my note-to-selfChris Lattner2004-03-011-1/+3
* * Remove function to find "main" in a Module, there's a method for thatMisha Brukman2004-02-291-168/+124
* Only clone global nodes between graphs if both graphs have the global.Chris Lattner2004-02-272-13/+9
* ADD MORE FUNCTIONS!Chris Lattner2004-02-271-14/+20
* Be a good little compiler and handle direct calls efficiently, even if thereChris Lattner2004-02-261-10/+13
* Fix typoChris Lattner2004-02-261-1/+1
* The node doesn't have to be _no_ node flags, it just has to be complete andChris Lattner2004-02-261-2/+3
* Add _more_ functionsChris Lattner2004-02-261-3/+20
* Two changes:Chris Lattner2004-02-251-1/+4
* When building local graphs, clone the initializer for constant globals into eachChris Lattner2004-02-251-7/+21
* Simplify the dead node elimination stuffChris Lattner2004-02-251-10/+12
* Add a bunch more functionsChris Lattner2004-02-251-8/+55
* Try harder to get symbol infoChris Lattner2004-02-251-0/+3
* Add a bunch more functions used by perlbmkChris Lattner2004-02-251-14/+50
* Add support for 'rename'Chris Lattner2004-02-241-4/+9
* Add support for remove, fwrite, and freadChris Lattner2004-02-241-22/+53
* Fix a soon-to-be-missing #includeChris Lattner2004-02-221-0/+1
* Use isNull instead of getNode() to test for existence of a node, this is chea...Chris Lattner2004-02-221-6/+11
* Fix an iterator invalidation problem which was causing some nodes to not beChris Lattner2004-02-211-20/+19
* Use handy methodChris Lattner2004-02-211-1/+1
* Instead of cloning the globals for main into the globals graph at the end ofChris Lattner2004-02-211-17/+11
* There is no need to merge the globals graph into the function graphs at theChris Lattner2004-02-202-10/+3
* Add two missing returns, which caused us to be very pessimistic about theChris Lattner2004-02-202-2/+3
* Add support for some string functions, the scanf family, and sprintfChris Lattner2004-02-201-4/+66
* When we complete the bottom-up pass, make sure to merge the globals in 'main'...Chris Lattner2004-02-171-0/+17
* Only spit out warning for functions that take pointers, not for sin and the likeChris Lattner2004-02-161-5/+25
* memset and bcopy and now unified by the llvm.memset intrinsicChris Lattner2004-02-161-14/+5