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