aboutsummaryrefslogtreecommitdiff
path: root/tools/driver
AgeCommit message (Expand)Author
2011-05-19Support -fatal-warnings for the assembler frontendJoerg Sonnenberger
2011-04-30Update API.Rafael Espindola
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-04-07Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar
2011-03-28Frontend/cc1as: Add support for -L.Daniel Dunbar
2011-03-23switch a few Driver APIs to use llvm::ArrayRef, cleaning up code.Chris Lattner
2011-03-21Pass in the TargetMachine parameter to the inst printer.Bill Wendling
2011-03-16Refactor program name logic. Extend it to infer the target triple fromJoerg Sonnenberger
2011-03-06If called as *cpp or *cpp-[^-]*, run only the preprocessor. If noJoerg Sonnenberger
2011-02-27Fix an obvious typo.Benjamin Kramer
2011-02-26cc1: Fix stats printing by default when using -mllvm -stats.Daniel Dunbar
2011-02-25CMake: add version information into the clang executable and libclangDouglas Gregor
2011-02-22CMAKE_EXECUTABLE_SUFFIX is undefined when a cmake script is executedOscar Fuentes
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-11Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-02-06CLANG_BINARY_DIR is not the same thing as LLVM_BINARY_DIR when ClangOscar Fuentes
2011-02-05Remove the clang++ symlink with `make clean'.Oscar Fuentes
2011-02-02clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrorsDaniel Dunbar
2011-01-23Add support for the --noexecstack option. Fixes PR8762.Rafael Espindola
2011-01-17Add missing <cctype> include, from Joerg SonnenbergerDouglas Gregor
2011-01-10Revert r123160. There are linking dependency problems.Zhongxing Xu
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-12-21Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer
2010-12-18Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...Michael J. Spencer
2010-12-18Replace all uses of PathV1::getLast with PathV2::filename.Michael J. Spencer
2010-12-16MemoryBuffer API update.Michael J. Spencer
2010-12-16Update for LLVM API change.Daniel Dunbar
2010-12-10Fixed version of 121435.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Update clang for the API changes in the cfi patch.Rafael Espindola
2010-12-09Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-19getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-10-30Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer
2010-10-30This function doesn't need external linkage either.Benjamin Kramer
2010-10-18Do not use absolute path on the clang++ symlink.Oscar Fuentes
2010-10-17Use a script for creating the clang++ executable.Oscar Fuentes
2010-10-13Call InitSections when assembling. This makes clang's output match that ofRafael Espindola
2010-09-16build: Add support for a CLANG_ORDER_FILE build variable to specify the path toDaniel Dunbar
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don'tDaniel Dunbar