summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineDebugInfoDesc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-031-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 Wendling2008-07-021-4/+4
| | | | | | source tree. llvm-svn: 53001
* - Update comments. Bill Wendling2008-07-011-34/+21
| | | | | | - Don't use GlobalVariable::LinkageTypes when unsigned works. llvm-svn: 52987
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-271-0/+588
some uses of std::vector, where it's return std::vector by value. Yuck! llvm-svn: 52800
OpenPOWER on IntegriCloud