]> granicus.if.org Git - clang/history - tools/driver
[coroutines] Include the implicit object parameter type when looking up coroutine_tra...
[clang] / tools / driver /
2017-06-30 Benjamin Kramer[Driver] Actually report errors during parsing instead...
2017-06-23 Saleem AbdulrasoolRevert "Revert r305164/5/7."
2017-06-16 Petr Hosek[Driver] Do a PATH lookup if needed when using -no...
2017-06-12 Daniel JasperRevert r305164/5/7.
2017-06-11 Saleem AbdulrasoolDriver: add support for `-gz` and `-gz=`
2017-06-09 Saleem AbdulrasoolRepresent debug information compression type fully
2017-05-24 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-11 Serge PavlovReverted r302775
2017-05-11 Serge PavlovDriver must return non-zero code on errors in command...
2017-04-19 Kostya SerebryanyFix a leak in tools/driver/cc1as_main.cpp
2017-04-12 Bruno Cardoso Lopes[Driver] Add compiler option to generate a reproducer
2017-03-16 Reid KlecknerCreate msbuild only when using MSVC
2017-02-18 Richard SmithCleanup: use range-based for rather than separate calls...
2017-01-09 Alexander Shaposhnikov[clang] Enable using --section-ordering-file option...
2016-12-06 Mandeep Singh Grang[clang] Fix D26214: Move error handling out of MC and...
2016-12-01 Mandeep Singh Grang[clang] Implement support for -defsym assembler option
2016-11-19 Chris Bieneman[CMake] Fixing clang standalone build
2016-11-18 Chris Bieneman[CMake] clang depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] Fixing variable names that were mistyped
2016-11-03 Hongbin ZhengRemove the unused POLLY_LINK_LIBS for linking polly...
2016-10-15 Richard SmithDisable a silly GCC diagnostic for combining a scanf...
2016-10-14 Richard Smith[linux] When pre-reserving stack pages to work around...
2016-10-02 Michal Gorny[cmake] Install 'clang-cpp' symlink
2016-09-06 Pierre Gousseau[clang-cl] Check that we are in clang cl mode before...
2016-08-23 Chris Bienemandriver: Support checking for rlimits via cmake (when...
2016-08-19 Vedant Kumar[Driver] Remove unused #include of llvm/Support/config.h
2016-08-18 Richard SmithUse __has_include rather than a configure-time macro...
2016-08-18 Vedant KumarRevert "[Driver] Use llvm-config.h, not config.h to...
2016-08-18 Vedant Kumar[Driver] Use llvm-config.h, not config.h to unbreak...
2016-08-17 Richard SmithAdd missing close brace to fix Windows bots. Oops :(
2016-08-17 Richard SmithIf possible, set the stack rlimit to at least 8MiB...
2016-08-16 Chris Bieneman[CMake] Fixing typo in Info.plist generation
2016-08-11 Chris Bieneman[Order Files] Don't use empty order files
2016-07-25 Joel Jones[cc1as] Add MCTargetOptions argument to createAsmBackend
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-06-15 Matthias Brauncc1_main: Do not print statistics twice in -disable_fre...
2016-06-09 Richard SmithUpdate to match LLVM r272232.
2016-05-29 Rafael EspindolaHandle -Wa,--mrelax-relocations=[no|yes].
2016-05-27 George RimarUpdate for following LLVM commit.
2016-05-18 Rafael EspindolaUpdate for llvm change.
2016-04-25 Nico Weberdriver: Add a `--rsp-quoting` flag to pick response...
2016-04-20 Stephen HinesMarkEOLs should only be true for clang-cl.exe.
2016-04-19 Adrian Prantlcc1as: Don't crash when CIE is requested and no DWARF...
2016-04-08 Chris Bieneman[Perf-Training] Reworked workflow improvements for...
2016-03-29 Chris Bieneman[Order Files] Fix order file usage
2016-02-17 Chandler Carruth[cmake] Revert r260742 (and r260744) to improve order...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-12 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-05 Chris Bieneman[CMake] One more try to make CMake clean up after itself
2016-02-05 Chris BienemanRevert "[CMake] Improve the clang order-file generation...
2016-02-05 Chris Bieneman[CMake] Trying to fix a bot failure I introduced in...
2016-02-05 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-01-27 Benjamin KramerUpdate for LLVM change.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-19 Chris Bieneman[CMake] Creating add_clang_tool macro to wrap add_clang...
2016-01-15 Joerg SonnenbergerAvoid self-assignment of SmallString, trigger UB behavi...
2015-12-21 David Majnemer[clang-cl] Add support for /Brepro
2015-11-10 Aaron BallmanNo longer creating the install-clang target for IDEs...
2015-10-13 Chris Bieneman[CMake]Getting rid of references to LLVM_SUBMIT_VERSION...
2015-10-13 Douglas KatzmanAlways pass a -dwarf-version argument to integrated as.
2015-10-08 Douglas KatzmanStop messing with the 'g' group of options in CompilerI...
2015-09-25 Eric ChristopherThe Clang gcc-compatible driver (clang/tools/driver...
2015-09-21 Hans WennborgAdd msbuild-bin/cl to CLANG_LINKS_TO_CREATE
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Chris BienemanRevert "[CMake] Refactoring and cleaning up clang symli...
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Joerg SonnenbergerPass the relocation model to LLVM for assembler files.
2015-09-17 Chris Bieneman[CMake] Add install-clang target to install just the...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-08-18 Chandler CarruthUpdate to reflect the library set in LLVM changing.
2015-08-13 Rafael EspindolaUpdate for llvm api change.
2015-08-10 David Majnemer[clang-cl] Add support for CL and _CL_ environment...
2015-08-05 Chandler CarruthFix a tiny bug in -no-canonical-prefixes that somehow...
2015-07-24 Steven WuFix the cc1as crash when it outputs assembly
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-15 Reid Kleckner[clang-cl] Use the Windows response file tokenizer
2015-07-08 NAKAMURA Takumi[CMake] Fill up required libs, corresponding to r241653.
2015-07-08 Adrian PrantlRevert "Revert r241620 and follow-up commits" and move...
2015-07-07 Adrian PrantlRevert r241620 and follow-up commits while investigatin...
2015-07-07 Adrian PrantlWrap clang modules and pch files in an object file...
2015-07-05 NAKAMURA Takumi[CMake] clang-*.*: Prevent versioning if the buildhost...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 David BlaikieUpdate for LLVM API change to return by InputArgList...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-09 Sean Silvarange-for'ify Args->filtered_begin(...) loops
2015-04-24 Lang HamesRevert r235749 - Accidentally commited cruft from the...
2015-04-24 Lang Hames[CodeGen] Make AsmPrinter's OutStreamer member a unique...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2015-04-09 Rafael EspindolaPropagate usage of std:unique_ptr a bit. NFC.
2015-04-09 Rafael EspindolaUpdate for LLVM api changes.
2015-03-31 Eric ChristopherUpdate for llvm commit r233648.
next