summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-121-3/+12
| | | | | | | | | | 1. Fix PR1380 2. Apply Duncan's patch from PR1410 3. Insert workaround for "one personality function per module" as noted in PR1414 4. Emit correct debug frames for x86/linux. This partly fixes DebugInfo/2006-11-06-StackTrace.cpp: stack trace is shown correctly, but arguments for function on top of stack are displayed incorrectly. llvm-svn: 37015
* Fix ↵Devang Patel2007-05-111-1/+1
| | | | | | http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html llvm-svn: 36998
* Ooops. Some debugging stuff :)Anton Korobeynikov2007-05-101-1/+0
| | | | llvm-svn: 36978
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-101-8/+21
| | | | llvm-svn: 36977
* Drop 'const'Devang Patel2007-05-031-3/+3
| | | | llvm-svn: 36662
* 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