summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Merging r155535:Bill Wendling2012-04-251-1/+1
* Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth2012-04-181-11/+2
* MIPS: Followup to r154606. Expand list of accepted MIPS target features in th...Simon Atanasyan2012-04-181-1/+4
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-0/+1
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-161-2/+11
* MIPS: Initialize MIPS CPU's name by default value.Simon Atanasyan2012-04-121-3/+6
* SourceManager: Vectorize ComputeLineNumbers for SSE2.Benjamin Kramer2012-04-061-2/+39
* Move some MIPS target macro definitions from class Mips32TargetInfoBaseSimon Atanasyan2012-04-051-4/+4
* [driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier2012-04-041-1/+2
* Add more constraint registers for mips.Eric Christopher2012-04-031-0/+3
* ARM backend knows about cortex-m4. The front end should too.Jim Grosbach2012-03-291-0/+1
* Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian.Jan Wen Voung2012-03-291-0/+1
* Fix the type of wchar_t on Solaris.David Chisnall2012-03-281-1/+1
* Add better support for $fp and $sp for mips inline asm support.Eric Christopher2012-03-271-5/+9
* Add support for MIPS' floating ABIs (hard, soft and single) to clang driver.Akira Hatanaka2012-03-231-2/+56
* No longer defining LP64 in 64-bit builds on platforms which are not LP64.Aaron Ballman2012-03-141-2/+4
* [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline.Daniel Dunbar2012-03-131-23/+6
* Fix the long double to be of width/align 64. Rename va_list_test toRoman Divacky2012-03-131-2/+6
* [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary sizeDaniel Dunbar2012-03-131-3/+6
* Long double is just double on FreeBSD/{PPC,PPC64}.Roman Divacky2012-03-131-0/+6
* Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU.James Molloy2012-03-121-6/+6
* Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky2012-03-111-1/+1
* When checking the encoding of an 8-bit string literal, don't just check theRichard Smith2012-03-081-3/+19
* More git-svn compatible version string, by request.Andrew Trick2012-03-071-11/+18
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-13/+0
* TargetInfo: create less temporary strings.Benjamin Kramer2012-03-051-16/+17
* Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel2012-03-021-0/+2
* Use tabs instead of spaces.Benjamin Kramer2012-03-021-3/+3
* clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu2012-03-022-10/+48
* Add the Solaris support directory to the header search when using libc++.David Chisnall2012-03-021-1/+1
* Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek2012-03-011-0/+4
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-1/+11
* Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer2012-02-261-0/+4
* More ArrayRef-ification of methods.Bill Wendling2012-02-221-1/+1
* [PCH] Recover gracefully if the ASTReader detects that a file is differentArgyrios Kyrtzidis2012-02-201-1/+34
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* On Solaris, define some standard macros that the Solaris headers require inDavid Chisnall2012-02-171-0/+4
* Provide common include for all diagnostic headers.David Blaikie2012-02-151-17/+1
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-21/+16
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-95/+4
* Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sas...Eli Friedman2012-02-101-1/+12
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-32/+5
* Fix indentation and an 80-column violation.Chad Rosier2012-02-071-5/+7
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+2
* In r149662, setDiagnosticMapping was modified to not allow warnings mapped to Chad Rosier2012-02-071-0/+35
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-053-8/+8
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-052-3/+3
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-043-2/+15
* Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca...Benjamin Kramer2012-02-041-2/+2