| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -109/+109 |
| * | Replace cerr with errs(). | Benjamin Kramer | 2009-08-23 | 1 | -1/+1 |
| * | Move the on-disk hash table code into its own header. No functionality change. | Douglas Gregor | 2009-04-20 | 1 | -171/+2 |
| * | PTHManager::Create(): | Ted Kremenek | 2009-03-22 | 1 | -18/+16 |
| * | Add back warning about a PTH file not containing any identifiers, but don't make | Ted Kremenek | 2009-03-21 | 1 | -0/+6 |
| * | Allow PTH files with no identifiers. | Ted Kremenek | 2009-03-21 | 1 | -5/+0 |
| * | PTHManager::Create() now creates a PTHManager even if the PTH file contains no | Ted Kremenek | 2009-03-20 | 1 | -4/+5 |
| * | Add PTHManager::getOriginalSourceFile(), a method that returns the name of the | Ted Kremenek | 2009-03-19 | 1 | -3/+12 |
| * | Move PTHStatCache within the anonymous namespace. | Ted Kremenek | 2009-02-23 | 1 | -1/+1 |
| * | Fix another PTH warning that should not be a note. | Ted Kremenek | 2009-02-19 | 1 | -1/+1 |
| * | Make PTH warnings actual warnings instead of 'notes'. | Ted Kremenek | 2009-02-19 | 1 | -1/+1 |
| * | PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan... | Ted Kremenek | 2009-02-13 | 1 | -3/+9 |
| * | Add some boilerplate to the PTH file to prepare for the caching of stats for ... | Ted Kremenek | 2009-02-13 | 1 | -29/+55 |
| * | Fix gcc warning: gcc correctly notes that const-qualifying the return | Eli Friedman | 2009-02-13 | 1 | -2/+2 |
| * | Fix assertion when input is an empty string. | Daniel Dunbar | 2009-02-12 | 1 | -1/+1 |
| * | Re-enable PTH stat caching. All tests pass now. | Ted Kremenek | 2009-02-12 | 1 | -2/+1 |
| * | Fix bad reading of bytes in ReadUnalignedLE64() (copy-paste error). | Ted Kremenek | 2009-02-12 | 1 | -4/+4 |
| * | Temporarily disable PTH stat caching as it appears to be failing on some mach... | Ted Kremenek | 2009-02-12 | 1 | -1/+2 |
| * | PTH: Cache stat information for files in the PTH file. Hook up FileManager | Ted Kremenek | 2009-02-12 | 1 | -10/+100 |
| * | PTH: Have meta data be at the beginning of the PTH file, not the end. | Ted Kremenek | 2009-02-11 | 1 | -6/+6 |
| * | PTH: Replace string identifier to persistent ID lookup with a hashtable. This is | Ted Kremenek | 2009-02-11 | 1 | -54/+89 |
| * | PTH: Don't emit the PTH offset of the IdentifierInfo string data as that data is | Ted Kremenek | 2009-02-11 | 1 | -4/+4 |
| * | PTH: Replace ad hoc 'file name' -> 'PTH data' lookup table in the PTH file wi... | Ted Kremenek | 2009-02-10 | 1 | -52/+158 |
| * | Add more PTH diagnostics for invalid PTH files, etc. | Ted Kremenek | 2009-01-28 | 1 | -11/+29 |
| * | Enhance PTHManager::Create() to take an optional Diagnostic* argument that ca... | Ted Kremenek | 2009-01-28 | 1 | -2/+9 |
| * | PTH: Use Token::setLiteralData() to directly store a pointer to cached spelli... | Ted Kremenek | 2009-01-27 | 1 | -145/+23 |
| * | Silence warning. | Ted Kremenek | 2009-01-26 | 1 | -1/+1 |
| * | Add version number checking to PTH files. | Ted Kremenek | 2009-01-26 | 1 | -2/+8 |
| * | Embed the offset of the PTH table inside the prologue of the PTH file. This ... | Ted Kremenek | 2009-01-26 | 1 | -9/+10 |
| * | Check in the long promised SourceLocation rewrite. This lays the | Chris Lattner | 2009-01-26 | 1 | -3/+2 |
| * | This is a follow-up to r62675: | Chris Lattner | 2009-01-23 | 1 | -0/+6 |
| * | Update comment. | Chris Lattner | 2009-01-23 | 1 | -2/+2 |
| * | remove my gross #ifdef's, using portable abstractions now that the 32-bit | Chris Lattner | 2009-01-22 | 1 | -11/+8 |
| * | remove Read8/Read24, which are dead. Rename Read16/Read32 to be more | Chris Lattner | 2009-01-22 | 1 | -58/+30 |
| * | Fix <rdar://problem/6512717> by correctly reading the right offset in the tok... | Ted Kremenek | 2009-01-21 | 1 | -1/+1 |
| * | merge two checks for identifiers in the pth loop into one. | Chris Lattner | 2009-01-21 | 1 | -9/+10 |
| * | Add a bit to IdentifierInfo that acts as a simple predicate which | Chris Lattner | 2009-01-21 | 1 | -1/+3 |
| * | Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. | Ted Kremenek | 2009-01-21 | 1 | -9/+19 |
| * | really we only need on Read24! | Chris Lattner | 2009-01-21 | 1 | -16/+0 |
| * | revert my previous patch, it assumed endianness. | Chris Lattner | 2009-01-21 | 1 | -6/+38 |
| * | minor cleanups: now that tokens are 4-byte aligned in a PTH | Chris Lattner | 2009-01-21 | 1 | -22/+6 |
| * | Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably... | Ted Kremenek | 2009-01-20 | 1 | -1/+1 |
| * | PTH: Emitted tokens now consist of 12 bytes that are loaded used 3 32-bit loa... | Ted Kremenek | 2009-01-19 | 1 | -5/+8 |
| * | rearrange GetIdentifierInfo so that the fast path can be partially inlined in... | Chris Lattner | 2009-01-18 | 1 | -10/+4 |
| * | rename some variables, only set a tokens identifierinfo if non-null. | Chris Lattner | 2009-01-18 | 1 | -10/+11 |
| * | On i386 and x86-64, just do unaligned loads | Chris Lattner | 2009-01-18 | 1 | -0/+20 |
| * | switch PTHLexer to use Read32 and friends instead of lots of inlined | Chris Lattner | 2009-01-18 | 1 | -107/+60 |
| * | switch PTH lexer from using "const char*"s to "const unsigned char*"s | Chris Lattner | 2009-01-18 | 1 | -48/+71 |
| * | simplify PTHManager::CreateLexer | Chris Lattner | 2009-01-17 | 1 | -1/+2 |
| * | suck the call to "getSpellingLoc" that all clients do into | Chris Lattner | 2009-01-17 | 1 | -2/+3 |