| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid writing a VTABLE_USES record in PCH if there are no entries. | Argyrios Kyrtzidis | 2010-08-03 | 2 | -12/+16 |
* | fix some undefined behavior, PR7779. | Chris Lattner | 2010-08-03 | 1 | -3/+4 |
* | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor | 2010-08-03 | 3 | -41/+77 |
* | Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis... | Ted Kremenek | 2010-08-03 | 1 | -0/+1 |
* | Simplify global method pool implementation in Sema. No functionality change. | Sebastian Redl | 2010-08-02 | 1 | -38/+5 |
* | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor | 2010-08-02 | 1 | -15/+41 |
* | Query only the latest version of an identifier in the PCH chain. Make sure th... | Sebastian Redl | 2010-08-02 | 2 | -22/+7 |
* | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis | 2010-08-02 | 2 | -0/+27 |
* | Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan | Daniel Dunbar | 2010-08-01 | 1 | -0/+8 |
* | Implement dependency analysis for the precompiled preamble. If any of | Douglas Gregor | 2010-07-31 | 1 | -14/+91 |
* | Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING env... | Douglas Gregor | 2010-07-30 | 1 | -15/+55 |
* | Safely get a data pointer for vectors that might be empty. | Sebastian Redl | 2010-07-30 | 1 | -6/+15 |
* | Refactor the way PCHReader tracks whether we are in recursive loading. | Argyrios Kyrtzidis | 2010-07-30 | 2 | -22/+16 |
* | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl | 2010-07-30 | 6 | -42/+76 |
* | Change the name to something less terrible; suggestion by Doug. No functional... | Argyrios Kyrtzidis | 2010-07-29 | 1 | -1/+1 |
* | Implement PCH support for offsetof(base-specifier). | Argyrios Kyrtzidis | 2010-07-29 | 2 | -5/+6 |
* | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis | 2010-07-29 | 1 | -52/+1 |
* | Store latest redeclaration for each redeclarable template declaration | Peter Collingbourne | 2010-07-29 | 2 | -0/+7 |
* | Refactor redeclarable template declarations | Peter Collingbourne | 2010-07-29 | 2 | -37/+39 |
* | Turn off precompiled preamble support for C++ | Douglas Gregor | 2010-07-28 | 1 | -1/+2 |
* | Support extended vector types in chained PCH. | Sebastian Redl | 2010-07-28 | 1 | -5/+6 |
* | Record macros in dependent PCHs. Also add various info tables to dependent PC... | Sebastian Redl | 2010-07-27 | 2 | -9/+71 |
* | Revert r109546, it broke linux build. | Argyrios Kyrtzidis | 2010-07-27 | 1 | -2/+52 |
* | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis | 2010-07-27 | 1 | -52/+2 |
* | Update the list of lexical decls in the TU for chained PCHs. This makes -ast-... | Sebastian Redl | 2010-07-27 | 3 | -5/+27 |
* | Fix use-after-free with precompiled preambles | Douglas Gregor | 2010-07-27 | 1 | -3/+9 |
* | Always deserialize from PCH file scoped variables with non trivial constructo... | Argyrios Kyrtzidis | 2010-07-27 | 1 | -0/+8 |
* | PTH generation: Don't save the leading '#' token in a null directive. This u... | Ted Kremenek | 2010-07-27 | 1 | -4/+9 |
* | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor | 2010-07-27 | 5 | -18/+33 |
* | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl | 2010-07-27 | 4 | -43/+68 |
* | Introduce basic support for loading a precompiled preamble while | Douglas Gregor | 2010-07-26 | 4 | -19/+82 |
* | It's not necessary to call flush() on a raw_ostream immediately prior | Dan Gohman | 2010-07-26 | 1 | -1/+0 |
* | Add source location information to C++ base specifiers. | Nick Lewycky | 2010-07-26 | 4 | -10/+9 |
* | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor | 2010-07-26 | 4 | -881/+0 |
* | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor | 2010-07-25 | 2 | -2/+0 |
* | Remove emacs file mode marker on file with .cpp extension. | Nick Lewycky | 2010-07-25 | 1 | -1/+1 |
* | Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood! | Nick Lewycky | 2010-07-24 | 1 | -1/+6 |
* | Put a newline at the end of the padded buffers used for the | Douglas Gregor | 2010-07-24 | 1 | -4/+6 |
* | Once we've built (or reused) a precompiled preamble, create the | Douglas Gregor | 2010-07-24 | 1 | -31/+45 |
* | Once we've built a precompiled preamble, keep track of the details of | Douglas Gregor | 2010-07-23 | 1 | -42/+164 |
* | Make declarations in the dependent PCH visible, for C at least. | Sebastian Redl | 2010-07-23 | 3 | -11/+36 |
* | PCH read/write for selector reference pool. | Fariborz Jahanian | 2010-07-23 | 2 | -0/+43 |
* | Fix build on Ubuntu 10.04. | Zhongxing Xu | 2010-07-23 | 1 | -0/+1 |
* | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 2 | -8/+201 |
* | Thread bitstream cursors all the way through the AST reading stuff. This way,... | Sebastian Redl | 2010-07-22 | 3 | -79/+105 |
* | atch for implementation of objective-c's -Wselector | Fariborz Jahanian | 2010-07-22 | 2 | -0/+2 |
* | Read/write C++0x static_assert for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 2 | -3/+8 |
* | Allow loading declcontext information from any file in the chain. Properly wr... | Sebastian Redl | 2010-07-22 | 3 | -66/+93 |
* | Read/write FriendTemplateDecl for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 2 | -3/+23 |
* | Support C++ try/catch statements for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 2 | -0/+52 |