| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moving initialization into the initializer list and correcting capitalization... | Aaron Ballman | 2013-02-24 | 1 | -4/+3 |
| * | Implement __builtin_eh_return_data_regno() for ARM and MIPS. | Logan Chien | 2013-02-23 | 1 | -0/+12 |
| * | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne | 2013-02-23 | 1 | -2/+5 |
| * | Add support for coldcc to clang | Peter Collingbourne | 2013-02-22 | 1 | -5/+2 |
| * | Replace some typically large vectors with SmallVector. | Benjamin Kramer | 2013-02-22 | 1 | -1/+1 |
| * | Use None rather than Optional<T>() where possible. | David Blaikie | 2013-02-21 | 1 | -2/+2 |
| * | Revert "intmax_t is long long on Darwin, not long." | Jordan Rose | 2013-02-20 | 1 | -2/+0 |
| * | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 2 | -10/+9 |
| * | intmax_t is long long on Darwin, not long. | Jordan Rose | 2013-02-20 | 1 | -0/+2 |
| * | [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, | Argyrios Kyrtzidis | 2013-02-19 | 1 | -0/+53 |
| * | Fixing a typo where FixIts was accidentally self-assigning instead of assigni... | Aaron Ballman | 2013-02-19 | 1 | -1/+1 |
| * | AArch64: add atomic support parameters to TargetInfo | Tim Northover | 2013-02-18 | 1 | -0/+4 |
| * | Remove some stray uses of <ctype.h> functions. | Jordan Rose | 2013-02-09 | 1 | -1/+1 |
| * | CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. | Jordan Rose | 2013-02-08 | 1 | -2/+3 |
| * | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 3 | -14/+13 |
| * | Pull Lexer's CharInfo table out for general use throughout Clang. | Jordan Rose | 2013-02-08 | 2 | -0/+81 |
| * | Add a *San + modules FIXME. | Richard Smith | 2013-02-07 | 1 | -0/+2 |
| * | Add some missing PPC cpus | Bill Schmidt | 2013-02-01 | 1 | -9/+85 |
| * | Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst... | Hal Finkel | 2013-02-01 | 1 | -1/+3 |
| * | Add PPC A2Q core and BG/Q preprocessor definitions | Hal Finkel | 2013-02-01 | 1 | -2/+20 |
| * | Enable -fno-altivec, -mno-altivec for PowerPC. | Bill Schmidt | 2013-02-01 | 1 | -0/+31 |
| * | Add support for AArch64 target. | Tim Northover | 2013-01-31 | 1 | -0/+188 |
| * | Changed to static_cast, due to post-commit review. | Filipe Cabecinhas | 2013-01-30 | 1 | -2/+2 |
| * | Cast to remove the narrowing conversion error in c++11. | Filipe Cabecinhas | 2013-01-30 | 1 | -2/+2 |
| * | Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back | Richard Trieu | 2013-01-30 | 1 | -5/+23 |
| * | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko | 2013-01-30 | 3 | -649/+0 |
| * | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko | 2013-01-26 | 1 | -3/+1 |
| * | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor | 2013-01-26 | 1 | -0/+28 |
| * | First pass at abstracting out a class for the target C++ ABI. | John McCall | 2013-01-25 | 2 | -2/+19 |
| * | PowerPC: fix __builtin_eh_return_data_regno return | Adhemerval Zanella | 2013-01-22 | 1 | -0/+5 |
| * | [mips] Enable inlining of atomic ops on mips32 and mips64. | Akira Hatanaka | 2013-01-18 | 1 | -0/+2 |
| * | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 2 | -2/+8 |
| * | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 2013-01-14 | 1 | -0/+10 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 4 | -19/+17 |
| * | Fix -Wunused-comparison for comparisons in arguments to function-like macros. | Matt Beaumont-Gay | 2013-01-12 | 1 | -2/+9 |
| * | Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena... | Guy Benyei | 2013-01-10 | 1 | -1/+3 |
| * | [mips] Fix data layout string. Add 64 to the list of native integer widths | Akira Hatanaka | 2013-01-05 | 1 | -6/+6 |
| * | DiagnosticIds: Fix offset/ID calculation, no impact outside this code. | Argyrios Kyrtzidis | 2013-01-02 | 1 | -2/+4 |
| * | Correct Hexagon DataLayout string. Fixes bug 14744. | Anshuman Dasgupta | 2013-01-02 | 1 | -1/+1 |
| * | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -3/+3 |
| * | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 4 | -5/+5 |
| * | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei | 2012-12-25 | 1 | -1/+2 |
| * | Add ARM cortex-r5 subtarget as available mcpu | Quentin Colombet | 2012-12-21 | 1 | -0/+2 |
| * | Remove namespace qualifier that lead to build breakage. | Daniel Jasper | 2012-12-20 | 1 | -2/+2 |
| * | Move operator precedence calculation to new header | Daniel Jasper | 2012-12-20 | 2 | -0/+77 |
| * | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -6/+6 |
| * | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith | 2012-12-20 | 1 | -5/+1 |
| * | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -6/+6 |
| * | Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ... | Craig Topper | 2012-12-16 | 1 | -1/+2 |