aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-02-08Pull Lexer's CharInfo table out for general use throughout Clang.Jordan Rose
2013-02-07Add a *San + modules FIXME.Richard Smith
2013-02-01Add some missing PPC cpusBill Schmidt
2013-02-01Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel
2013-02-01Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel
2013-02-01Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-30Changed to static_cast, due to post-commit review.Filipe Cabecinhas
2013-01-30Cast to remove the narrowing conversion error in c++11.Filipe Cabecinhas
2013-01-30Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-26<limits.h> includes <linux/limits.h> on Linux, no need to special-case itDmitri Gribenko
2013-01-26Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor
2013-01-25First pass at abstracting out a class for the target C++ ABI.John McCall
2013-01-22PowerPC: fix __builtin_eh_return_data_regno returnAdhemerval Zanella
2013-01-18[mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2013-01-14Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay
2013-01-10Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei
2013-01-05[mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka
2013-01-02DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis
2013-01-02Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-21Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet
2012-12-20Remove namespace qualifier that lead to build breakage.Daniel Jasper
2012-12-20Move operator precedence calculation to new headerDaniel Jasper
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-16Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...Craig Topper
2012-12-14Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...NAKAMURA Takumi
2012-12-13Remove little endian specification from SPIR data layout - SPIR doesn't defin...Guy Benyei
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-12-12PR14581: Make SourceLocation::printToString work, or it will always return an...Benjamin Kramer
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-12-11Add SPIR32/SPIR64 targets to ClangGuy Benyei
2012-12-11Speed up looking up static diagnostic infos.Benjamin Kramer
2012-12-11Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis
2012-12-09Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman
2012-12-08long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall
2012-12-07Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins
2012-12-04Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClientEli Bendersky
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-30Don't emit a warning with an input/output parameter. We assume the user knows...Bill Wendling