Age | Commit message (Expand) | Author |
2012-04-12 | MIPS: Initialize MIPS CPU's name by default value. | Simon Atanasyan |
2012-04-06 | SourceManager: Vectorize ComputeLineNumbers for SSE2. | Benjamin Kramer |
2012-04-05 | Move some MIPS target macro definitions from class Mips32TargetInfoBase | Simon Atanasyan |
2012-04-04 | [driver] Create a new -mfpmath= option, which is used to control whether clang | Chad Rosier |
2012-04-03 | Add more constraint registers for mips. | Eric Christopher |
2012-03-29 | ARM backend knows about cortex-m4. The front end should too. | Jim Grosbach |
2012-03-29 | Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. | Jan Wen Voung |
2012-03-28 | Fix the type of wchar_t on Solaris. | David Chisnall |
2012-03-27 | Add better support for $fp and $sp for mips inline asm support. | Eric Christopher |
2012-03-23 | Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. | Akira Hatanaka |
2012-03-14 | No longer defining LP64 in 64-bit builds on platforms which are not LP64. | Aaron Ballman |
2012-03-13 | [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. | Daniel Dunbar |
2012-03-13 | Fix the long double to be of width/align 64. Rename va_list_test to | Roman Divacky |
2012-03-13 | [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size | Daniel Dunbar |
2012-03-13 | Long double is just double on FreeBSD/{PPC,PPC64}. | Roman Divacky |
2012-03-12 | Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. | James Molloy |
2012-03-11 | Fix typo in comment, 'langauge' -> 'language'. | Nick Lewycky |
2012-03-08 | When checking the encoding of an 8-bit string literal, don't just check the | Richard Smith |
2012-03-07 | More git-svn compatible version string, by request. | Andrew Trick |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
2012-03-05 | TargetInfo: create less temporary strings. | Benjamin Kramer |
2012-03-02 | Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 | Hal Finkel |
2012-03-02 | Use tabs instead of spaces. | Benjamin Kramer |
2012-03-02 | clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. | Jia Liu |
2012-03-02 | Add the Solaris support directory to the header search when using libc++. | David Chisnall |
2012-03-01 | Moving tagging of '__experimental_modules_import' IdentifierInfo out of | Ted Kremenek |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-02-28 | Some more Solaris fixes. Now successfully building libc++ on Solaris with cl... | David Chisnall |
2012-02-26 | Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ... | Benjamin Kramer |
2012-02-22 | More ArrayRef-ification of methods. | Bill Wendling |
2012-02-20 | [PCH] Recover gracefully if the ASTReader detects that a file is different | Argyrios Kyrtzidis |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-17 | On Solaris, define some standard macros that the Solaris headers require in | David Chisnall |
2012-02-15 | Provide common include for all diagnostic headers. | David Blaikie |
2012-02-15 | Store the warning option corresponding to a diagnostics as an index into the ... | Benjamin Kramer |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie |
2012-02-10 | Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sas... | Eli Friedman |
2012-02-09 | Kill the brief and full explanation fields from StaticDiagInfoRec. They were ... | Benjamin Kramer |
2012-02-07 | Fix indentation and an 80-column violation. | Chad Rosier |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-07 | In r149662, setDiagnosticMapping was modified to not allow warnings mapped to | Chad Rosier |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-04 | Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca... | Benjamin Kramer |
2012-02-03 | Change the fixed array of FixitHints to a SmallVector to lift off | Argyrios Kyrtzidis |
2012-02-03 | [frontend] Don't allow a mapping to a warning override an error/fatal mapping. | Chad Rosier |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-01-31 | Use the new Triple::getMacOSXVersion function in another place. | Bob Wilson |
2012-01-31 | Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix. | Nico Weber |