aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-13ARM & AArch64 NEON: share the vabs implementation.Tim Northover
2014-02-13XCore target pass -v flag to assembler & linkerRobert Lytton
2014-02-13add comment explaining previous commitRobert Lytton
2014-02-13XCore target -fexceptions flag handlingRobert Lytton
2014-02-13Remove spurious default case to silent sanitizerRenato Golin
2014-02-13Add EXPERIMENTAL --rtlib=compiler-rt to GNU ClangRenato Golin
2014-02-13[OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev
2014-02-13Use simpler version of fs::create_directory.Rafael Espindola
2014-02-13Use simpler version of llvm::sys::fs::create_directories.Rafael Espindola
2014-02-13Fixing a compiler assertion with zero-width bit-fields in packed structs.Yunzhong Gao
2014-02-13ms_struct layout replaces platform-specific behavior likeJohn McCall
2014-02-13Fix uninitialized read in vtordisp pragma code.Reid Kleckner
2014-02-12MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner
2014-02-12Sema: Restrict alignment to 2**28.David Majnemer
2014-02-12ARM NEON: fix range checking on immediates.Tim Northover
2014-02-12clang/lib/Driver/Multilib.cpp: Rewrite normalizePathSegment() to be tolerant ...NAKAMURA Takumi
2014-02-12Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko
2014-02-12[ARM] Fix NEON wrongly being enabled with soft-float when targeting armv8/Cor...Amara Emerson
2014-02-12Fix memory leak introduced by r201010.Daniel Jasper
2014-02-12Fix r201205's use-after-free bug caught by sanitizer botJonathan Roelofs
2014-02-12Add Multilib selection machineryJonathan Roelofs
2014-02-12Revert 201202Jonathan Roelofs
2014-02-12Add Multilib selection machineryJonathan Roelofs
2014-02-12MS ABI: vptr injection should obey alignment requirementsDavid Majnemer
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko
2014-02-11MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer
2014-02-11Test commit -- Remove an extra newline from Toolchains.cppJonathan Roelofs
2014-02-11[Sema] Revert the change in r200622 that allowed integer casts to silence -Wn...Argyrios Kyrtzidis
2014-02-11'nonnull(1)' on a block parameter should apply to the block's argument.Jordan Rose
2014-02-11Rename some PCH-related errors to have 'err_' as their prefixDmitri Gribenko
2014-02-11AArch64: share slgihtly more NEON implementation with ARM.Tim Northover
2014-02-11XCore target: add section information.Robert Lytton
2014-02-11XCore target: Pass through "-fverbose-asm" flag to xcc assembler.Robert Lytton
2014-02-11clang-format: Support lambdas with namespace-qualified return types.Daniel Jasper
2014-02-11clang-format: Fix alignment of comments inside statements.Daniel Jasper
2014-02-11AAPCS: Do not split structs after CPRC allocated on stackOliver Stannard
2014-02-11Fix PCH deserialization bug with local static symbols being treated as local ...Ted Kremenek
2014-02-11[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.Jordan Rose
2014-02-11[stackprotector] Add command line option -fstack-protector-strongJosh Magee
2014-02-10MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer
2014-02-10Basic: Clean up malformed pragma diagnosticsDavid Majnemer
2014-02-10Sema: Remove useless MSStructPragmaOn update in Sema::~SemaDavid Majnemer
2014-02-10ARM: move vshll NEON implementation to common codeTim Northover
2014-02-10ARM: implement vshrn NEON intrinsic in terms of shr/truncTim Northover
2014-02-10ASTUnit: simplify remapping files by using the exact same logic in PreprocessorDmitri Gribenko
2014-02-09PR18685: Ignore class template specializations as potentialKaelyn Uhrain
2014-02-09Clarify comment. Remove braces from single-statement block.David Blaikie
2014-02-09Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie
2014-02-09Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__David Majnemer
2014-02-09PR16519, PR18009: When checking a partial specialization for uses of its ownRichard Smith