| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for strto* and v*printf | Chris Lattner | 2004-03-04 | 1 | -0/+66 |
* | Add non-crappy support for varargs | Chris Lattner | 2004-03-04 | 1 | -6/+32 |
* | Implement a FIXME, improving the efficiency of DSA on povray. | Chris Lattner | 2004-03-04 | 1 | -2/+16 |
* | Speed up the cbu pass from taking somewhere near the age of the universe to a... | Chris Lattner | 2004-03-04 | 1 | -6/+28 |
* | Fix BU datastructures with povray! | Chris Lattner | 2004-03-04 | 1 | -11/+25 |
* | Minor changes, remove some debugging code that got checked in somehow. | Chris Lattner | 2004-03-04 | 1 | -7/+10 |
* | Only clone nodes that are needed in the caller, don't clone ALL aux calls. T... | Chris Lattner | 2004-03-04 | 1 | -20/+48 |
* | Fix a minor bug handling incomplete programs | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
* | Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for... | Chris Lattner | 2004-03-03 | 1 | -1/+34 |
* | Deinline methods, add fast exit | Chris Lattner | 2004-03-03 | 1 | -0/+27 |
* | Fix a node mapping problem that was causing the pool allocator to locally all... | Chris Lattner | 2004-03-03 | 1 | -0/+3 |
* | FINALLY be able to get symbolic type names in the globals graph! | Chris Lattner | 2004-03-02 | 1 | -1/+14 |
* | Really, only if reopen | Chris Lattner | 2004-03-02 | 1 | -1/+2 |
* | Correctly add an array marker on a node when appropriate! | Chris Lattner | 2004-03-01 | 1 | -0/+4 |
* | Expand on my note-to-self | Chris Lattner | 2004-03-01 | 1 | -1/+3 |
* | * Remove function to find "main" in a Module, there's a method for that | Misha Brukman | 2004-02-29 | 1 | -168/+124 |
* | Only clone global nodes between graphs if both graphs have the global. | Chris Lattner | 2004-02-27 | 2 | -13/+9 |
* | ADD MORE FUNCTIONS! | Chris Lattner | 2004-02-27 | 1 | -14/+20 |
* | Be a good little compiler and handle direct calls efficiently, even if there | Chris Lattner | 2004-02-26 | 1 | -10/+13 |
* | Fix typo | Chris Lattner | 2004-02-26 | 1 | -1/+1 |
* | The node doesn't have to be _no_ node flags, it just has to be complete and | Chris Lattner | 2004-02-26 | 1 | -2/+3 |
* | Add _more_ functions | Chris Lattner | 2004-02-26 | 1 | -3/+20 |
* | Two changes: | Chris Lattner | 2004-02-25 | 1 | -1/+4 |
* | When building local graphs, clone the initializer for constant globals into each | Chris Lattner | 2004-02-25 | 1 | -7/+21 |
* | Simplify the dead node elimination stuff | Chris Lattner | 2004-02-25 | 1 | -10/+12 |
* | Add a bunch more functions | Chris Lattner | 2004-02-25 | 1 | -8/+55 |
* | Try harder to get symbol info | Chris Lattner | 2004-02-25 | 1 | -0/+3 |
* | Add a bunch more functions used by perlbmk | Chris Lattner | 2004-02-25 | 1 | -14/+50 |
* | Add support for 'rename' | Chris Lattner | 2004-02-24 | 1 | -4/+9 |
* | Add support for remove, fwrite, and fread | Chris Lattner | 2004-02-24 | 1 | -22/+53 |
* | Fix a soon-to-be-missing #include | Chris Lattner | 2004-02-22 | 1 | -0/+1 |
* | Use isNull instead of getNode() to test for existence of a node, this is chea... | Chris Lattner | 2004-02-22 | 1 | -6/+11 |
* | Fix an iterator invalidation problem which was causing some nodes to not be | Chris Lattner | 2004-02-21 | 1 | -20/+19 |
* | Use handy method | Chris Lattner | 2004-02-21 | 1 | -1/+1 |
* | Instead of cloning the globals for main into the globals graph at the end of | Chris Lattner | 2004-02-21 | 1 | -17/+11 |
* | There is no need to merge the globals graph into the function graphs at the | Chris Lattner | 2004-02-20 | 2 | -10/+3 |
* | Add two missing returns, which caused us to be very pessimistic about the | Chris Lattner | 2004-02-20 | 2 | -2/+3 |
* | Add support for some string functions, the scanf family, and sprintf | Chris Lattner | 2004-02-20 | 1 | -4/+66 |
* | When we complete the bottom-up pass, make sure to merge the globals in 'main'... | Chris Lattner | 2004-02-17 | 1 | -0/+17 |
* | Only spit out warning for functions that take pointers, not for sin and the like | Chris Lattner | 2004-02-16 | 1 | -5/+25 |
* | memset and bcopy and now unified by the llvm.memset intrinsic | Chris Lattner | 2004-02-16 | 1 | -14/+5 |
* | No need to scan zero initializers. This should make DSA a bit faster. | Chris Lattner | 2004-02-15 | 1 | -0/+2 |
* | Add support for a bunch more functions | Chris Lattner | 2004-02-13 | 1 | -0/+56 |
* | Add support for fopen/fclose. Specifically with fopen, we were marking all o... | Chris Lattner | 2004-02-13 | 1 | -0/+27 |
* | Restructure code to handle memcpy/memmove | Chris Lattner | 2004-02-13 | 1 | -28/+33 |
* | Cosmetic improvements to this option. | Chris Lattner | 2004-02-11 | 1 | -1/+2 |
* | Actually load profiling information now! Block layout can use real, live, | Chris Lattner | 2004-02-11 | 1 | -4/+20 |
* | Fix a typeo | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
* | Fix copy-and-pastos | Chris Lattner | 2004-02-11 | 1 | -2/+2 |
* | Add skeleton profileinfoloader pass. This will be enhanced to actually LOAD | Chris Lattner | 2004-02-11 | 1 | -0/+58 |