llvm-6502/lib
Reid Spencer 99655e16a6 For PR797:
Final commit for this bug. This removes the last EH holdouts in LLVM
and turns off exception support by using the -fno-exceptions option. This
leads to the following reduction in library and executable sizes:
                DEBUG BUILD                RELEASE BUILD
         before     after   delta     before   after    delta
lib    162,328K  157,616K   4,712    17,864K  16,416K  1,448K
bin    571,444K  557,156K  14,288    63,296K   56,996K 6,300K

Debug   Improvement: 19,000K (2.59%)
Release Improvement:  7,748K (9.55%)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29882 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-25 19:54:53 +00:00
..
Analysis Fix PR885 2006-08-21 17:20:01 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser regenerate 2006-08-18 17:34:45 +00:00
Bytecode For PR797: 2006-08-25 19:54:53 +00:00
CodeGen Consolidate callee saved register information so that it can me used by debug 2006-08-25 19:45:51 +00:00
Debugger For PR797: 2006-08-25 17:43:11 +00:00
ExecutionEngine initial changes to support JIT'ing from multiple module providers, implicitly 2006-08-16 01:24:12 +00:00
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support Remove a character to avoid line exceeding 80 cols. 2006-08-24 22:39:25 +00:00
System For PR797: 2006-08-25 19:54:53 +00:00
Target Fix some comments. 2006-08-25 19:40:59 +00:00
Transforms Reapply the indvars patch, since nothing blew up last night. 2006-08-25 17:41:25 +00:00
VMCore Fix PR885 2006-08-21 17:20:01 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00