Age | Commit message (Expand) | Author |
2013-02-24 | Moving initialization into the initializer list and correcting capitalization... | Aaron Ballman |
2013-02-23 | Implement __builtin_eh_return_data_regno() for ARM and MIPS. | Logan Chien |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | Replace some typically large vectors with SmallVector. | Benjamin Kramer |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Revert "intmax_t is long long on Darwin, not long." | Jordan Rose |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-20 | intmax_t is long long on Darwin, not long. | Jordan Rose |
2013-02-19 | [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, | Argyrios Kyrtzidis |
2013-02-19 | Fixing a typo where FixIts was accidentally self-assigning instead of assigni... | Aaron Ballman |
2013-02-18 | AArch64: add atomic support parameters to TargetInfo | Tim Northover |
2013-02-09 | Remove some stray uses of <ctype.h> functions. | Jordan Rose |
2013-02-08 | CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. | Jordan Rose |
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 |