summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid writing a VTABLE_USES record in PCH if there are no entries.Argyrios Kyrtzidis2010-08-032-12/+16
* fix some undefined behavior, PR7779.Chris Lattner2010-08-031-3/+4
* Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor2010-08-033-41/+77
* Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...Ted Kremenek2010-08-031-0/+1
* Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl2010-08-021-38/+5
* When using a precompiled preamble, save the diagnostics produced whenDouglas Gregor2010-08-021-15/+41
* Query only the latest version of an identifier in the PCH chain. Make sure th...Sebastian Redl2010-08-022-22/+7
* Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis2010-08-022-0/+27
* Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by JonathanDaniel Dunbar2010-08-011-0/+8
* Implement dependency analysis for the precompiled preamble. If any ofDouglas Gregor2010-07-311-14/+91
* Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING env...Douglas Gregor2010-07-301-15/+55
* Safely get a data pointer for vectors that might be empty.Sebastian Redl2010-07-301-6/+15
* Refactor the way PCHReader tracks whether we are in recursive loading.Argyrios Kyrtzidis2010-07-302-22/+16
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-306-42/+76
* Change the name to something less terrible; suggestion by Doug. No functional...Argyrios Kyrtzidis2010-07-291-1/+1
* Implement PCH support for offsetof(base-specifier).Argyrios Kyrtzidis2010-07-292-5/+6
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-52/+1
* Store latest redeclaration for each redeclarable template declarationPeter Collingbourne2010-07-292-0/+7
* Refactor redeclarable template declarationsPeter Collingbourne2010-07-292-37/+39
* Turn off precompiled preamble support for C++Douglas Gregor2010-07-281-1/+2
* Support extended vector types in chained PCH.Sebastian Redl2010-07-281-5/+6
* Record macros in dependent PCHs. Also add various info tables to dependent PC...Sebastian Redl2010-07-272-9/+71
* Revert r109546, it broke linux build.Argyrios Kyrtzidis2010-07-271-2/+52
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-271-52/+2
* Update the list of lexical decls in the TU for chained PCHs. This makes -ast-...Sebastian Redl2010-07-273-5/+27
* Fix use-after-free with precompiled preamblesDouglas Gregor2010-07-271-3/+9
* Always deserialize from PCH file scoped variables with non trivial constructo...Argyrios Kyrtzidis2010-07-271-0/+8
* PTH generation: Don't save the leading '#' token in a null directive. This u...Ted Kremenek2010-07-271-4/+9
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-275-18/+33
* - Fix recording of offsets of types in dependent PCHs.Sebastian Redl2010-07-274-43/+68
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-264-19/+82
* It's not necessary to call flush() on a raw_ostream immediately priorDan Gohman2010-07-261-1/+0
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-264-10/+9
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-264-881/+0
* Make ASTContext always use the BumpPtrAllocator.Douglas Gregor2010-07-252-2/+0
* Remove emacs file mode marker on file with .cpp extension.Nick Lewycky2010-07-251-1/+1
* Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood!Nick Lewycky2010-07-241-1/+6
* Put a newline at the end of the padded buffers used for theDouglas Gregor2010-07-241-4/+6
* Once we've built (or reused) a precompiled preamble, create theDouglas Gregor2010-07-241-31/+45
* Once we've built a precompiled preamble, keep track of the details ofDouglas Gregor2010-07-231-42/+164
* Make declarations in the dependent PCH visible, for C at least.Sebastian Redl2010-07-233-11/+36
* PCH read/write for selector reference pool.Fariborz Jahanian2010-07-232-0/+43
* Fix build on Ubuntu 10.04.Zhongxing Xu2010-07-231-0/+1
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-232-8/+201
* Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl2010-07-223-79/+105
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-222-0/+2
* Read/write C++0x static_assert for PCH.Argyrios Kyrtzidis2010-07-222-3/+8
* Allow loading declcontext information from any file in the chain. Properly wr...Sebastian Redl2010-07-223-66/+93
* Read/write FriendTemplateDecl for PCH.Argyrios Kyrtzidis2010-07-222-3/+23
* Support C++ try/catch statements for PCH.Argyrios Kyrtzidis2010-07-222-0/+52
OpenPOWER on IntegriCloud