summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Moving initialization into the initializer list and correcting capitalization...Aaron Ballman2013-02-241-4/+3
* Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien2013-02-231-0/+12
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-2/+5
* Add support for coldcc to clangPeter Collingbourne2013-02-221-5/+2
* Replace some typically large vectors with SmallVector.Benjamin Kramer2013-02-221-1/+1
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-2/+2
* Revert "intmax_t is long long on Darwin, not long."Jordan Rose2013-02-201-2/+0
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-202-10/+9
* intmax_t is long long on Darwin, not long.Jordan Rose2013-02-201-0/+2
* [modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis2013-02-191-0/+53
* Fixing a typo where FixIts was accidentally self-assigning instead of assigni...Aaron Ballman2013-02-191-1/+1
* AArch64: add atomic support parameters to TargetInfoTim Northover2013-02-181-0/+4
* Remove some stray uses of <ctype.h> functions.Jordan Rose2013-02-091-1/+1
* CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.Jordan Rose2013-02-081-2/+3
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-083-14/+13
* Pull Lexer's CharInfo table out for general use throughout Clang.Jordan Rose2013-02-082-0/+81
* Add a *San + modules FIXME.Richard Smith2013-02-071-0/+2
* Add some missing PPC cpusBill Schmidt2013-02-011-9/+85
* Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel2013-02-011-1/+3
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-011-2/+20
* Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt2013-02-011-0/+31
* Add support for AArch64 target.Tim Northover2013-01-311-0/+188
* Changed to static_cast, due to post-commit review.Filipe Cabecinhas2013-01-301-2/+2
* Cast to remove the narrowing conversion error in c++11.Filipe Cabecinhas2013-01-301-2/+2
* Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu2013-01-301-5/+23
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-303-649/+0
* <limits.h> includes <linux/limits.h> on Linux, no need to special-case itDmitri Gribenko2013-01-261-3/+1
* Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor2013-01-261-0/+28
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-252-2/+19
* PowerPC: fix __builtin_eh_return_data_regno returnAdhemerval Zanella2013-01-221-0/+5
* [mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka2013-01-181-0/+2
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-182-2/+8
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+10
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-124-19/+17
* Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay2013-01-121-2/+9
* Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei2013-01-101-1/+3
* [mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka2013-01-051-6/+6
* DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis2013-01-021-2/+4
* Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta2013-01-021-1/+1
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-3/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-024-5/+5
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-1/+2
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-0/+2
* Remove namespace qualifier that lead to build breakage.Daniel Jasper2012-12-201-2/+2
* Move operator precedence calculation to new headerDaniel Jasper2012-12-202-0/+77
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-6/+6
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-201-5/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...Craig Topper2012-12-161-1/+2
OpenPOWER on IntegriCloud