- d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 16 years ago
- 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 16 years ago
- e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 16 years ago
- 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
- 6bf0f4c move a bunch of code for initializing the predefines buffer out of Preprocessor.cpp by Chris Lattner · 16 years ago
- 6a1284a Reject compiles for x86_64 target for MacOS versions which do not support it. by Fariborz Jahanian · 16 years ago
- 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 16 years ago
- a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 16 years ago
- df961c2 emit tokens, constify the Preprocessor passed down into PCH writer. by Chris Lattner · 16 years ago
- f120251 Add PCH sources to CMake build files by Douglas Gregor · 16 years ago
- 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 16 years ago
- 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
- 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
- 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
- 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 16 years ago
- d613c3d add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 16 years ago
- fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
- b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 16 years ago
- fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 16 years ago
- b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
- 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
- c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
- 56473d3 fix typo, noticed by Gabor by Chris Lattner · 16 years ago
- 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
- d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
- 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
- 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 16 years ago
- 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 16 years ago
- b1c71df Remove a FIXME, the driver handles -O4. by Daniel Dunbar · 16 years ago
- 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 16 years ago
- 50748f4 enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! by Chris Lattner · 16 years ago
- ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 16 years ago
- 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
- bf1bd6e Rename GeneratePCH action to GeneratePTH by Douglas Gregor · 16 years ago
- 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
- 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
- de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 16 years ago
- 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
- 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 16 years ago
- 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
- 6b83f66 Allow CCC_ADD_ARGS to add empty arguments by Daniel Dunbar · 16 years ago
- e5be6da Support CCC_ADD_ARGS in new driver. by Daniel Dunbar · 16 years ago
- 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 16 years ago
- 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
- 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
- 08478eb Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver by Ted Kremenek · 16 years ago
- 64ffc14 Add two FIXMEs by Daniel Dunbar · 16 years ago
- c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 16 years ago
- af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
- 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 16 years ago
- 17f689f Add support for -Wdeprecated-declarations. by Steve Naroff · 16 years ago
- 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 16 years ago
- cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
- a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
- 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
- b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 16 years ago
- 7e24e82 rename some methods. by Chris Lattner · 16 years ago
- b23ff6b reduce indentation, no functionality change. by Chris Lattner · 16 years ago
- 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
- 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
- 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 16 years ago
- dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 16 years ago
- 678dc3b remove dead ivar. by Chris Lattner · 16 years ago
- d2fa675 hoist TranslationUnit some more. by Chris Lattner · 16 years ago
- 80a0333 eliminate some wrappers. by Chris Lattner · 16 years ago
- 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 16 years ago
- a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 16 years ago
- e907787 don't poke at TranslationUnit directly by Chris Lattner · 16 years ago
- 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 16 years ago
- 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 16 years ago
- ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 16 years ago
- 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 16 years ago
- 52ba870 move StatListener out to top level. by Chris Lattner · 16 years ago
- f239036 various cleanups, no functionality change by Chris Lattner · 16 years ago
- 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 16 years ago
- 1662938 push line markers through -E mode. by Chris Lattner · 16 years ago
- bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 16 years ago
- 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 16 years ago
- 90e4143 Turn on '-analyzer-eagerly-assume' by default in ccc for the static analyzer. by Ted Kremenek · 16 years ago
- a43a21e Really fix cmake style builds. by Mike Stump · 16 years ago
- 37e217c -arch ppc should change the triple to powerpc-foo not to ppc-foo. by Chris Lattner · 16 years ago
- 82fa7c5 Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). by Daniel Dunbar · 16 years ago
- 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
- 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago
- cbcd98b Add CMake files for tools/driver; I am just guessing here, can someone test/fix? by Daniel Dunbar · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- 2836c4a ccc: Have generic GCC tool chain search the driver directory for by Daniel Dunbar · 16 years ago
- d3dfdb8 ccc/Driver: -r option doesn't take an argument. by Daniel Dunbar · 16 years ago
- 6a15ff9 ccc: Forward -f[no-]builtin to clang. by Daniel Dunbar · 16 years ago
- af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 16 years ago
- e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
- b238a8f ccc: Use -include-pth. by Daniel Dunbar · 16 years ago
- 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 16 years ago
- 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 16 years ago
- 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 16 years ago
- 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
- a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
- f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
- 159715f Update test. by Daniel Dunbar · 16 years ago
- f1a624f ccc: Handle limited forms of -ccc-host-triple for testing by Daniel Dunbar · 16 years ago