aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/driver
AgeCommit message (Expand)AuthorFilesLines
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-5/+2
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-09Remove dead code from r212620Alp Toker1-35/+3
2014-07-09cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker1-12/+48
2014-07-07Driver: Produce crash diagnostics more often on WindowsReid Kleckner1-2/+7
2014-07-06Update for llvm api change.Rafael Espindola1-5/+6
2014-07-01driver: add link dependency on CodeGenAlp Toker1-0/+1
2014-06-28Remove llvm:: from uses of ArrayRef.Craig Topper1-1/+1
2014-06-12Refer to error_code with the std prefix.Rafael Espindola1-1/+2
2014-06-12Include system_error directly.Rafael Espindola2-2/+2
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola1-1/+1
2014-06-08[C++11] Use 'nullptr'. Tools edition.Craig Topper2-9/+9
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker1-1/+1
2014-05-31cc1as: invert return bool to indicate failureAlp Toker1-20/+13
2014-05-31cc1as: fix a potential leak and unremoved output file in error conditionsAlp Toker1-13/+17
2014-05-19Pass -gdwarf-N options to integrated assemblerOliver Stannard1-0/+9
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker1-1/+1
2014-05-07Update for llvm api change.Rafael Espindola1-1/+0
2014-04-23Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov1-1/+5
2014-04-18CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2-1/+2
2014-03-31Comment necessity of early initializationDavid Blaikie1-3/+5
2014-03-31DebugInfo compression: Enable compression before any sections are created.David Blaikie1-2/+4
2014-03-31clang/tools/driver/Makefile: Quick fix corresponding to r205181.NAKAMURA Takumi1-1/+1
2014-03-27Support for -Wa,-compress-debug-sections.David Blaikie1-0/+4
2014-03-14static link pollySebastian Pop2-0/+19
2014-03-12Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner1-1/+0
2014-03-12CodeGen: Use a binary format for instrumentation based profilingJustin Bogner1-0/+1
2014-03-12Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg1-2/+3
2014-03-11Be case sensitive when determining driver mode based on argv[0] except on Win...Hans Wennborg1-0/+3
2014-03-10Replace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.Rafael Espindola2-12/+11
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles2-2/+2
2014-03-08Add an option to disable plugins in clang.Rafael Espindola1-3/+12
2014-03-08Revert "Add an option to disable plugins in clang."Rafael Espindola1-6/+4
2014-03-08Add an option to disable plugins in clang.Rafael Espindola1-4/+6
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles3-21/+21
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2-2/+2
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2014-02-24Update for llvm api change.Rafael Espindola1-1/+1
2014-02-23Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.Bob Wilson1-5/+1
2014-02-05Update for llvm api change.Rafael Espindola1-1/+0
2014-01-31[CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.NAKAMURA Takumi1-21/+0
2014-01-26Update for llvm api change.Rafael Espindola1-1/+1
2014-01-19[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi1-5/+5
2014-01-15Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson1-4/+8
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2014-01-02CMake separate projects: finish output-directory changes.Douglas Gregor1-4/+4
2014-01-02CMake: Unbreak separated LLVM/Clang project builds for Xcode.Douglas Gregor1-4/+6
2013-12-30Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber1-0/+3
2013-12-27Set NO_DEAD_STRIP for clang after llvm r198087.Nico Weber1-0/+3
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany1-1/+2