aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2012-10-15Introduce the notion of excluded headers into the module mapDouglas Gregor
2012-10-12Add TargetInfo for r600.Eli Friedman
2012-10-12Silence dead store warning. It is conceptually possible we willTed Kremenek
2012-10-11Properly factor Native Client defines to support NaCl as an OSDerek Schuff
2012-10-11Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32Derek Schuff
2012-10-11X86: add F16C support in ClangManman Ren
2012-10-10Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-09-29Add ARM VFPv4 feature and enable it by default for Swift.Bob Wilson
2012-09-29Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson
2012-09-29In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis
2012-09-28Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it inDaniel Jasper
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko
2012-09-22Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.Jordan Rose
2012-09-20Disable source fortification on Darwin with AddressSanitizer.Alexander Potapenko
2012-09-18Add e500mc and e5500 to the list of valid PPC CPU names.Hal Finkel
2012-09-13This patch introduces A15 as a target in Clang.Silviu Baranga
2012-09-08Do not construct StringRef from NULL argument.Anton Korobeynikov
2012-09-08Provide some ACLE C defines. This should fix PR13796Anton Korobeynikov
2012-09-08When a bad UTF-8 encoding or bogus escape sequence is encountered in aRichard Smith
2012-09-06Enabling the UTF conversion routines that were previously conditionally ifdef...Enrico Granata
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara
2012-09-02Rename ANDROIDEABI to Android.Logan Chien
2012-08-29Define __mips64 / __mips64__ macros for MIPS 64-bit targets.Simon Atanasyan
2012-08-29Use getTargetDefines() virtual function in MipsTargetInfoBase successorsSimon Atanasyan
2012-08-29Factor out MIPS macro definitions common for all MIPS targets.Simon Atanasyan
2012-08-29Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets.Simon Atanasyan
2012-08-17Avoid binding a reference to a dereferenced null pointer, if we try to emit aRichard Smith
2012-08-16Remove FIXME, the constraints contain more options than theEric Christopher
2012-08-16Add a missing 'break' to ensure that we reject inline assemblyEric Christopher
2012-08-14Fix undefined behavior: reference bound to dereferenced null pointer.Richard Smith
2012-08-14Fix undefined behavior: don't bind a dereferenced null pointer to a reference.Richard Smith
2012-08-10Frontend: define _LP64 in a target-independent wayDylan Noblesmith
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-08-08clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman
2012-08-08Revert part of r161175 which was wrong for OpenBSD's PowerPC target.Hans Wennborg
2012-08-02Add OpenBSD arch targets for powerpc, arm, mips64, mips64el and sparc.Hans Wennborg
2012-08-01TLS is not supported on OpenBSDHans Wennborg
2012-07-31Fixes a segfault in Tooling when using pch's:Manuel Klimek
2012-07-27Add a function to convert a single Unicode code point to a UTF8 sequence.Dmitri Gribenko
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-24Change the way KEYNOMS is defined to be more comprehensible. Francois Pichet
2012-07-22char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...Francois Pichet
2012-07-13Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier
2012-07-13Modify tree printing mode for template type diffing. If a diagnostic hasRichard Trieu
2012-07-12Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall
2012-07-12clang/lib/Basic/CMakeLists.txt: Add missing dependency, ClangDiagnosticComment.NAKAMURA Takumi
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-11Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis