Age | Commit message (Expand) | Author |
2013-04-04 | cmake: mark clang as needing exported symbol. | Rafael Espindola |
2013-03-27 | Update the error handing static functions for r178161. | Chad Rosier |
2013-03-26 | Remove a FIXME that's not planned to be fixed. We only generated crash | Chad Rosier |
2013-03-26 | Manually specify the link dependencies. Turns out that all the work on | Chandler Carruth |
2013-03-26 | The IRReader header is now part of its own library. Update the include | Chandler Carruth |
2013-03-10 | Driver: do not strip file extensions when printing diagnostics. | Benjamin Kramer |
2013-02-21 | [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS | Chad Rosier |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-01-29 | [driver] Refactor the driver so that a failing commands doesn't prevent | Chad Rosier |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-17 | We want the dwarf AT_producer for assembly source files to match clang's | Kevin Enderby |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-25 | Produce an actual error before attempting to attach notes to it when bailing out | Richard Smith |
2012-12-18 | Add support for passing the main file name down to the assembler | Eric Christopher |
2012-12-17 | Fix PR14625 by teaching the driver to detect PWD for assembly files. | Chandler Carruth |
2012-12-13 | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user | Roman Divacky |
2012-12-04 | Sort #include lines for tools/... | Chandler Carruth |
2012-11-27 | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola |
2012-11-12 | If we encounter a fatal error, exit with status 70. For BSD systems this is | Chad Rosier |
2012-11-12 | If we encounter a fatal error, call the interrupt handler to ensure any | Chad Rosier |
2012-11-01 | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith |
2012-11-01 | Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested | Richard Smith |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-18 | Follow up on llvm r164132. | Roman Divacky |
2012-09-11 | Just revert r163605 for now. It broke the build and had some | Chandler Carruth |
2012-09-11 | Select the correct, or, failing that, compatible, dialect when invoked as cc, | David Chisnall |
2012-09-01 | Tweak link order to hopefully resolve a buildbot failure. | Ted Kremenek |
2012-09-01 | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek |
2012-07-20 | CMake: clang should depend on clang-headers, or bin/clang would not work better. | NAKAMURA Takumi |
2012-07-17 | [Win32] Rework crash-report since r145389. | NAKAMURA Takumi |
2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |
2012-06-20 | Fix cmake build. | Rafael Espindola |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-05-15 | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-04-20 | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier |
2012-04-13 | Kill the last vestiges of clangIndex | Douglas Gregor |
2012-04-02 | Fix build by passing in the needed variable after r153860. | Bill Wendling |
2012-03-13 | [driver] Parse diagnostic args in the driver. | Chad Rosier |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
2012-03-05 | Add MCRegisterInfo to the MCInstPrinter factory function interface. | Jim Grosbach |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-13 | drop more llvm:: prefixes on SmallString<> | Dylan Noblesmith |
2012-02-13 | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith |
2012-02-10 | Have the driver pass CPU and target feature information to cc1as. | Jim Grosbach |
2012-02-09 | cmake: create a relative symlink to clang, not absolute | Dylan Noblesmith |
2012-02-07 | Make use of const-correct ParseCommandLineOptions | David Blaikie |