| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanups | Chris Lattner | 2003-09-01 | 2 | -26/+16 |
* | Remove gross old hacky code that was in there for backwards compatibility | Chris Lattner | 2003-09-01 | 1 | -56/+9 |
* | Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. | Chris Lattner | 2003-09-01 | 1 | -54/+75 |
* | Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll | Chris Lattner | 2003-08-31 | 1 | -2/+5 |
* | Replace M with F when refering to functions | Chris Lattner | 2003-08-31 | 1 | -11/+11 |
* | Rename TarjanSCCIterator -> scc_iterator | Chris Lattner | 2003-08-31 | 5 | -30/+30 |
* | Don't explicitly use the SCC class | Chris Lattner | 2003-08-31 | 2 | -4/+4 |
* | Remove dead var | Chris Lattner | 2003-08-31 | 2 | -2/+0 |
* | The SCC::HasLoop method is now in the main iterator | Chris Lattner | 2003-08-31 | 4 | -16/+16 |
* | Remove explicit passing of SCC's around as objects. | Chris Lattner | 2003-08-31 | 2 | -12/+10 |
* | Move the getAnalysisUsage method from the header file | Chris Lattner | 2003-08-31 | 2 | -4/+24 |
* | The tarjan iterator now returns a reference to the current SCC, not a possibl... | Chris Lattner | 2003-08-31 | 5 | -7/+7 |
* | Minor cleanups | Chris Lattner | 2003-08-31 | 2 | -28/+18 |
* | Indent classes correctly in the namespace | Chris Lattner | 2003-08-31 | 2 | -92/+112 |
* | * Cleanups | Chris Lattner | 2003-08-31 | 2 | -76/+60 |
* | Heavily refactor code: | Chris Lattner | 2003-08-31 | 3 | -127/+198 |
* | Add accessor function | Chris Lattner | 2003-08-31 | 1 | -0/+2 |
* | Initial checkin of the -prune-eh pass, a very simple exception handling remov... | Chris Lattner | 2003-08-31 | 1 | -0/+93 |
* | Initial checkin of the CallGraphSCCPass class | Chris Lattner | 2003-08-31 | 1 | -0/+30 |
* | ScalarRepl does not modify the CFG. Say so! | Chris Lattner | 2003-08-31 | 1 | -0/+6 |
* | Use new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -11/+3 |
* | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 2 | -18/+13 |
* | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -43/+4 |
* | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -13/+8 |
* | Implement new method | Chris Lattner | 2003-08-31 | 1 | -0/+24 |
* | There is no reason for this to be a pass! | Chris Lattner | 2003-08-29 | 1 | -5/+5 |
* | Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll | Chris Lattner | 2003-08-29 | 1 | -1/+1 |
* | Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. | Chris Lattner | 2003-08-29 | 1 | -17/+31 |
* | Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll | Chris Lattner | 2003-08-29 | 1 | -7/+2 |
* | Refactor code to make it useful outside of Constants.cpp | Chris Lattner | 2003-08-29 | 2 | -24/+24 |
* | Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll | Chris Lattner | 2003-08-29 | 1 | -6/+12 |
* | * Use alloca() to force GCC not to eliminate frame pointer | Misha Brukman | 2003-08-29 | 1 | -115/+90 |
* | Fixed two double free bugs that caused llc to segfault or run forever. | John Criswell | 2003-08-28 | 2 | -10/+42 |
* | Add support for the llvm.unwind intrinsic, which we codegen to just do an abort | Chris Lattner | 2003-08-28 | 2 | -2/+58 |
* | Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking | Chris Lattner | 2003-08-28 | 2 | -4/+10 |
* | Removing README | Tanya Lattner | 2003-08-28 | 4 | -70/+4 |
* | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner | 2003-08-28 | 8 | -5880/+310 |
* | Fix bug where we considered function types equivalent even if they had differ... | Chris Lattner | 2003-08-28 | 3 | -3/+9 |
* | Moved index into BB to common graph class because its needed by ModuloSchedGr... | Tanya Lattner | 2003-08-28 | 4 | -8/+2 |
* | Added/removed header file | Tanya Lattner | 2003-08-27 | 2 | -2/+0 |
* | *** empty log message *** | Tanya Lattner | 2003-08-27 | 6 | -832/+546 |
* | Fix bug: SCCP/2003-08-26-InvokeHandling.ll | Chris Lattner | 2003-08-27 | 1 | -1/+4 |
* | First version of SchedGraph common class and refactoring of SchedGraph. | Tanya Lattner | 2003-08-25 | 10 | -962/+706 |
* | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 2 | -6/+0 |
* | Remove special casing | Chris Lattner | 2003-08-25 | 1 | -3/+0 |
* | Mangle ALL letters that we do not allow, not just a few. | Chris Lattner | 2003-08-24 | 2 | -28/+52 |
* | Simplify code | Chris Lattner | 2003-08-24 | 2 | -6/+2 |
* | Consult the target data, not the module, about how large the current pointer | Chris Lattner | 2003-08-24 | 1 | -4/+4 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 3 | -13/+31 |
* | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner | 2003-08-24 | 3 | -12/+12 |