| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove unused variable. | Benjamin Kramer | 2011-04-16 | 1 | -5/+2 | |
| | | | | | llvm-svn: 129639 | |||||
| * | Put each personality function in a section. This fixes the gnu ld warning: | Rafael Espindola | 2011-04-16 | 1 | -8/+3 | |
| | | | | | | | error in foo.o; no .eh_frame_hdr table will be created. llvm-svn: 129635 | |||||
| * | Add 129518 back with a fix for when we are producing eh just because of ↵ | Rafael Espindola | 2011-04-15 | 1 | -16/+28 | |
| | | | | | | | | | | debug info. Change ELF systems to use CFI for producing the EH tables. This reduces the size of the clang binary in Debug builds from 690MB to 679MB. llvm-svn: 129571 | |||||
| * | Revert r129518, "Change ELF systems to use CFI for producing the EH tables. ↵ | NAKAMURA Takumi | 2011-04-15 | 1 | -27/+15 | |
| | | | | | | | | | This reduces the" It broke several builds. llvm-svn: 129557 | |||||
| * | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola | 2011-04-14 | 1 | -15/+27 | |
| | | | | | | | size of the clang binary in Debug builds from 690MB to 679MB. llvm-svn: 129518 | |||||
| * | Add a possibility to switch between CFI directives- and table-based frame ↵ | Anton Korobeynikov | 2011-01-14 | 1 | -1/+1 | |
| | | | | | | | description emission. Currently all the backends use table-based stuff. llvm-svn: 123476 | |||||
| * | Add CFI directives-based frame information emission. Not hooked yet. | Anton Korobeynikov | 2011-01-14 | 1 | -0/+138 | |
| llvm-svn: 123474 | ||||||

