Age | Commit message (Expand) | Author |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-02-08 | Pull Lexer's CharInfo table out for general use throughout Clang. | Jordan Rose |
2013-02-07 | Add a *San + modules FIXME. | Richard Smith |
2013-02-01 | Add some missing PPC cpus | Bill Schmidt |
2013-02-01 | Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst... | Hal Finkel |
2013-02-01 | Add PPC A2Q core and BG/Q preprocessor definitions | Hal Finkel |
2013-02-01 | Enable -fno-altivec, -mno-altivec for PowerPC. | Bill Schmidt |
2013-01-31 | Add support for AArch64 target. | Tim Northover |
2013-01-30 | Changed to static_cast, due to post-commit review. | Filipe Cabecinhas |
2013-01-30 | Cast to remove the narrowing conversion error in c++11. | Filipe Cabecinhas |
2013-01-30 | Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back | Richard Trieu |
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
2013-01-26 | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko |
2013-01-26 | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor |
2013-01-25 | First pass at abstracting out a class for the target C++ ABI. | John McCall |
2013-01-22 | PowerPC: fix __builtin_eh_return_data_regno return | Adhemerval Zanella |
2013-01-18 | [mips] Enable inlining of atomic ops on mips32 and mips64. | Akira Hatanaka |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Fix -Wunused-comparison for comparisons in arguments to function-like macros. | Matt Beaumont-Gay |
2013-01-10 | Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena... | Guy Benyei |
2013-01-05 | [mips] Fix data layout string. Add 64 to the list of native integer widths | Akira Hatanaka |
2013-01-02 | DiagnosticIds: Fix offset/ID calculation, no impact outside this code. | Argyrios Kyrtzidis |
2013-01-02 | Correct Hexagon DataLayout string. Fixes bug 14744. | Anshuman Dasgupta |
2013-01-02 | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-21 | Add ARM cortex-r5 subtarget as available mcpu | Quentin Colombet |
2012-12-20 | Remove namespace qualifier that lead to build breakage. | Daniel Jasper |
2012-12-20 | Move operator precedence calculation to new header | Daniel Jasper |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-20 | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-16 | Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ... | Craig Topper |
2012-12-14 | Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve... | NAKAMURA Takumi |
2012-12-13 | Remove little endian specification from SPIR data layout - SPIR doesn't defin... | Guy Benyei |
2012-12-13 | Initial support for FreeBSD on ARM. | Rafael Espindola |
2012-12-12 | PR14581: Make SourceLocation::printToString work, or it will always return an... | Benjamin Kramer |
2012-12-11 | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor |
2012-12-11 | Add SPIR32/SPIR64 targets to Clang | Guy Benyei |
2012-12-11 | Speed up looking up static diagnostic infos. | Benjamin Kramer |
2012-12-11 | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis |
2012-12-09 | Virtual method overrides can no longer have mismatched calling conventions. ... | Aaron Ballman |
2012-12-08 | long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on | David Chisnall |
2012-12-07 | Fix analysis based warnings so that all warnings are emitted when compiling | DeLesley Hutchins |
2012-12-04 | Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient | Eli Bendersky |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-30 | Don't emit a warning with an input/output parameter. We assume the user knows... | Bill Wendling |