| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate the branching in QualType::getTypePtr() by providing a | Douglas Gregor | 2010-12-10 | 1 | -1/+7 |
* | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -0/+13 |
* | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 2010-12-09 | 1 | -3/+7 |
* | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 2010-12-04 | 1 | -6/+14 |
* | Serialization: support for CUDA language extensions | Peter Collingbourne | 2010-12-01 | 1 | -0/+2 |
* | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor | 2010-11-30 | 1 | -23/+44 |
* | When loading a precompiled preamble, use the file ID of the | Douglas Gregor | 2010-11-30 | 1 | -0/+12 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Hide a bunch of symbols. | Benjamin Kramer | 2010-11-25 | 1 | -6/+8 |
* | 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 | -1/+1 |
* | PCH files only cache successful stats. Remove the code that reads/writes | Chris Lattner | 2010-11-23 | 1 | -15/+3 |
* | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner | 2010-11-23 | 1 | -12/+13 |
* | tidy up. Split FileManager::getBufferForFile into | Chris Lattner | 2010-11-23 | 1 | -3/+2 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -9/+4 |
* | remove old compatibility APIs, use StringRef versions instead. | Chris Lattner | 2010-11-21 | 1 | -2/+2 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |
* | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson | 2010-11-10 | 1 | -2/+2 |
* | Remove broken support for variadic templates, along with the various | Douglas Gregor | 2010-11-07 | 1 | -7/+4 |
* | Read/write from/to PCH the diagnostic mappings that the user set so that e.g.... | Argyrios Kyrtzidis | 2010-11-05 | 1 | -0/+23 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -4/+13 |
* | Plug a leak in the preprocessing record's handling of inclusion | Douglas Gregor | 2010-11-01 | 1 | -1/+1 |
* | Make the deserialization of macro definitions lazy, so that we can | Douglas Gregor | 2010-10-30 | 1 | -1/+50 |
* | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor | 2010-10-29 | 1 | -1/+78 |
* | Switch case IDs conflict between chained PCHs; since there is no need to be g... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -0/+7 |
* | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -7/+0 |
* | When de-serializing a type that is supposed to be canonical, call | Douglas Gregor | 2010-10-26 | 1 | -0/+4 |
* | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -2/+21 |
* | Simplify and "robust-ify" the way that CXXRecord references point to the defi... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+3 |
* | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 1 | -1/+1 |
* | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 1 | -0/+1 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-21 | 1 | -40/+40 |
* | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -16/+52 |
* | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis | 2010-10-15 | 1 | -0/+55 |
* | When performing typo correction, look through the set of known | Douglas Gregor | 2010-10-14 | 1 | -0/+62 |
* | At Fariborz's request, a somewhat cleaner bit-combining hack. | John McCall | 2010-10-14 | 1 | -3/+3 |
* | Allow deserialization of just the fields of a record, when we want to iterate... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -7/+11 |
* | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis | 2010-10-08 | 1 | -0/+1 |
* | Fix a marvelous chained AST writing bug, where we end up with the | Douglas Gregor | 2010-10-05 | 1 | -0/+3 |
* | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl | 2010-10-05 | 1 | -8/+10 |
* | Thread PerFileData through the ASTReader again, this time with the LLVM changes. | Sebastian Redl | 2010-10-05 | 1 | -195/+202 |
* | Implement chained PCH support for the macro definitions stored within | Douglas Gregor | 2010-10-02 | 1 | -11/+21 |
* | Revert r115336 ("Thread PerFileData through everything."), because | Douglas Gregor | 2010-10-01 | 1 | -202/+196 |
* | Thread PerFileData through everything. This allows us to remap stuff later. | Sebastian Redl | 2010-10-01 | 1 | -196/+202 |
* | Record module loaders and module source order. | Sebastian Redl | 2010-10-01 | 1 | -1/+7 |
* | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+1 |
* | If we get a TU_CONTEXT update from a chained PCH file before we | Douglas Gregor | 2010-10-01 | 1 | -2/+14 |
* | Support implicit includes when generating a PCH and allow the user to pass a ... | Argyrios Kyrtzidis | 2010-09-30 | 1 | -1/+35 |
* | Fix a bug in loading macro records. Fixes yet another crash in libclang. | Sebastian Redl | 2010-09-28 | 1 | -4/+5 |
* | Fix a use of an invalidated reference due to a hash map reallocating. | Sebastian Redl | 2010-09-28 | 1 | -3/+8 |