summaryrefslogtreecommitdiff
path: root/NOTES.txt
Commit message (Collapse)AuthorAgeFilesLines
* PTH-- Remove feature entirely-Erich Keane2018-12-041-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When debugging a boost build with a modified version of Clang, I discovered that the PTH implementation stores TokenKind in 8 bits. However, we currently have 368 TokenKinds. The result is that the value gets truncated and the wrong token gets picked up when including PTH files. It seems that this will go wrong every time someone uses a token that uses the 9th bit. Upon asking on IRC, it was brought up that this was a highly experimental features that was considered a failure. I discovered via googling that BoostBuild (mostly Boost.Math) is the only user of this feature, using the CC1 flag directly. I believe that this can be transferred over to normal PCH with minimal effort: https://github.com/boostorg/build/issues/367 Based on advice on IRC and research showing that this is a nearly completely unused feature, this patch removes it entirely. Note: I considered leaving the build-flags in place and making them emit an error/warning, however since I've basically identified and warned the only user, it seemed better to just remove them. Differential Revision: https://reviews.llvm.org/D54547 Change-Id: If32744275ef1f585357bd6c1c813d96973c4d8d9 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348266 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove trailing spacesPavel Chupin2014-07-131-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212911 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove an uninteresting noteDouglas Gregor2013-02-051-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174441 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo (test commit)Andy Gibbs2012-10-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166181 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about a missing optimization in the case of virtualJohn McCall2012-03-301-0/+11
| | | | | | inheritance. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153722 91177308-0d34-0410-b5e6-96231b3b80d8
* Make a note about a missing optimization.John McCall2011-07-281-0/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136340 91177308-0d34-0410-b5e6-96231b3b80d8
* A Release-Asserts build is now called a Release build.Duncan Sands2010-07-071-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107760 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-121-1/+1
| | | | | | - tools/driver will be renamed to tools/clang at some point. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91195 91177308-0d34-0410-b5e6-96231b3b80d8
* add missing slashes to separator line; also testing commit accessKen Dyck2009-11-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88675 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the PTH performance "script".John McCall2009-09-241-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82718 91177308-0d34-0410-b5e6-96231b3b80d8
* remove some overly-crazy ideas.Chris Lattner2009-02-031-49/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63614 91177308-0d34-0410-b5e6-96231b3b80d8
* remove an irrelevant ideaChris Lattner2009-01-171-8/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62400 91177308-0d34-0410-b5e6-96231b3b80d8
* Random note so I remember how to do this :)Chris Lattner2009-01-161-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62344 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note about asm constraints.Anders Carlsson2008-03-131-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48324 91177308-0d34-0410-b5e6-96231b3b80d8
* secondary targets are gone, simplify this.Chris Lattner2008-03-091-33/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48067 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-120/+0
| | | | | | | | | | | | | | | | theoretically useful, but not useful in practice. It adds a bunch of complexity, and not much value. It's best to nuke it. One big advantage is that it means the target interfaces will soon lose their SLoc arguments and target queries can never emit diagnostics anymore (yay). Removing this also simplifies some of the core preprocessor which should make it slightly faster. Ted, I didn't simplify TripleProcessor, which can now have at most one triple, and can probably just be removed. Please poke at it when you have time. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47930 91177308-0d34-0410-b5e6-96231b3b80d8
* Completed noteNate Begeman2008-02-141-26/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47120 91177308-0d34-0410-b5e6-96231b3b80d8
* add a noteChris Lattner2008-01-141-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45953 91177308-0d34-0410-b5e6-96231b3b80d8
* Added some notes on the -triple and -arch options.Ted Kremenek2007-12-031-0/+41
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44554 91177308-0d34-0410-b5e6-96231b3b80d8
* Test commitChris Lattner2007-07-111-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39738 91177308-0d34-0410-b5e6-96231b3b80d8
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+218
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39734 91177308-0d34-0410-b5e6-96231b3b80d8