]> granicus.if.org Git - clang/history - lib/Driver/Tools.h
Header guard canonicalization, clang part.
[clang] / lib / Driver / Tools.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-13 Simon Atanasyan[Driver] Support -muclibc / -mglibc command line option...
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi...
2014-07-16 Simon Atanasyan[Driver][Mips] Reduce code duplication - use existing...
2014-07-16 Daniel Sanders[mips] Correct the invocation of GAS in several cases.
2014-07-10 Daniel Sanders[mips][mips64r6] Add support for mips-img-linux-gnu...
2014-06-29 NAKAMURA TakumiRevert r211866, r211895 and r211995, "Driver: use GNU...
2014-06-29 Saleem AbdulrasoolDriver: add a cygwin linker tool
2014-06-26 Hans Wennborgclang-cl: Don't store the cl compiler Tool on the stack...
2014-06-24 Daniel Sanders[mips] Correct linux dynamic linker for -mnan=2008
2014-03-29 Tim NorthoverARM64: initial clang support commit.
2014-03-14 Craig TopperDe-virtualize a method that doesn't override anything...
2014-03-14 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-02-12 Jonathan RoelofsRevert 201202
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-01-16 Tim NorthoverMachO: use *-*-*-macho for MachO embedded targets.
2013-12-12 Rafael EspindolaAvoid temporary std::string.
2013-12-12 Rafael EspindolaDon't return a pointer to a temporary std::string's...
2013-12-12 Bernard OgdenRefactor duplicate functions
2013-12-12 Tim NorthoverDarwin-embedded: find correct libclang_rt for embedded...
2013-11-24 Rafael Espindolaremove gcc::Precompile
2013-11-23 Rafael EspindolaDon't use the gcc driver for assembling.
2013-10-31 Amara Emerson[AArch64] Add some CPU targets for "generic", A-53...
2013-10-11 Robert LyttonXCore target: add an xcore toolchain implementation
2013-09-19 Hans Wennborgclang-cl: implement /fallback mode
2013-08-21 Rafael EspindolaCentralize the handling of -target-feature.
2013-08-20 Rafael EspindolaCentralize the handling of -target-cpu (-cc1, -cc1as...
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-08-01 Tim NorthoverAArch64: initial NEON support
2013-07-19 Richard Sandiford[SystemZ] Add -march= command-line option
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-04-01 Tom StellardR600: Handle -mcpu option v3
2013-03-28 Thomas SchwingeRename clang::driver::tools::linuxtools to clang::drive...
2013-02-22 Benjamin KramerDriver: Pass down the -march setting down to -cc1as...
2013-02-22 Eric ChristopherSplit out the command handling for split debug info...
2013-02-21 Eric ChristopherRemove the SplitDebug action and replace with a set...
2013-02-05 Eric ChristopherDriver and option support for -gsplit-dwarf. This is...
2013-02-01 Chad Rosier[driver] Don't try to generate diagnostic information...
2013-01-24 Chad Rosier[driver] Associate a JobAction with each result file...
2012-12-18 Eric ChristopherAdd support for passing the main file name down to...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-11-23 Bob WilsonReapply a subset of r167567 to clean up Darwin-specific...
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-10-31 Rafael EspindolagetArchTypeForDarwinArchName is only used in the clang...
2012-10-02 Bill WendlingDuring LTO, we call 'dsymutil' when we compile source...
2012-08-08 Eli Friedmanclang support for Bitrig (an OpenBSD fork); patch by...
2012-06-20 John McCallRestructure how the driver communicates information...
2012-06-11 Hal FinkelAdd PPC support for translating gcc-style -mcpu options...
2012-03-07 Chad Rosier[driver] Don't try to generate diagnostic information...
2012-02-15 David ChisnallFix copy-and-paste error in comment
2012-02-15 David ChisnallFirst pass at Solaris toolchain support. This version...
2012-02-10 Jim GrosbachHave the driver pass CPU and target feature information...
2012-01-26 Joerg SonnenbergerRemove the ToolTriple logic in NetBSD, which was comple...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-12-12 Tony LinthicumHexagon backend support
2011-11-06 Peter CollingbourneAdd the depfile as a result file so that it is deleted...
2011-08-23 Eric ChristopherAdd support for a verifier to the driver. Currently...
2011-08-17 Chad Rosier[driver] Clang doesn't support -mkernel/-fapple-kext...
2011-06-21 Joerg SonnenbergerFix typo. From Damjan Marion.
2011-05-16 Joerg SonnenbergerMake the triple an explicit argument of FindTargetProgr...
2011-03-17 Daniel DunbarDriver/Darwin/ARM: Kernel/kext code has more strict...
2011-02-02 Benjamin KramerAdd NetBSD target support. Patch by Joerg Sonnenberger.
2010-11-09 Bruno Cardoso LopesAdd support for soft/hard float options to the Sparc...
2010-11-07 Rafael EspindolaUse ld directly on linux. Changes from the previous...
2010-11-03 Rafael EspindolaRevert while I debug test failures :-(
2010-11-03 Rafael EspindolaSwitch clang to run ld directly on linux. I tested...
2010-09-09 Daniel DunbarDriver/Darwin: Make the compilation object available...
2010-08-21 Michael J. SpencerVisual Studio tools used on win32 hosts when targeting...
2010-08-10 Rafael EspindolaRun the assembler instead of gcc on Linux.
2010-08-02 Daniel DunbarDriver: Add Compilation::addCommand and switch tools...
2010-08-02 Daniel DunbarDriver: Eliminate now unnecessary tool hooks for whethe...
2010-07-07 Chris Lattneradd driver support for minix, patch by Kees van Reeuwijk
2010-06-04 Daniel DunbarDriver: Add an explicit dsymutil action.
2010-05-22 Daniel DunbarDriver: Add Tool::ShortName, intended to be a human...
2010-05-20 Daniel DunbarDriver: Add a tool definition for the Clang integrated...
2010-05-11 Duncan SandsVISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY.
2010-04-06 Daniel DunbarDriver: Add a Tool::hasGoodDiagnostics hook, and use...
2010-03-02 Eric ChristopherAdd in some more MIPS command line options.
2010-02-03 Daniel DunbarDriver: Add -[no-]integrated-as for clang.
2010-01-25 Daniel DunbarDriver: Fix fallback to gcc to -c instead of -S if...
2010-01-22 Daniel DunbarDriver/Darwin/ld: Eliminate AddDarwinSubArch, our linke...
2009-12-19 Daniel DunbarRemove ';' after method definition. Noticed by clang...
2009-09-10 Daniel DunbarARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.
2009-09-09 Daniel DunbarMove Clang X86 cpu/feature argument translation into...
2009-09-09 Daniel DunbarAdd DarwinTool base class for all Darwin tools, and...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-09-04 Daniel DunbarRename Darwin_X86 toolchain to just Darwin, this can...
2009-09-04 Daniel DunbarRemove unused argument.
2009-08-22 Edward O'CallaghanSecond half of, clang, AuroraUX toolchain support.
2009-06-29 Daniel DunbarOpenBSD support.
2009-05-02 Daniel DunbarDragonFly ToolChain definition for driver.
2009-04-18 Douglas GregorPreliminary PCH support in the driver
2009-04-08 Daniel DunbarDriver: Split out CPP specific options for clang so...
2009-04-01 Daniel DunbarDriver: Add freebsd::Link
2009-03-31 Daniel DunbarDriver: Call 'as' directly on FreeBSD.
2009-03-30 Daniel DunbarImprove dependency file support.
2009-03-29 Daniel DunbarDriver: Finish porting Darwin::Preprocess and Compile...
next