| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Teach users of OnDiskHashTable to define hash_value and offset types | Justin Bogner | 2014-04-18 | 1 | -2/+8 | 
| *  | Remove OnDiskHashTable.h, since it's been moved to llvm | Justin Bogner | 2014-04-18 | 1 | -6/+10 | 
| *  | Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" | Justin Bogner | 2014-03-28 | 1 | -20/+39 | 
| *  | Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" | Justin Bogner | 2014-03-28 | 1 | -39/+20 | 
| *  | OnDiskHashTable: Use EndianStream.h to write little endian ostreams | Justin Bogner | 2014-03-28 | 1 | -20/+39 | 
| *  | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -1/+1 | 
| *  | Recommit virtual file system | Ben Langmuir | 2014-02-20 | 1 | -2/+2 | 
| *  | Reverting the virtual file system implementation, because it triggers an asse... | Juergen Ributzka | 2014-02-20 | 1 | -2/+2 | 
| *  | Initial implementation of virtual file system | Ben Langmuir | 2014-02-19 | 1 | -2/+2 | 
| *  | Use llvm::sys::fs::UniqueID for windows and unix. | Rafael Espindola | 2013-08-01 | 1 | -23/+22 | 
| *  | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis | 2012-12-11 | 1 | -2/+2 | 
| *  | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 | 
| *  | Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid | Richard Smith | 2012-08-17 | 1 | -1/+1 | 
| *  | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 | 
| *  | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 | 
| *  | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -10/+10 | 
| *  | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -4/+3 | 
| *  | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis | 2011-03-05 | 1 | -1/+1 | 
| *  | Rename tok::eom to tok::eod. | Peter Collingbourne | 2011-02-28 | 1 | -2/+2 | 
| *  | Introduced raw_identifier token kind. | Abramo Bagnara | 2010-12-22 | 1 | -4/+4 | 
| *  | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 2010-12-21 | 1 | -2/+3 | 
| *  | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 2010-12-17 | 1 | -3/+2 | 
| *  | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 | 
| *  | change the 'is directory' indicator to be a null-or-not | Chris Lattner | 2010-11-23 | 1 | -2/+3 | 
| *  | simplify the cache miss handling code, eliminating CacheMissing. | Chris Lattner | 2010-11-23 | 1 | -8/+3 | 
| *  | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner | 2010-11-23 | 1 | -13/+19 | 
| *  | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -2/+0 | 
| *  | PTH generation: Don't save the leading '#' token in a null directive.  This u... | Ted Kremenek | 2010-07-27 | 1 | -4/+9 | 
| *  | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -3/+2 | 
| *  | Make some typedefs private | Kovarththanan Rajaratnam | 2010-03-18 | 1 | -2/+3 | 
| *  | Rename variable to indicate what it is being used for | Kovarththanan Rajaratnam | 2010-03-18 | 1 | -4/+4 | 
| *  | Entering the main source file in the preprocessor can fail if the | Douglas Gregor | 2010-03-17 | 1 | -1/+2 | 
| *  | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor | 2010-03-16 | 1 | -1/+1 | 
| *  | Add EmitString helper method | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -2/+6 | 
| *  | Unbreak last commit. This should have been part of r98478. | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -3/+3 | 
| *  | Pass file string by reference | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -6/+4 | 
| *  | Use makeAbsolute() | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -7/+2 | 
| *  | Move to anonymous namespace | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -1/+1 | 
| *  | No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp... | Kovarththanan Rajaratnam | 2010-03-13 | 1 | -3/+2 | 
| *  | Don't rely on implicit conversion | Kovarththanan Rajaratnam | 2010-03-07 | 1 | -2/+2 | 
| *  | Use clang::io::Emit8 | Kovarththanan Rajaratnam | 2010-03-05 | 1 | -3/+1 | 
| *  | Move Emit24 to clang::io | Kovarththanan Rajaratnam | 2010-03-02 | 1 | -6/+1 | 
| *  | Use the llvm coding convention for indentation for switch. | Mike Stump | 2010-01-20 | 1 | -19/+19 | 
| *  | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner | 2009-11-30 | 1 | -1/+2 | 
| *  | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer | 2009-11-28 | 1 | -6/+5 | 
| *  | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -1/+1 | 
| *  | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -2/+2 | 
| *  | Use StringExtra's HashString instead of BernsteinHash. | Daniel Dunbar | 2009-10-17 | 1 | -6/+7 | 
| *  | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor | 2009-10-16 | 1 | -3/+4 | 
| *  | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -89/+89 |