llvm-6502/include/llvm/System
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
..
Alarm.h For PR780: 2006-07-26 16:55:39 +00:00
DynamicLibrary.h For PR797: 2006-08-25 19:54:53 +00:00
IncludeFile.h For PR780: 2006-07-26 16:18:00 +00:00
LICENSE.TXT
MappedFile.h For PR797: 2006-08-22 16:04:22 +00:00
Memory.h For PR780: 2006-07-26 16:18:00 +00:00
Mutex.h For PR780: 2006-07-26 16:18:00 +00:00
Path.h For PR797: 2006-08-23 20:34:57 +00:00
Process.h For PR780: 2006-07-26 16:55:39 +00:00
Program.h For PR797: 2006-08-21 06:00:58 +00:00
Signals.h For PR780: 2006-07-26 16:55:39 +00:00
TimeValue.h Fix some indentation. 2006-08-22 17:38:05 +00:00