| Commit message (Expand) | Author | Age | Files | Lines |
| * | Hexagon V5 FP support. | Sirish Pande | 2012-05-10 | 1 | -2/+11 |
| * | Synchronize the representations of DeclarationName and Selector so | Douglas Gregor | 2012-05-04 | 1 | -9/+9 |
| * | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis | 2012-05-03 | 2 | -14/+43 |
| * | Enable AVX on AMD Bulldozer processors. | Craig Topper | 2012-05-01 | 1 | -1/+1 |
| * | Define __ANDROID__ macro on -androideabi targets. | Evgeniy Stepanov | 2012-04-26 | 1 | -0/+2 |
| * | Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs. | Craig Topper | 2012-04-26 | 1 | -4/+2 |
| * | OpenBSD: Remove incorrect -pthread preprocessor define _POSIX_THREADS and rep... | Chris Lattner | 2012-04-25 | 1 | -1/+1 |
| * | Revert r155363, due to the underlying patches in LLVM causing regression | Chandler Carruth | 2012-04-23 | 1 | -11/+2 |
| * | Hexagon V5 (floating point) support in cfe. | Sirish Pande | 2012-04-23 | 1 | -2/+11 |
| * | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth | 2012-04-18 | 1 | -11/+2 |
| * | MIPS: Followup to r154606. Expand list of accepted MIPS target features in th... | Simon Atanasyan | 2012-04-18 | 1 | -1/+4 |
| * | objective-c modern translator: buildit objc bool | Fariborz Jahanian | 2012-04-16 | 1 | -0/+1 |
| * | Hexagon V5(Floating Point) support. | Sirish Pande | 2012-04-16 | 1 | -2/+11 |
| * | MIPS: Initialize MIPS CPU's name by default value. | Simon Atanasyan | 2012-04-12 | 1 | -3/+6 |
| * | SourceManager: Vectorize ComputeLineNumbers for SSE2. | Benjamin Kramer | 2012-04-06 | 1 | -2/+39 |
| * | Move some MIPS target macro definitions from class Mips32TargetInfoBase | Simon Atanasyan | 2012-04-05 | 1 | -4/+4 |
| * | [driver] Create a new -mfpmath= option, which is used to control whether clang | Chad Rosier | 2012-04-04 | 1 | -1/+2 |
| * | Add more constraint registers for mips. | Eric Christopher | 2012-04-03 | 1 | -0/+3 |
| * | ARM backend knows about cortex-m4. The front end should too. | Jim Grosbach | 2012-03-29 | 1 | -0/+1 |
| * | Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. | Jan Wen Voung | 2012-03-29 | 1 | -0/+1 |
| * | Fix the type of wchar_t on Solaris. | David Chisnall | 2012-03-28 | 1 | -1/+1 |
| * | Add better support for $fp and $sp for mips inline asm support. | Eric Christopher | 2012-03-27 | 1 | -5/+9 |
| * | Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. | Akira Hatanaka | 2012-03-23 | 1 | -2/+56 |
| * | No longer defining LP64 in 64-bit builds on platforms which are not LP64. | Aaron Ballman | 2012-03-14 | 1 | -2/+4 |
| * | [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. | Daniel Dunbar | 2012-03-13 | 1 | -23/+6 |
| * | Fix the long double to be of width/align 64. Rename va_list_test to | Roman Divacky | 2012-03-13 | 1 | -2/+6 |
| * | [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size | Daniel Dunbar | 2012-03-13 | 1 | -3/+6 |
| * | Long double is just double on FreeBSD/{PPC,PPC64}. | Roman Divacky | 2012-03-13 | 1 | -0/+6 |
| * | Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. | James Molloy | 2012-03-12 | 1 | -6/+6 |
| * | Fix typo in comment, 'langauge' -> 'language'. | Nick Lewycky | 2012-03-11 | 1 | -1/+1 |
| * | When checking the encoding of an 8-bit string literal, don't just check the | Richard Smith | 2012-03-08 | 1 | -3/+19 |
| * | More git-svn compatible version string, by request. | Andrew Trick | 2012-03-07 | 1 | -11/+18 |
| * | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -13/+0 |
| * | TargetInfo: create less temporary strings. | Benjamin Kramer | 2012-03-05 | 1 | -16/+17 |
| * | Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 | Hal Finkel | 2012-03-02 | 1 | -0/+2 |
| * | Use tabs instead of spaces. | Benjamin Kramer | 2012-03-02 | 1 | -3/+3 |
| * | clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. | Jia Liu | 2012-03-02 | 2 | -10/+48 |
| * | Add the Solaris support directory to the header search when using libc++. | David Chisnall | 2012-03-02 | 1 | -1/+1 |
| * | Moving tagging of '__experimental_modules_import' IdentifierInfo out of | Ted Kremenek | 2012-03-01 | 1 | -0/+4 |
| * | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -1/+1 |
| * | Some more Solaris fixes. Now successfully building libc++ on Solaris with cl... | David Chisnall | 2012-02-28 | 1 | -1/+11 |
| * | Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ... | Benjamin Kramer | 2012-02-26 | 1 | -0/+4 |
| * | More ArrayRef-ification of methods. | Bill Wendling | 2012-02-22 | 1 | -1/+1 |
| * | [PCH] Recover gracefully if the ASTReader detects that a file is different | Argyrios Kyrtzidis | 2012-02-20 | 1 | -1/+34 |
| * | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
| * | On Solaris, define some standard macros that the Solaris headers require in | David Chisnall | 2012-02-17 | 1 | -0/+4 |
| * | Provide common include for all diagnostic headers. | David Blaikie | 2012-02-15 | 1 | -17/+1 |
| * | Store the warning option corresponding to a diagnostics as an index into the ... | Benjamin Kramer | 2012-02-15 | 1 | -21/+16 |
| * | Remove the unuseful -fdiagnostics-show-name | David Blaikie | 2012-02-15 | 1 | -95/+4 |
| * | Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sas... | Eli Friedman | 2012-02-10 | 1 | -1/+12 |