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