Age | Commit message (Expand) | Author |
2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
2004-03-14 | DemoteRegToStack got moved from DemoteRegToStack.h to Local.h | Chris Lattner |
2004-03-13 | Fix a tiny bug that caused an incorrect assertion failure poolallocating | Chris Lattner |
2004-03-13 | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner |
2004-03-12 | Implement getModRefInfo() for DSA to calculate whether a function modifies or | Misha Brukman |
2004-03-12 | Make code more readable. | Misha Brukman |
2004-03-09 | implement new method | Chris Lattner |
2004-03-08 | Fix a bug handling globals that are constants, but are still external | Chris Lattner |
2004-03-05 | Fix a minor bug | Chris Lattner |
2004-03-05 | Unbreak the build on Sparc. | Misha Brukman |
2004-03-04 | Fix a bug in a previous checkin that broke 175.vpr | Chris Lattner |
2004-03-04 | Add support for strto* and v*printf | Chris Lattner |
2004-03-04 | Add non-crappy support for varargs | Chris Lattner |
2004-03-04 | Implement a FIXME, improving the efficiency of DSA on povray. | Chris Lattner |
2004-03-04 | Speed up the cbu pass from taking somewhere near the age of the universe to a... | Chris Lattner |
2004-03-04 | Fix BU datastructures with povray! | Chris Lattner |
2004-03-04 | Minor changes, remove some debugging code that got checked in somehow. | Chris Lattner |
2004-03-04 | Only clone nodes that are needed in the caller, don't clone ALL aux calls. T... | Chris Lattner |
2004-03-03 | Fix a minor bug handling incomplete programs | Chris Lattner |
2004-03-03 | Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for... | Chris Lattner |
2004-03-03 | Deinline methods, add fast exit | Chris Lattner |
2004-03-03 | Fix a node mapping problem that was causing the pool allocator to locally all... | Chris Lattner |
2004-03-02 | FINALLY be able to get symbolic type names in the globals graph! | Chris Lattner |
2004-03-02 | Really, only if reopen | Chris Lattner |
2004-03-01 | Correctly add an array marker on a node when appropriate! | Chris Lattner |
2004-02-29 | * Remove function to find "main" in a Module, there's a method for that | Misha Brukman |
2004-02-27 | Only clone global nodes between graphs if both graphs have the global. | Chris Lattner |
2004-02-27 | ADD MORE FUNCTIONS! | Chris Lattner |
2004-02-26 | Be a good little compiler and handle direct calls efficiently, even if there | Chris Lattner |
2004-02-26 | Fix typo | Chris Lattner |
2004-02-26 | The node doesn't have to be _no_ node flags, it just has to be complete and | Chris Lattner |
2004-02-26 | Add _more_ functions | Chris Lattner |
2004-02-25 | Two changes: | Chris Lattner |
2004-02-25 | When building local graphs, clone the initializer for constant globals into each | Chris Lattner |
2004-02-25 | Simplify the dead node elimination stuff | Chris Lattner |
2004-02-25 | Add a bunch more functions | Chris Lattner |
2004-02-25 | Try harder to get symbol info | Chris Lattner |
2004-02-25 | Add a bunch more functions used by perlbmk | Chris Lattner |
2004-02-24 | Add support for 'rename' | Chris Lattner |
2004-02-24 | Add support for remove, fwrite, and fread | Chris Lattner |
2004-02-22 | Use isNull instead of getNode() to test for existence of a node, this is chea... | Chris Lattner |
2004-02-21 | Fix an iterator invalidation problem which was causing some nodes to not be | Chris Lattner |
2004-02-21 | Use handy method | Chris Lattner |
2004-02-21 | Instead of cloning the globals for main into the globals graph at the end of | Chris Lattner |
2004-02-20 | There is no need to merge the globals graph into the function graphs at the | Chris Lattner |
2004-02-20 | Add two missing returns, which caused us to be very pessimistic about the | Chris Lattner |
2004-02-20 | Add support for some string functions, the scanf family, and sprintf | Chris Lattner |
2004-02-17 | When we complete the bottom-up pass, make sure to merge the globals in 'main'... | Chris Lattner |
2004-02-16 | Only spit out warning for functions that take pointers, not for sin and the like | Chris Lattner |
2004-02-16 | memset and bcopy and now unified by the llvm.memset intrinsic | Chris Lattner |