| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS... | Argyrios Kyrtzidis | 2015-03-03 | 1 | -5/+7 |
| * | Add clang support for Objective-C application extensions. | Bob Wilson | 2015-03-02 | 1 | -0/+1 |
| * | Add missing include. | Benjamin Kramer | 2015-03-01 | 1 | -0/+1 |
| * | Give better diagnostics when -fmodule-file= finds a bad file: if the file is | Richard Smith | 2015-02-28 | 1 | -3/+13 |
| * | Fix a [-Werror,-Wreorder] initialization ordering error. | Eric Christopher | 2015-02-26 | 1 | -2/+2 |
| * | Add -fuse-line-directive flag to control usage of #line with -E | Reid Kleckner | 2015-02-26 | 3 | -23/+20 |
| * | Remove some unused includes of llvm/IR headers from parts of Clang that really | Richard Smith | 2015-02-26 | 1 | -1/+0 |
| * | [modules] Even if we already have a definition of a class, loading in another | Richard Smith | 2015-02-25 | 1 | -1/+4 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 5 | -90/+12 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 5 | -12/+90 |
| * | [modules] Fix a bug that would result in a build with P paths through a module | Richard Smith | 2015-02-25 | 1 | -0/+3 |
| * | CUDA: Add option to allow host device functions to call host functions | Jacques Pienaar | 2015-02-24 | 1 | -1/+4 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 5 | -90/+12 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 5 | -12/+90 |
| * | Add C11 *_DECIMAL_DIG. | Ed Schouten | 2015-02-23 | 1 | -2/+3 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 5 | -90/+12 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 5 | -12/+90 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 5 | -90/+12 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 5 | -12/+90 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 5 | -90/+12 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 5 | -12/+90 |
| * | Add -funique-section-names and -fno-unique-section-names options. | Rafael Espindola | 2015-02-20 | 1 | -0/+3 |
| * | Add -fno-implicit-modules. | Manuel Klimek | 2015-02-20 | 2 | -0/+7 |
| * | Add -fno-sized-deallocation option for completeness of fix in r229241 in docu... | Larisse Voufo | 2015-02-20 | 1 | -0/+1 |
| * | Revert "Mangle the IsSystem bit into the .pcm file name" | Ben Langmuir | 2015-02-19 | 1 | -1/+1 |
| * | [PCH/Modules] Check that the specific module cache path the PCH was built wit... | Argyrios Kyrtzidis | 2015-02-19 | 3 | -9/+17 |
| * | Revert adding hostname to module hash | Ben Langmuir | 2015-02-19 | 1 | -17/+0 |
| * | Rename flags and options to match current naming: from -fdef-sized-delete to ... | Larisse Voufo | 2015-02-18 | 1 | -2/+2 |
| * | Revise the implementation logic of sized deallocation: Do not automatically g... | Larisse Voufo | 2015-02-14 | 1 | -0/+2 |
| * | Revert "Revert r229082 for a bit, it caused PR22577." | David Majnemer | 2015-02-14 | 1 | -0/+2 |
| * | Revert r229082 for a bit, it caused PR22577. | Nico Weber | 2015-02-13 | 1 | -2/+0 |
| * | MS ABI: Implement /volatile:ms | David Majnemer | 2015-02-13 | 1 | -0/+2 |
| * | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 1 | -1/+1 |
| * | [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64 | Vasileios Kalintiris | 2015-02-12 | 1 | -6/+1 |
| * | Be more conservative about gethostname()'s truncating behaviour | Ben Langmuir | 2015-02-09 | 1 | -1/+5 |
| * | Diagnose timeouts in the LockFileManager and delete the dead lock file | Ben Langmuir | 2015-02-09 | 1 | -2/+12 |
| * | Update r228592 for when gethostname() returns an error | Ben Langmuir | 2015-02-09 | 1 | -3/+3 |
| * | Add missing include from r228592 | Ben Langmuir | 2015-02-09 | 1 | -0/+3 |
| * | Add the hostname to the module hash to avoid sharing between hosts | Ben Langmuir | 2015-02-09 | 1 | -0/+10 |
| * | ASTUnit: Fix a name clash in GCC builds. | Benjamin Kramer | 2015-02-06 | 1 | -2/+2 |
| * | ASTUnit: Use range-based for loops. | Benjamin Kramer | 2015-02-06 | 1 | -91/+69 |
| * | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -8/+6 |
| * | Preprocessor: support __BIGGEST_ALIGNMENT__ macro | Tim Northover | 2015-02-06 | 1 | -0/+4 |
| * | [modules] When using -E, we may try to merge decls despite having no Sema | Richard Smith | 2015-02-04 | 1 | -14/+13 |
| * | Allow to specify multiple -fsanitize-blacklist= arguments. | Alexey Samsonov | 2015-02-04 | 1 | -1/+1 |
| * | Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls | Ben Langmuir | 2015-02-02 | 1 | -0/+1 |
| * | The prefix 'Ms-' should be 'MS-' | David Majnemer | 2015-02-02 | 2 | -5/+5 |
| * | Process the -fno-signed-zeros optimization flag (PR20870) | Sanjay Patel | 2015-01-23 | 1 | -1/+1 |
| * | PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to | Richard Smith | 2015-01-23 | 2 | -8/+9 |
| * | Implement command line options for stack probe space | Hans Wennborg | 2015-01-20 | 1 | -0/+7 |