aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2011-09-17As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor
2011-09-15Eliminate the unused -create-module cc1-level optionDouglas Gregor
2011-09-14Encode the module hash in base-36, to reduce the length of the strings a bitDouglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor
2011-09-09Treat the weak export of block runtime symbols as a deployment-targetJohn McCall
2011-08-27Remove the -import-module option. It's no longer usefulDouglas Gregor
2011-08-26[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier
2011-08-25Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-08-13Accept -x objc++-cpp-output as an alias for -x objective-c++-cpp-outputNico Weber
2011-08-05Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis
2011-07-13In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall
2011-07-12Implement -MG. Fixes PR9613Peter Collingbourne
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-07-07Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner
2011-07-06Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-29Use existing -fcatch-undefined-behavior option,Fariborz Jahanian
2011-06-28Under a compiler flag, -freset-local-blocks,Fariborz Jahanian
2011-06-21Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson
2011-06-21Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson
2011-06-21IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.Daniel Dunbar
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-06-15Automatic Reference Counting.John McCall
2011-06-14Introduce a -cc1-level option to turn off related result typeDouglas Gregor
2011-06-13Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-06-02Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-05-05Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky
2011-05-05Change cycle detection to be based off of a warning flag.Sean Hunt
2011-05-04Record where the GCOV data files should be placed.Nick Lewycky
2011-05-04Implement a better version of delegating constructor cycle detection.Sean Hunt
2011-05-02When using -std= flag added check to make sure language and standard are comp...Chad Rosier
2011-04-30Implement -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-30Removed redundant case statementsChad Rosier
2011-04-29Add -Oz option and use it to set the inline threshold to 25.Bob Wilson
2011-04-23Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth
2011-04-23Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth
2011-04-23There were some frustrating problems with the implementation ofChandler Carruth
2011-04-22Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet