aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2013-02-24Moving initialization into the initializer list and correcting capitalization...Aaron Ballman
2013-02-23Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22Replace some typically large vectors with SmallVector.Benjamin Kramer
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-20Revert "intmax_t is long long on Darwin, not long."Jordan Rose
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-20intmax_t is long long on Darwin, not long.Jordan Rose
2013-02-19[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis
2013-02-19Fixing a typo where FixIts was accidentally self-assigning instead of assigni...Aaron Ballman
2013-02-18AArch64: add atomic support parameters to TargetInfoTim Northover
2013-02-09Remove some stray uses of <ctype.h> functions.Jordan Rose
2013-02-08CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.Jordan Rose
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