aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/driver/cc1_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Disable a silly GCC diagnostic for combining a scanf length specifier with theRichard Smith1-0/+10
2016-10-14[linux] When pre-reserving stack pages to work around broken address spaceRichard Smith1-7/+35
2016-08-23driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman1-5/+3
2016-08-19[Driver] Remove unused #include of llvm/Support/config.hVedant Kumar1-1/+0
2016-08-18Use __has_include rather than a configure-time macro to determine ifRichard Smith1-2/+7
2016-08-18Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds"Vedant Kumar1-1/+1
2016-08-18[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree buildsVedant Kumar1-1/+1
2016-08-17Add missing close brace to fix Windows bots. Oops :(Richard Smith1-1/+1
2016-08-17If possible, set the stack rlimit to at least 8MiB on cc1 startup, and workRichard Smith1-0/+65
2016-06-15cc1_main: Do not print statistics twice in -disable_free mode.Matthias Braun1-2/+0
2016-06-09Update to match LLVM r272232.Richard Smith1-4/+0
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-2/+6
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-3/+3
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-3/+3
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl1-3/+3
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-1/+3
2014-08-29One other BuryPointer of a unique_ptr cleanup.David Blaikie1-1/+1
2014-08-15ArrayRef'izeSean Silva1-5/+3
2014-03-14static link pollySebastian Pop1-0/+11
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-1/+1
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-1/+1
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany1-1/+2
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-3/+4
2013-03-27Update the error handing static functions for r178161.Chad Rosier1-4/+5
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva1-1/+1
2012-12-04Sort #include lines for tools/...Chandler Carruth1-2/+2
2012-11-12If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier1-2/+4
2012-11-12If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier1-0/+5
2012-11-01Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith1-77/+0
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor1-3/+6
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy1-2/+2
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith1-1/+1
2012-01-25[driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis1-2/+2
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith1-6/+11
2011-11-01Add LinkAllPasses to clangTobias Grosser1-0/+1
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-4/+4
2011-08-24Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2
2011-07-22Match LLVM API change.Evan Cheng1-3/+1
2011-07-19Match createTargetMachine API change.Evan Cheng1-0/+1
2011-07-14Match llvm API change.Evan Cheng1-0/+1
2011-07-09cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-...Evan Cheng1-0/+1
2011-02-27Fix an obvious typo.Benjamin Kramer1-1/+1
2011-02-26cc1: Fix stats printing by default when using -mllvm -stats.Daniel Dunbar1-1/+1
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne1-3/+0
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola1-0/+3
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne1-3/+0
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis1-3/+4
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne1-1/+1