| Commit message (Expand) | Author | Age | Files | Lines |
| * | Basic: [asmSymbolicName] follows the same rule as numbers in asm inputs | David Majnemer | 2015-01-11 | 1 | -0/+7 |
| * | Basic: The asm constraint '#m' isn't valid, reject it | David Majnemer | 2015-01-11 | 1 | -0/+7 |
| * | CodeGen: Simplify consecutive '%' modifiers | David Majnemer | 2015-01-11 | 1 | -0/+7 |
| * | CodeGen: Simplify consecutive '&' modifiers | David Majnemer | 2015-01-11 | 1 | -0/+7 |
| * | Basic: The asm constraint '+#r' isn't valid, reject it | David Majnemer | 2015-01-11 | 1 | -0/+6 |
| * | fix pr18645. Correct logic concerning 'T &&' deduction against lvalues. | Nathan Sidwell | 2015-01-10 | 1 | -0/+5 |
| * | Sema: The asm constraint '+&m' isn't valid, reject it | David Majnemer | 2015-01-10 | 1 | -0/+6 |
| * | Add a new warning, -Wself-move, to Clang. | Richard Trieu | 2015-01-10 | 1 | -0/+40 |
| * | Fix temporary lifetime extension from an initializer using braced "functional" | Richard Smith | 2015-01-10 | 1 | -0/+7 |
| * | Don't emit implicit template instantiations eagerly (PR21718) | Hans Wennborg | 2015-01-10 | 2 | -0/+28 |
| * | Remove unnecessary/incorrect XFAIL after the revert of 225000 | David Blaikie | 2015-01-09 | 1 | -2/+0 |
| * | Revert "DebugInfo: Generalize debug info location handling" and related commits | David Blaikie | 2015-01-09 | 3 | -39/+11 |
| * | Parse: Don't crash when an annotation token shows up in a C++11 attr | David Majnemer | 2015-01-09 | 1 | -0/+7 |
| * | Driver: tweak the code for determining default image name | Hans Wennborg | 2015-01-09 | 1 | -0/+7 |
| * | Sema: Don't crash when variable is redefined as a constexpr function | David Majnemer | 2015-01-09 | 1 | -0/+5 |
| * | Fix test from my previous commit | Olivier Goffart | 2015-01-09 | 1 | -2/+2 |
| * | Parse: Don't crash when namespace is in GNU statement expr | David Majnemer | 2015-01-09 | 1 | -1/+5 |
| * | Fix crash in typo correction while correcting enum within a struct in C | Olivier Goffart | 2015-01-09 | 1 | -0/+11 |
| * | Sema: RecordDecl shouldn't have a FunctionDecl as a Decl | David Majnemer | 2015-01-09 | 1 | -1/+7 |
| * | Sema: Don't crash when specializing a global scope function in a class | David Majnemer | 2015-01-09 | 1 | -0/+6 |
| * | Parse: Don't crash when trailing return type is missing | David Majnemer | 2015-01-09 | 1 | -0/+7 |
| * | Driver: begin threading frontend support for SymbolRewriter | Saleem Abdulrasool | 2015-01-09 | 1 | -0/+21 |
| * | InstrProf: Don't emit counter increments in dead code | Justin Bogner | 2015-01-09 | 1 | -0/+15 |
| * | Sema: Dependent array designators cannot be checked | David Majnemer | 2015-01-09 | 1 | -0/+7 |
| * | PR22117: Fix a case where we would get confused about which function parameter | Richard Smith | 2015-01-09 | 1 | -1/+10 |
| * | Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is no | Richard Smith | 2015-01-09 | 1 | -1/+1 |
| * | Use APSInt::isSameValue instead of operator== in a place where two APSInt's | Richard Trieu | 2015-01-09 | 1 | -0/+11 |
| * | IR: Add 'distinct' MDNodes to bitcode and assembly (clang) | Duncan P. N. Exon Smith | 2015-01-08 | 5 | -26/+26 |
| * | Frontend: Fix SourceColumnMap assertion failure on non-ascii characters. | Logan Chien | 2015-01-08 | 1 | -0/+37 |
| * | Attempt to fix test from r225423 to get build bots green. | Richard Trieu | 2015-01-08 | 1 | -7/+7 |
| * | When the diagnostic text is simply "%0", sanitize the string for any | Richard Trieu | 2015-01-08 | 1 | -0/+11 |
| * | Handle OpaqueValueExprs more intelligently in the TransformTypos tree | Kaelyn Takata | 2015-01-07 | 2 | -0/+8 |
| * | Slightly simplify the test from r225361. | Nico Weber | 2015-01-07 | 1 | -22/+7 |
| * | Revert r225085, it caused PR22096. | Nico Weber | 2015-01-07 | 1 | -0/+26 |
| * | Debug info: pass in the correct size for a pointer to a member function. | Adrian Prantl | 2015-01-07 | 1 | -0/+10 |
| * | Suppress clang warnings in a codegen test. | Rafael Espindola | 2015-01-06 | 1 | -8/+8 |
| * | Add __builtin_amdgpu_class | Matt Arsenault | 2015-01-06 | 1 | -0/+14 |
| * | [PowerPC] Add support for -mcmpb | Hal Finkel | 2015-01-06 | 1 | -0/+6 |
| * | Update for .ll syntax change. | Rafael Espindola | 2015-01-06 | 6 | -19/+19 |
| * | R600: Handle amdgcn triple | Tom Stellard | 2015-01-06 | 5 | -12/+13 |
| * | Sema: analyze I,J,K,M,N,O constraints | Saleem Abdulrasool | 2015-01-06 | 1 | -0/+105 |
| * | Set the default ISA for OpenBSD/mips64 to MIPS III. | Brad Smith | 2015-01-06 | 1 | -0/+8 |
| * | Allow -fsanitize-coverage=N with ubsan, clang part | Kostya Serebryany | 2015-01-06 | 1 | -0/+6 |
| * | Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC" | Duncan P. N. Exon Smith | 2015-01-05 | 2 | -4/+4 |
| * | Use the integrated assembler by default on 32-bit PowerPC and SPARC | Brad Smith | 2015-01-05 | 2 | -4/+4 |
| * | Fix lit for builds under /opt | Francisco Lopes da Silva | 2015-01-05 | 1 | -2/+2 |
| * | Make this test a bit stricter. | Rafael Espindola | 2015-01-05 | 1 | -7/+7 |
| * | Disable warnings in this test. | Rafael Espindola | 2015-01-05 | 1 | -4/+4 |
| * | Fix clash of gcc toolchains in driver regression tests. | Samuel Antao | 2015-01-05 | 7 | -1/+156 |
| * | Remove an assert that's not true on invalid code. | Nico Weber | 2015-01-04 | 2 | -0/+28 |