]> granicus.if.org Git - clang/history - lib/Driver/Tools.h
Refactor how the MSVC toolchain searches for a compatibility version.
[clang] / lib / Driver / Tools.h
2016-12-07 David L. JonesRefactor how the MSVC toolchain searches for a compatib...
2016-12-06 Joerg SonnenbergerAllow clang to write compilation database records.
2016-11-03 Samuel AntaoRename the version of ConstructJob for multiple outputs...
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for unbundl...
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for bundlin...
2016-10-06 Petr Hosek[Driver] Add driver support for Fuchsia
2016-07-27 Vedant KumarRevert "[Driver] Compute effective target triples once...
2016-07-18 Vedant Kumar[Driver] Compute effective target triples once per...
2016-07-18 Yunzhong GaoSupport -masm= flag for x86 assembly targets.
2016-07-15 Samuel Antao[CUDA][OpenMP] Create generic offload action
2016-05-27 Simon Dardis[mips] Compact branch policy setting.
2016-05-24 Jacob Baungard Hansen[Sparc] Add software float option -msoft-float
2016-05-18 Petar Jovanovic[Mips] Finetuning MIPS32 Android default variants
2016-05-13 Adrian McCarthyGet default -fms-compatibility-version from cl.exe...
2016-05-05 Tom StellardAMDGPU: Use lld as the linker again
2016-03-29 Konstantin Zhuravlyov[AMDGPU] Switch linker to amdphdrs + update test
2016-03-28 Jacques Pienaar[lanai] Add Lanai backend to clang driver.
2016-02-29 David Majnemer[clang-cl] /EHc should not effect functions with explic...
2016-02-05 Paul RobinsonMove DebugInfoKind enum from Driver to Basic. NFC
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-01-14 Justin Lebar[CUDA] Invoke ptxas and fatbinary during compilation.
2016-01-08 Tom StellardDriver: Use the new ELF lld linker for AMDGPU
2016-01-07 Dan Gohman[WebAssembly] Enable -fvisibility=hidden by default.
2016-01-06 Eric ChristopherChange the set of actions built for external gcc tools.
2015-12-16 Dan Gohman[WebAssembly] Initial linking support.
2015-12-14 Petar Jovanovic[Power PC] add soft float support for ppc32
2015-11-17 Artem Belevich[CUDA] added include paths for both sides of CUDA compi...
2015-11-16 Derek SchuffDerive nacltools::Linker from GnuTool to get response...
2015-11-12 Vasileios KalintirisRe-recommit: Add support for the new mips-mti-linux...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-10-30 Vasileios KalintirisRevert "[mips] Add support for the new mips-mti-linux...
2015-10-29 Vasileios Kalintiris[mips] Add support for the new mips-mti-linux toolchain.
2015-10-14 Filipe CabecinhasBring back r250262: PS4 toolchain
2015-10-14 Sean SilvaRevert-to-green r250262 (PS4 toolchain patch)
2015-10-14 Ekaterina RomanovaI took care of the build problem in the commit 250252.
2015-10-14 Ekaterina Romanovareverting my patch, cause build problems
2015-10-13 Ekaterina RomanovaThis patch adds missing pieces to clang, including...
2015-10-08 Douglas KatzmanStop messing with the 'g' group of options in CompilerI...
2015-10-05 Vasileios KalintirisRemove support for the mips-mti-linux toolchain.
2015-10-05 Vasileios KalintirisRe-commit "Add support for the new mips-mti-linux toolc...
2015-10-02 Vasileios KalintirisRevert "Add support for the new mips-mti-linux toolchain."
2015-10-02 Vasileios KalintirisAdd support for the new mips-mti-linux toolchain.
2015-09-26 Saleem AbdulrasoolDriver: support ARM/HF on a single toolchain
2015-09-25 Greg BedwellRevert "This patch adds missing pieces to clang, includ...
2015-09-24 Ekaterina RomanovaThis patch adds missing pieces to clang, including...
2015-09-23 Vladimir Sukharev[ARM] Fix crash "-target arm -mcpu=generic", without...
2015-09-19 Saleem AbdulrasoolDriver: alter the getARMFloatABI signature
2015-09-19 Saleem AbdulrasoolDriver: tweak ARM target feature calculation
2015-09-19 Saleem AbdulrasoolDriver: avoid unnecessary string ops
2015-09-18 Saleem AbdulrasoolDriver: avoid unnecessary string based operations
2015-09-17 Douglas Katzman[Shave]: Drive sparc-myriad-elf-ld directly rather...
2015-08-30 Chandler CarruthUpdate for several APIs in LLVM that now use StringRefs...
2015-07-27 Renato Golin[ARM] Changes to Arch/CPU handling to help with -Wa...
2015-07-18 Tom StellardDriver: Add AMDGPU toolchain
2015-07-15 Reid KlecknerRun clang-format on Tools.h, the indentation is inconsi...
2015-07-02 Yaron KerenSupport mingw-w64 and mingw.org toolchains at any insta...
2015-07-02 Peter CollingbourneDriver: add support for linking the UBSan runtime libra...
2015-06-23 Benjamin Kramer[Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
2015-06-23 Douglas KatzmanPedantically rename all Tool subclasses to be nouns...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas KatzmanAdd nominal support for 'shave' target.
2015-06-16 Toma Tabacu[mips] Don't propagate -mfpxx by default if soft/single...
2015-06-11 Gabor BallabasAllow case-insensitive values for -march for ARM in...
2015-06-08 David Majnemer[Driver] Inject the MSVC compatibility version into...
2015-06-04 Gabor BallabasAllow case-insensitive values for -mcpu for ARM
2015-06-03 Douglas KatzmanFix misleading comment. NFC
2015-05-14 Vladimir Sukharev[ARM] Add v8.1a architecture
2015-05-06 Artem Belevich[driver] Cosmetic change to use Input instead of Inputs[0].
2015-04-14 Petar Jovanovic[Mips] Generate warning for invalid '-mnan' and '-march...
2015-03-30 Derek SchuffAdd driver support for Native Client SDK
2015-03-26 Ed SchoutenLet Clang invoke CloudABI's linker.
2015-01-30 Daniel Sanders[mips] Pass ABI name via -target-abi instead of target...
2015-01-28 Joerg SonnenbergerFor the --be8 flag, check explicitly for pre-v7 / pre...
2014-12-21 Bob WilsonReapply "Change -save-temps to emit unoptimized bitcode...
2014-10-24 Saleem AbdulrasoolDriver: add CrossWindowsToolChain
2014-10-03 Asiri RathnayakeRevert changes in r218863, r218864
2014-10-02 Asiri Rathnayake[ARM] Handle conflicts between -mfpu and -mfloat-abi...
2014-09-15 Reid KlecknerTeach Clang how to use response files when calling...
2014-09-04 David Blaikieunique_ptrify JobList::Jobs
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
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...
next