]> granicus.if.org Git - clang/history - tools/driver
Add two new AST nodes to represent initialization of an array in terms of
[clang] / tools / driver /
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.
2015-03-20 Rafael EspindolaUpdate for llvm api change.
2015-03-19 Reid KlecknerFix incremental linking with ninja and CMake 3.2+,...
2015-03-16 Rafael EspindolaUpdate for llvm API change.
2015-03-10 Eric ChristopherUpdate clang for llvm r231861.
2015-01-14 Chandler Carruth[cleanup] Re-sort the #include lines using llvm/utils...
2014-11-17 Alexander KornienkoMake DiagnosticsEngine::takeClient return std::unique_ptr<>
2014-11-07 Michael J. SpencerFix style.
2014-11-04 Michael J. Spencer[llvm-api-change] Use findProgramByName.
2014-10-23 Justin BognerDriver: Include driver diagnostics when we --serialize...
2014-10-20 Justin BognerDriver: Make FailingCommand mandatory for generateCompi...
2014-10-17 Hans WennborgDriver: support detecting driver mode when clang has...
2014-10-16 Hans WennborgSpeculatively fix GCC 4.7 build after r219938
2014-10-16 David BlaikieUse iterators and algorithms to possibly make this...
2014-10-16 Hans WennborgUse array_lengthof; NFC.
next