| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse inferred submodules in module maps, track their contents in | Douglas Gregor | 2011-12-05 | 1 | -9/+22 |
* | Fix printing of wildcard exports. | Douglas Gregor | 2011-12-05 | 1 | -5/+14 |
* | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor | 2011-12-05 | 1 | -0/+12 |
* | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor | 2011-12-02 | 1 | -0/+25 |
* | Add support for AVX registers to clang inline asm. Add a small testcase | Eric Christopher | 2011-12-02 | 1 | -0/+2 |
* | When we're passing a vector with an illegal type through memory on x86-64, us... | Eli Friedman | 2011-12-02 | 1 | -1/+5 |
* | Add support for AMD's bulldozer. | Benjamin Kramer | 2011-12-01 | 1 | -0/+26 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 2 | -0/+92 |
* | Fix some possible gcc-4.2 may be used uninitialized warnings. | Daniel Dunbar | 2011-11-28 | 1 | -1/+1 |
* | Make our handling of MMX x SSE closer to what gcc does: | Rafael Espindola | 2011-11-27 | 1 | -11/+34 |
* | AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs... | James Molloy | 2011-11-23 | 1 | -0/+5 |
* | Revert r132539 for now, "My testing shows that function stat has no problem w... | NAKAMURA Takumi | 2011-11-17 | 1 | -0/+6 |
* | Implement (de-)serialization of the buffer contents for an overridden | Douglas Gregor | 2011-11-16 | 1 | -0/+1 |
* | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor | 2011-11-15 | 1 | -0/+2 |
* | Warning option typo correction: When two options have the same edit_distance ... | Benjamin Kramer | 2011-11-15 | 1 | -4/+6 |
* | Print a typo correction hint for unknown warning flags. | Benjamin Kramer | 2011-11-14 | 1 | -0/+21 |
* | Define some built-ins macros on mips32 platform, from Simon Atanasyan! | Douglas Gregor | 2011-11-09 | 1 | -0/+4 |
* | [PCH] Fix reading from PCH of diagnostic pragmas. | Argyrios Kyrtzidis | 2011-11-09 | 1 | -10/+1 |
* | Use StringRef's case transformation methods. | Benjamin Kramer | 2011-11-06 | 1 | -3/+2 |
* | Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase. | Akira Hatanaka | 2011-11-05 | 1 | -5/+5 |
* | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor | 2011-11-02 | 1 | -0/+2 |
* | Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. | Eli Friedman | 2011-11-01 | 1 | -61/+62 |
* | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson | 2011-10-31 | 2 | -0/+6 |
* | Add support for sse4a and enable it for amdfam10 cpu. | Roman Divacky | 2011-10-30 | 1 | -3/+9 |
* | Add support for amdfam10 cpu. | Roman Divacky | 2011-10-30 | 1 | -0/+9 |
* | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -0/+2 |
* | Use assert(0) instead of duplicating the check, suggestion by Anna. | Argyrios Kyrtzidis | 2011-10-25 | 1 | -3/+3 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -79/+0 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 1 | -63/+0 |
* | Make changes necessary for N32/64 ABI conformance. | Akira Hatanaka | 2011-10-22 | 1 | -9/+25 |
* | Further refine the diagnostic categories for ARC diagnostics. Addresses <rda... | Ted Kremenek | 2011-10-20 | 1 | -2/+7 |
* | Use llvm::Triple's methods to parse FreeBSD version numbers. | Benjamin Kramer | 2011-10-18 | 1 | -4/+5 |
* | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -0/+2 |
* | Place static initializers on linux into the ".text.startup" section, so the l... | Benjamin Kramer | 2011-10-15 | 1 | -0/+4 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+3 |
* | Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic... | Eli Friedman | 2011-10-14 | 2 | -0/+19 |
* | Change __extension__ to disable only diagnostics controlled by -pedantic. | Bob Wilson | 2011-10-12 | 1 | -3/+6 |
* | Add target info for Linux on PPC & Sparc. | Anton Korobeynikov | 2011-10-12 | 1 | -0/+6 |
* | Introduce SourceManager::getFileLoc which returns a file location | Argyrios Kyrtzidis | 2011-10-12 | 1 | -0/+10 |
* | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith | 2011-10-11 | 1 | -7/+10 |
* | Allow regparm attribute for PNaCl target | David Meyer | 2011-10-11 | 1 | -0/+1 |
* | Fixed natural stack alignment for Linux x86-32. Thanks Eli. | Lang Hames | 2011-10-11 | 1 | -1/+1 |
* | Update target data strings for ARM and X86 to include the natural stack | Lang Hames | 2011-10-10 | 1 | -9/+9 |
* | Add address spaces for TCE target. Patch by Pekka Jääskeläinen. | Eli Friedman | 2011-10-07 | 1 | -0/+7 |
* | Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override | Daniel Dunbar | 2011-10-04 | 1 | -0/+7 |
* | Make sure SourceManager::getFileIDLoaded doesn't hang in release build becaus... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -0/+4 |
* | PTX: Add some basic support for OpenCL address spaces | Justin Holewinski | 2011-10-03 | 1 | -0/+6 |
* | Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i... | Daniel Dunbar | 2011-09-29 | 2 | -8/+6 |
* | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be... | Daniel Dunbar | 2011-09-29 | 2 | -69/+55 |
* | Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ... | Daniel Dunbar | 2011-09-29 | 2 | -21/+66 |