]> granicus.if.org Git - clang/history - include/clang/Driver/Driver.h
Header guard canonicalization, clang part.
[clang] / include / clang / Driver / Driver.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-15 Alp TokerEliminate DefaultImageName from the Driver constructor
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-05-02 Hans WennborgFix clang-cl Driver leak
2014-03-25 Benjamin KramerFix an logic error in the clang driver preventing crtfa...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2013-11-01 Peter CollingbourneSanitizerArgs: add ability to filter/diagnose unsupport...
2013-09-03 Rafael EspindolaUse -### instead of -ccc-print-options.
2013-08-19 Alexey SamsonovMove SanitizerArgs to the clang Driver
2013-08-12 Hans Wennborgclang-cl: Sink /Fe and /Fo diagnostic code into BuildAc...
2013-08-07 Hans Wennborgclang-cl: Use .obj as object file extension instead...
2013-07-27 Hans Wennborgclang-cl: add support for the /? and /help options
2013-07-23 Rafael EspindolaRemove the -ccc-echo option that is now unused.
2013-07-19 Hans WennborgAdd a cl.exe compatible driver mode
2013-07-18 Hans WennborgTurn Driver::CCCIsCXX and CCCIsCPP into a single Mode...
2013-06-17 Reid Kleckner[Driver] Remove the using namespace directives from...
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-05-27 Peter CollingbourneDriver: implement --dyld-prefix option.
2013-04-30 Chad Rosier[driver] Allow multiple -arch options with -save-temps...
2013-03-18 Rafael EspindolaRemove unused argument.
2013-01-29 Chad Rosier[driver] Refactor the driver so that a failing commands...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-11-27 Rafael EspindolaRemove some dead code. CLANG_IS_PRODUCTION is now just...
2012-11-16 Chad RosierTypo.
2012-11-15 Nick LewyckyRevert r167567, restoring the ability of clang to run...
2012-11-08 Bob WilsonRip out a bunch of code for invoking gcc from clang.
2012-11-08 Bob WilsonRemove code to fall back to llvm-gcc for i386 kexts.
2012-10-31 Rafael EspindolaRemove the -ccc-no-clang option.
2012-10-30 Rafael EspindolaRemove ccc-no-clang-cpp, which is also dead now.
2012-10-30 Rafael EspindolaIn the past "production" clang builds would not be...
2012-10-09 Rafael EspindolaThe clang driver has a fairly fancy support for executi...
2012-10-03 Simon AtanasyanRemove useless parameter "WantFile" from Driver::GetPro...
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-06-02 Benjamin KramerFix typos found by http://github.com/lyda/misspell...
2012-05-21 Argyrios Kyrtzidis[driver] When creating the compiler invocation out...
2012-03-06 Chad RosierMissing period.
2012-01-25 Chandler CarruthDelete still more remnants of the now dead HostInfo...
2012-01-25 Chandler CarruthDelete the driver's HostInfo class. This abstraction...
2012-01-25 Chandler CarruthRemove the TargetTriple object that I added to the...
2012-01-24 Chandler CarruthHoist the targeted triple object into an actual object...
2012-01-13 Sebastian Poprename DefaultHostTriple into DefaultTargetTriple
2011-10-04 Bob WilsonRip out flags for controlling C++ "production mode...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-08-26 Chad RosierCleanup r138662 per Ben and David's suggestions, thanks.
2011-08-26 Chad Rosier[driver] When generating temporary files allow a prefix...
2011-08-12 Chad Rosier[driver] Refactor a bit to enable a few fixes when...
2011-08-02 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-07-27 Chad RosierThe -fapple-kext flag was designed to "do the right...
2011-07-23 Chris LattnerMove ArrayRef to LLVM.h and eliminate now-redundant...
2011-07-20 Chad RosierTemporarily revert r135614 while I fix the cmake build.
2011-07-20 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-06-21 Daniel DunbarDriver: Factor out IsUsingLTO helper function.
2011-04-09 Dylan Noblesmithrefactor -ccc-gcc-name code
2011-04-07 Daniel DunbarDriver: Sketch driver support for a CC_LOG_DIAGNOSTICS...
2011-04-05 Michael J. SpencerFix spelling.
2011-04-04 Argyrios KyrtzidisMove Driver::createInvocationFromArgs function to Front...
2011-04-04 Argyrios KyrtzidisIntroduce Driver::createInvocationFromArgs used to...
2011-03-23 Chris Lattnerswitch a few Driver APIs to use llvm::ArrayRef, cleanin...
2011-03-21 Joerg SonnenbergerMemorize presence/absence of -nostdlib in Driver.
2011-03-21 Joerg SonnenbergerRemember sysroot in Driver. Pass it down to ld for...
2011-03-07 Joerg SonnenbergerRedo part of r127137:
2011-03-06 Joerg SonnenbergerIf called as *cpp or *cpp-[^-]*, run only the preproces...
2011-02-08 Benjamin KramerAllow multiple -B prefixes. Patch by Joerg Sonnenberger.
2011-02-02 Daniel Dunbarclang: Add support for a CC_PRINT_HEADERS environment...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-06 Rafael EspindolaMake "-ccc-cxx" option work on Linux.
2010-08-02 Daniel DunbarDriver: Give Build{Universal,}Actions access to the...
2010-08-02 Daniel DunbarDriver: Eliminate now unnecessary tool hooks for whethe...
2010-08-02 Daniel DunbarDriver: Eliminate now unused argument.
2010-08-01 Daniel DunbarDriver: Keep track of a separate "install dir", which...
2010-07-19 Daniel DunbarDriver: Change the driver to take the path to the main...
2010-07-18 Daniel DunbarDriver: Fix a possible use after free.
2010-07-14 Daniel DunbarDriver: When re'execing clang, use path to the main...
2010-06-11 Daniel DunbarDriver: Add an explicit argument translation phase...
2010-04-01 Daniel DunbarDriver: Add support for a CLANGXX_IS_PRODUCTION build...
2010-03-22 Chandler CarruthAdd very limited support for GCC's '-B' flag. This...
2010-03-20 Daniel DunbarDriver: Support CC_PRINT_OPTIONS, used for logging...
2010-02-25 Daniel DunbarDriver: Allow driver title (for --help) to be overridde...
2010-01-25 Daniel DunbarASTUnit: Don't check that input files exist when parsin...
2010-01-20 Daniel DunbarDriver: Lift clang resource directory computation to...
2009-12-08 Jeffrey YasskinRemove several .c_str() to be forward-compatible with...
2009-11-10 Daniel DunbarAdd Diagnostic::Report method for reporting diagnostics...
2009-09-22 Daniel DunbarPush "clang-is-production" logic up to tools/driver...
2009-09-09 Daniel DunbarChange Get{File,Program}Path to return an std::string...
2009-09-09 Daniel DunbarPush bound architecture name into Compilation::getArgsF...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-09-08 Daniel DunbarFix ShouldUseClangCompiler to use llvm::Triple.
2009-07-21 Daniel Dunbardriver: Print --version on stdout, to match gcc.
2009-07-01 Daniel DunbarDriver: Move Compilation::Execute to Driver::ExecuteCom...
2009-04-18 Douglas GregorPreliminary PCH support in the driver
2009-04-15 Daniel DunbarDriver: Add --help-hidden
2009-04-01 Daniel DunbarDriver: Allow -ccc-gcc-name to specify the name/path...
2009-03-31 Daniel DunbarDriver: Implement basic --help text.
2009-03-27 Mike StumpFix searching for gcc, we only want executable files.
2009-03-26 Daniel DunbarDriver: Print the correct target when printing the...
2009-03-26 Daniel DunbarDriver: Move GetReleaseVersion to static Driver::GetRel...
next