Age | Commit message (Expand) | Author |
2004-03-29 | Adjust to new itf | Chris Lattner |
2004-03-25 | Minor efficiency improvement, finegrainify namespacification | Chris Lattner |
2004-03-17 | Fix a HORRIBLY NASTY bug that caused siod to stop working last night. | Chris Lattner |
2004-03-16 | Add some missing functions. Make sure to handle calls together in case the | Chris Lattner |
2004-03-15 | Ok, the assertion was bogus. Calls that do not read/write memory should not | Chris Lattner |
2004-03-15 | This assertion is bogus now that calls do not necessarily read/write memory | Chris Lattner |
2004-03-15 | Implement CSE of call instructions in the most trivial case. This implements | Chris Lattner |
2004-03-15 | Fix a minor bug, implementing GCSE/call_pure_function.ll | Chris Lattner |
2004-03-15 | Don't be COMPLETELY pessimistic in the face of function calls | Chris Lattner |
2004-03-15 | Deinline some virtual methods, provide better mod/ref answers through the | Chris Lattner |
2004-03-15 | Pass through the boolean queries | Chris Lattner |
2004-03-15 | Teach basicaa about some stdc functions. | 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 | Fix a couple of minor problems. Because PHI nodes can use themselves, this | Chris Lattner |
2004-03-12 | Implement mod/ref analysis for a trivial case where locals don't escape. | Chris Lattner |
2004-03-12 | Simplify code to process CallSites (thanks to Chris). | Misha Brukman |
2004-03-12 | Evaluate ModRef information in addition to regular ol' pointer analysis. | Misha Brukman |
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-10 | Fix PR284: [indvars] Induction variable analysis violates LLVM invariants | Chris Lattner |
2004-03-09 | implement new method | Chris Lattner |
2004-03-08 | Switch to using edge profiling information as the basic source of profile info | Chris Lattner |
2004-03-08 | Refactor implementations | Chris Lattner |
2004-03-08 | Import the trace class from the reoptimizer | Chris Lattner |
2004-03-08 | If we have edge counts, we can produce block counts. I've verified that | Chris Lattner |
2004-03-08 | Add initial support for reading edge counts. This will be improved to enable | 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-03-01 | Expand on my note-to-self | 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 |