| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient | Eli Bendersky | 2012-12-04 | 1 | -4/+4 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 10 | -19/+17 |
| * | Don't emit a warning with an input/output parameter. We assume the user knows... | Bill Wendling | 2012-11-30 | 1 | -1/+3 |
| * | Don't warn if the input size is less than the register size. Also don't warn if | Bill Wendling | 2012-11-30 | 1 | -1/+3 |
| * | Add ARM cortex-a5 subtarget | Quentin Colombet | 2012-11-29 | 1 | -1/+1 |
| * | Revert commit revision r168953, to change the commit message, which was empty | Quentin Colombet | 2012-11-29 | 1 | -1/+1 |
| * | (no commit message) | Quentin Colombet | 2012-11-29 | 1 | -1/+1 |
| * | Fix the definition of the vfork() builtin on Haiku. PR14378. | Eli Friedman | 2012-11-27 | 2 | -0/+2 |
| * | Add missing "break". Thanks to Craig for spotting it. | Eli Friedman | 2012-11-26 | 1 | -0/+1 |
| * | Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. | Benjamin Kramer | 2012-11-17 | 1 | -1/+6 |
| * | Add missing features for misc x86 CPUs to CPU feature translation. Patch by ... | Eli Friedman | 2012-11-17 | 1 | -1/+14 |
| * | Clean up X86 target feature translation code slightly. No intended functiona... | Eli Friedman | 2012-11-17 | 1 | -14/+3 |
| * | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor | 2012-11-16 | 1 | -15/+15 |
| * | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith | 2012-11-14 | 1 | -2/+3 |
| * | Remove the cellspu port. | Eric Christopher | 2012-11-14 | 1 | -9/+5 |
| * | The register constraint could mean a 16- or 8-bit register. | Bill Wendling | 2012-11-12 | 1 | -1/+1 |
| * | Check that the input size is correct for the given constraint. | Bill Wendling | 2012-11-12 | 1 | -0/+13 |
| * | Remove unneeded includes from IdentifierTable | Nico Weber | 2012-11-11 | 1 | -1/+0 |
| * | Add clang support of RTM from TSX | Michael Liao | 2012-11-10 | 1 | -3/+19 |
| * | Add a SourceLocation::printToString() that returns in a std::string what dump() | Argyrios Kyrtzidis | 2012-11-09 | 1 | -0/+7 |
| * | Set TLSSupported to false on Haiku. | Benjamin Kramer | 2012-11-08 | 1 | -0/+1 |
| * | Basic: Windows doesn't define S_IFIFO. | Daniel Dunbar | 2012-11-06 | 1 | -1/+4 |
| * | Frontend: Add support for reading named pipes as the main file. | Daniel Dunbar | 2012-11-05 | 1 | -0/+4 |
| * | Rename LangOptions members for address sanitizer and thread sanitizer from | Richard Smith | 2012-11-05 | 1 | -1/+1 |
| * | isLegalUTF8() was giving the wrong answer | Seth Cantrell | 2012-10-30 | 1 | -1/+1 |
| * | This patch adds alignment information for long double to the 64-bit PowerPC | Bill Schmidt | 2012-10-29 | 1 | -3/+10 |
| * | Handle '*' and '#' asm constraint modifiers. | Ulrich Weigand | 2012-10-29 | 1 | -0/+4 |
| * | Recommit Eric's code to validate ASM string's constraints and modifiers. | Bill Wendling | 2012-10-25 | 1 | -0/+24 |
| * | Modify the targets to set appropriate calling convention defaults and C varia... | David Tweed | 2012-10-25 | 1 | -3/+3 |
| * | Revert r166647 to rethink the patch... | Bill Wendling | 2012-10-25 | 1 | -23/+0 |
| * | Add some support for diagnosing possibly mismatched constraint, type size and | Bill Wendling | 2012-10-25 | 1 | -0/+23 |
| * | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -2/+4 |
| * | Fix pre-commit refacto failure. | Daniel Dunbar | 2012-10-22 | 1 | -1/+1 |
| * | driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI. | Daniel Dunbar | 2012-10-22 | 1 | -1/+3 |
| * | When associating file ranges of macro arguments with their | Argyrios Kyrtzidis | 2012-10-20 | 1 | -37/+82 |
| * | Teach getColumnNumber to use the line cache to get the start of the line if i... | Craig Topper | 2012-10-19 | 1 | -0/+11 |
| * | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor | 2012-10-16 | 1 | -4/+8 |
| * | Add pnaclcall convention to Native Client targets. | Derek Schuff | 2012-10-16 | 1 | -0/+5 |
| * | Teach TargetInfo to hold on to the TargetOptions with which it was | Douglas Gregor | 2012-10-15 | 2 | -1/+3 |
| * | Introduce the notion of excluded headers into the module map | Douglas Gregor | 2012-10-15 | 1 | -0/+7 |
| * | Add TargetInfo for r600. | Eli Friedman | 2012-10-12 | 1 | -0/+68 |
| * | Silence dead store warning. It is conceptually possible we will | Ted Kremenek | 2012-10-12 | 1 | -0/+1 |
| * | Properly factor Native Client defines to support NaCl as an OS | Derek Schuff | 2012-10-11 | 1 | -9/+44 |
| * | Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32 | Derek Schuff | 2012-10-11 | 1 | -8/+9 |
| * | X86: add F16C support in Clang | Manman Ren | 2012-10-11 | 1 | -1/+17 |
| * | Fix PR 11709: Change the definition of va_list to meet AAPCS requirement | Logan Chien | 2012-10-10 | 1 | -3/+7 |
| * | Allowing individual targets to determine whether a given calling convention i... | Aaron Ballman | 2012-10-02 | 1 | -0/+26 |
| * | Add ARM VFPv4 feature and enable it by default for Swift. | Bob Wilson | 2012-09-29 | 1 | -16/+30 |
| * | Add armv7s and some other arm variants supported by Mach-O files. | Bob Wilson | 2012-09-29 | 1 | -0/+2 |
| * | In the Module class, add a reference to the corresponding AST file. | Argyrios Kyrtzidis | 2012-09-29 | 1 | -2/+2 |