Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More DWARF-related things cleanup: | Anton Korobeynikov | 2007-05-12 | 1 | -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 Patel | 2007-05-11 | 1 | -1/+1 | |
| | | | | | | http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html llvm-svn: 36998 | |||||
* | Ooops. Some debugging stuff :) | Anton Korobeynikov | 2007-05-10 | 1 | -1/+0 | |
| | | | | llvm-svn: 36978 | |||||
* | Allow multiple invokes per landing pad. This (probably) fixes PR1410. | Anton Korobeynikov | 2007-05-10 | 1 | -8/+21 | |
| | | | | llvm-svn: 36977 | |||||
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -3/+3 | |
| | | | | llvm-svn: 36662 | |||||
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -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 Venancio | 2007-05-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 36648 | |||||
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+8 | |
| | | | | llvm-svn: 36632 | |||||
* | Collect eh filter info. | Jim Laskey | 2007-03-01 | 1 | -12/+19 | |
| | | | | llvm-svn: 34804 | |||||
* | Add structures used for collecting eh information. | Jim Laskey | 2007-02-21 | 1 | -0/+94 | |
| | | | | llvm-svn: 34473 | |||||
* | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 1 | -0/+3 | |
| | | | | llvm-svn: 33755 | |||||
* | Out of line function. | Jim Laskey | 2007-01-29 | 1 | -0/+7 | |
| | | | | llvm-svn: 33641 | |||||
* | rename files | Jim Laskey | 2007-01-26 | 1 | -0/+1696 | |
llvm-svn: 33552 |