| Commit message (Expand) | Author | Age | Files | Lines |
| * | clang-format: Force line break between "endl" and "<<". | Daniel Jasper | 2015-01-08 | 1 | -28/+26 |
| * | Frontend: Fix SourceColumnMap assertion failure on non-ascii characters. | Logan Chien | 2015-01-08 | 1 | -9/+11 |
| * | clang-format: Improve template parameter detection. | Daniel Jasper | 2015-01-08 | 1 | -2/+5 |
| * | When the diagnostic text is simply "%0", sanitize the string for any | Richard Trieu | 2015-01-08 | 1 | -0/+15 |
| * | Wrap to 80 columns. No behavior change. | Nico Weber | 2015-01-07 | 1 | -29/+20 |
| * | Handle OpaqueValueExprs more intelligently in the TransformTypos tree | Kaelyn Takata | 2015-01-07 | 2 | -1/+9 |
| * | clang-format: Let Chromium use the Google default for AlignTrailingComments. | Nico Weber | 2015-01-07 | 1 | -1/+0 |
| * | Revert r225085, it caused PR22096. | Nico Weber | 2015-01-07 | 2 | -0/+11 |
| * | Debug info: pass in the correct size for a pointer to a member function. | Adrian Prantl | 2015-01-07 | 1 | -2/+2 |
| * | clang-format: Understand single-line comments at the end of blocks. | Daniel Jasper | 2015-01-07 | 1 | -4/+6 |
| * | clang-format: Fix unary operator detection. | Daniel Jasper | 2015-01-07 | 1 | -4/+4 |
| * | Fix comment typo. | Nico Weber | 2015-01-07 | 1 | -1/+1 |
| * | Fix grammar-o in comment. | Nico Weber | 2015-01-06 | 1 | -1/+1 |
| * | Add __builtin_amdgpu_class | Matt Arsenault | 2015-01-06 | 1 | -0/+3 |
| * | R600: Handle amdgcn triple | Tom Stellard | 2015-01-06 | 4 | -0/+6 |
| * | Sema: analyze I,J,K,M,N,O constraints | Saleem Abdulrasool | 2015-01-06 | 3 | -0/+71 |
| * | Set the default ISA for OpenBSD/mips64 to MIPS III. | Brad Smith | 2015-01-06 | 1 | -0/+4 |
| * | Allow -fsanitize-coverage=N with ubsan, clang part | Kostya Serebryany | 2015-01-06 | 1 | -2/+3 |
| * | Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC" | Duncan P. N. Exon Smith | 2015-01-05 | 2 | -3/+27 |
| * | Use the integrated assembler by default on 32-bit PowerPC and SPARC | Brad Smith | 2015-01-05 | 2 | -27/+3 |
| * | Fix formatting. NFC. | Rafael Espindola | 2015-01-05 | 1 | -6/+3 |
| * | clang-format: [Java] Fix incorrect detection of cast. | Daniel Jasper | 2015-01-05 | 1 | -0/+2 |
| * | clang-format: [Java] Fix incorrect recognition of annonymous classes. | Daniel Jasper | 2015-01-04 | 1 | -2/+3 |
| * | clang-format: [Java] Change a few flags for Google's Java style. | Daniel Jasper | 2015-01-04 | 1 | -0/+4 |
| * | Fix default image name to 'a.exe' on Windows, instead 'a.out'. | Yaron Keren | 2015-01-04 | 1 | -0/+2 |
| * | clang-format: Re-enable comment re-indentation for Java/JS. | Daniel Jasper | 2015-01-04 | 1 | -6/+6 |
| * | Fix indentation. No behavior change. | Nico Weber | 2015-01-04 | 1 | -1/+1 |
| * | Wrap to 80 columns, no behavior change. | Nico Weber | 2015-01-04 | 1 | -4/+7 |
| * | Document that GetTypeForDeclarator() cannot return a null type. | Nico Weber | 2015-01-04 | 2 | -14/+13 |
| * | Crash less enthusiasticially on _Atomic or __restrict__ on invalid types. | Nico Weber | 2015-01-04 | 1 | -0/+6 |
| * | Wrap to 80 columns, no behavior change. | Nico Weber | 2015-01-04 | 1 | -4/+5 |
| * | AST: Remove overzealous assertion from IsModifiable | David Majnemer | 2015-01-04 | 1 | -6/+1 |
| * | Parse: __attribute__((keyword)) shouldn't error | David Majnemer | 2015-01-03 | 1 | -3/+4 |
| * | Volatile reads are side-effecting operations, but in the general case of acce... | Aaron Ballman | 2015-01-03 | 1 | -0/+7 |
| * | Really don't warn about -flto/fno-lto :-( | Rafael Espindola | 2015-01-03 | 1 | -8/+27 |
| * | Also avoid warning on -flto/-fno-lto on linux. | Rafael Espindola | 2015-01-02 | 1 | -2/+7 |
| * | Don't warn on unused -fno-lto. | Rafael Espindola | 2015-01-02 | 1 | -2/+3 |
| * | DebugInfo: Provide a less subtle way to set the debug location of simple ret ... | David Blaikie | 2015-01-02 | 4 | -12/+23 |
| * | Driver: honour the clang-cl behaviour on ARM as well | Saleem Abdulrasool | 2015-01-02 | 1 | -3/+4 |
| * | Driver: reuse getCompilerRT in place of addSanitizerRTWindows | Saleem Abdulrasool | 2015-01-02 | 1 | -16/+16 |
| * | DebugInfo: Remove some now-unnecessary location handling around function argu... | David Blaikie | 2015-01-02 | 2 | -11/+0 |
| * | DebugInfo: Fix cases where location failed to be updated after r225000 | David Blaikie | 2015-01-02 | 2 | -15/+1 |
| * | Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i... | Nick Lewycky | 2015-01-02 | 1 | -2/+4 |
| * | CodeGen: Don't crash when a lambda uses a local constexpr variable | David Majnemer | 2015-01-01 | 1 | -16/+16 |
| * | Driver: unify compiler-rt component selection | Saleem Abdulrasool | 2014-12-30 | 1 | -37/+28 |
| * | Driver: whitespace | Saleem Abdulrasool | 2014-12-30 | 1 | -9/+7 |
| * | Remove a comment that appears a second time 22 lines further down. | Nico Weber | 2014-12-30 | 1 | -3/+0 |
| * | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-30 | 15 | -184/+95 |
| * | Driver: use the canonical library prefix on Windows | Saleem Abdulrasool | 2014-12-30 | 1 | -1/+2 |
| * | Add a public accessor for GlobalCtors in CodeGenModule | Keno Fischer | 2014-12-30 | 1 | -0/+5 |