summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3
| | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
* Fix build error.Lauro Ramos Venancio2007-05-021-1/+1
| | | | llvm-svn: 36648
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+8
| | | | llvm-svn: 36632
* Collect eh filter info.Jim Laskey2007-03-011-12/+19
| | | | llvm-svn: 34804
* Add structures used for collecting eh information.Jim Laskey2007-02-211-0/+94
| | | | llvm-svn: 34473
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-0/+3
| | | | llvm-svn: 33755
* Out of line function.Jim Laskey2007-01-291-0/+7
| | | | llvm-svn: 33641
* rename filesJim Laskey2007-01-261-0/+1696
llvm-svn: 33552
OpenPOWER on IntegriCloud