Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Consistently use llvm.cs.uiuc.edu instead of llvm.org | Misha Brukman | 2004-11-07 | 1 | -1/+1 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17548 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Abbreviate the long descriptions which are now in docs/SystemLibrary.html. | Reid Spencer | 2004-08-30 | 1 | -79/+26 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16111 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | First cut at a README for lib/System explaining the #inclusion rules and | Reid Spencer | 2004-08-26 | 1 | -0/+96 |
| | | | | | | | design criteria. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16054 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Remove lib/System contents until a satisfactory solution can be | Reid Spencer | 2004-08-16 | 1 | -23/+0 |
| | | | | | | | provided. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15816 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | A description of what this library is about, reference to the documentation | Reid Spencer | 2004-07-18 | 1 | -0/+23 |
and a list of don'ts for the library. All so future maintainers don't break the important contract this library has with its user: LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14979 91177308-0d34-0410-b5e6-96231b3b80d8 |