Age | Commit message (Expand) | Author |
2013-01-10 | ToolChains: Minor touchup to use correct type, avoid truncation. | Will Dietz |
2013-01-10 | [Mips] Pass a combination of +soft-float and -mips16-hard-float flags to | Simon Atanasyan |
2013-01-06 | Prepare for the upcoming version of Debian (jessie) | Sylvestre Ledru |
2012-12-31 | Silence some warnings and allow passing down some feature flags to the linker. | Rafael Espindola |
2012-12-30 | [ubsan] Recover by default, use -fno-sanitize-recover to disable. | Will Dietz |
2012-12-29 | Fix a typo that caused a few standard library implementations of sort to | Chandler Carruth |
2012-12-29 | Try to re-structure the GCCVersion comparison routine to make it easier | Chandler Carruth |
2012-12-24 | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov |
2012-12-21 | Add ARM cortex-r5 subtarget as available mcpu | Quentin Colombet |
2012-12-21 | Update comments. | Rafael Espindola |
2012-12-20 | Fix Generic_GCC::GCCVersion::operator< | Rafael Espindola |
2012-12-20 | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith |
2012-12-19 | [driver] Have -isysroot warn on nonexistent paths. | Chad Rosier |
2012-12-18 | Enable the loop vectorizer in clang via -fvectorize | Nadav Rotem |
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 | Add support for current Ubuntu Quantal and the upcoming Raring. | Rafael Espindola |
2012-12-13 | Initial support for FreeBSD on ARM. | Rafael Espindola |
2012-12-12 | [driver] Don't warn about an unused -flto option. | Chad Rosier |
2012-12-12 | clang/lib/Driver/Driver.cpp: Split COMPILER_PATH according to llvm::sys::Path... | NAKAMURA Takumi |
2012-12-11 | Add -fslp-vectorize to enable bb-vectorize | Hal Finkel |
2012-12-11 | [driver] Add the -fvectorize flag to enable the loop vectorization passes. | Chad Rosier |
2012-12-10 | Add support to Darwin for the -export_dynamic' flag to the linker. | Bill Wendling |
2012-12-07 | Hexagon TC: forward appropriate args to assembler | Matthew Curtis |
2012-12-07 | Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu... | NAKAMURA Takumi |
2012-12-07 | Hexagon TC: add cc1 defaults for hexagon-gcc | Matthew Curtis |
2012-12-06 | Revert r169557. It seems that the test is too restricted | Logan Chien |
2012-12-06 | Add i686-linux-android for gcc toolchain detection. | Logan Chien |
2012-12-06 | Hexagon TC: Add/improve support for small data | Matthew Curtis |
2012-12-06 | Hexagon TC: Reimplement Link::ConstructJob to call | Matthew Curtis |
2012-12-06 | Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to | Matthew Curtis |
2012-12-06 | Hexagon TC: Update toolchain to add appropriate include | Matthew Curtis |
2012-12-05 | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier |
2012-12-05 | Reuse an existing diagnostic for tsan/msan needing -pie error. | Evgeniy Stepanov |
2012-12-05 | Driver.cpp: Restore clang/Config/config.h to be included at last not to preve... | NAKAMURA Takumi |
2012-12-04 | Add -whole-archive around the ASan runtime archive in the link command. | Chandler Carruth |
2012-12-04 | Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to | Matt Beaumont-Gay |
2012-12-04 | ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last... | NAKAMURA Takumi |
2012-12-04 | Autotools has the same include guard for both Clang and LLVM's config.h. | Chandler Carruth |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-03 | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov |
2012-12-03 | Add -fsanitize=memory. | Evgeniy Stepanov |
2012-12-01 | [MIPS] Add -mxgot/-mno-xgot command line options | Simon Atanasyan |
2012-12-01 | Remove restriction on combining ubsan with asan or tsan. This has worked for ... | Richard Smith |
2012-11-29 | Add ARM cortex-a5 subtarget | Quentin Colombet |
2012-11-29 | Revert commit revision r168953, to change the commit message, which was empty | Quentin Colombet |
2012-11-29 | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168953 91177308-0d34-... | Quentin Colombet |
2012-11-29 | This patch exposes to Clang users three more sanitizers are experimental feat... | Alexey Samsonov |
2012-11-29 | Make sure that we put the rest of the sanitizer libraries on the link line | Eric Christopher |
2012-11-29 | [driver] -mkernel implies -mstrict-align; don't add the redundant option. | Chad Rosier |