Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling | 2008-07-03 | 1 | -575/+0 |
| | | | | | | slow the compiler down at -O0 some 30% or more. Ooops. llvm-svn: 53120 | ||||
* | Sorry. I couldn't sleep at night knowing I put these ugly casts into the ↵ | Bill Wendling | 2008-07-02 | 1 | -4/+4 |
| | | | | | | source tree. llvm-svn: 53001 | ||||
* | - Update comments. | Bill Wendling | 2008-07-01 | 1 | -34/+21 |
| | | | | | | - Don't use GlobalVariable::LinkageTypes when unsigned works. llvm-svn: 52987 | ||||
* | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling | 2008-06-27 | 1 | -0/+588 |
some uses of std::vector, where it's return std::vector by value. Yuck! llvm-svn: 52800 |