summaryrefslogtreecommitdiff
path: root/tools/driver/cc1_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-2/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-3/+4
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-291-5/+4
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+25
* Make sure a test from r363036 does not write into a working directoryIlya Biryukov2019-06-111-0/+2
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-111-0/+5
* Revert "[Support][Test] Time profiler: add regression test"Anton Afanasyev2019-06-071-5/+0
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Revert rL362792 : [Support][Test] Time profiler: add regression testSimon Pilgrim2019-06-071-5/+0
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Time profiler: small fixes and optimizationsAnton Afanasyev2019-04-151-1/+1
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-1/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-3/+4
* cc1_main: fix -Wsign-compare on FreeBSDFangrui Song2018-07-251-2/+4
* Factor out Clang's desired 8MB stack size constant from the variousRichard Smith2018-07-031-14/+8
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-0/+1
* Disable a silly GCC diagnostic for combining a scanf length specifier with theRichard Smith2016-10-151-0/+10
* [linux] When pre-reserving stack pages to work around broken address spaceRichard Smith2016-10-141-7/+35
* driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman2016-08-231-5/+3
* [Driver] Remove unused #include of llvm/Support/config.hVedant Kumar2016-08-191-1/+0
* Use __has_include rather than a configure-time macro to determine ifRichard Smith2016-08-181-2/+7
* Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds"Vedant Kumar2016-08-181-1/+1
* [Driver] Use llvm-config.h, not config.h to unbreak out-of-tree buildsVedant Kumar2016-08-181-1/+1
* Add missing close brace to fix Windows bots. Oops :(Richard Smith2016-08-171-1/+1
* If possible, set the stack rlimit to at least 8MiB on cc1 startup, and workRichard Smith2016-08-171-0/+65
* cc1_main: Do not print statistics twice in -disable_free mode.Matthias Braun2016-06-151-2/+0
* Update to match LLVM r272232.Richard Smith2016-06-091-4/+0
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-2/+6
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-3/+3
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-3/+3
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-3/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-1/+3
* One other BuryPointer of a unique_ptr cleanup.David Blaikie2014-08-291-1/+1
* ArrayRef'izeSean Silva2014-08-151-5/+3
* static link pollySebastian Pop2014-03-141-0/+11
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-1/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+4
* Update the error handing static functions for r178161.Chad Rosier2013-03-271-4/+5
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* Sort #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier2012-11-121-2/+4
* If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier2012-11-121-0/+5
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-011-77/+0
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+6
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-2/+2
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1