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