aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-19Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz
2017-07-19Fix compilation problem introduced in r308433Erik Verbruggen
2017-07-19Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis
2017-07-19Add default values for function parameter chunksErik Verbruggen
2017-07-19[mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis
2017-07-19[analyzer] Add annotation attribute to trust retain count implementationDevin Coughlin
2017-07-19Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl
2017-07-18Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl
2017-07-18[Driver] Always use -z rodynamic for FuchsiaPetr Hosek
2017-07-18Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane
2017-07-18[Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington
2017-07-18[OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev
2017-07-18Don't set TUScope to null when generating a module in incremental processing ...Raphael Isemann
2017-07-18Revert r308327Alex Lorenz
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz
2017-07-18[OPENMP] Generalization of sema analysis of reduction-based clauses,Alexey Bataev
2017-07-18CodeGen: Insert addr space cast for automatic/temp var at right positionYaxun Liu
2017-07-18clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi
2017-07-18[Index] Prevent canonical decl becoming nullptrKrasimir Georgiev
2017-07-17[COFF, ARM64] Set the data type widths and the data layout stringMandeep Singh Grang
2017-07-17[AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo
2017-07-17Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo
2017-07-17[Basic] Detect Git submodule version in CMakeBrian Gesiak
2017-07-17[SystemZ] Add support for IBM z14 processor (3/3)Ulrich Weigand
2017-07-17[SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand
2017-07-17[SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand
2017-07-17[NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali
2017-07-17Fix dereference of pointers in throw statements.Manuel Klimek
2017-07-17[OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev
2017-07-17Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali
2017-07-17[NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali
2017-07-17Enable TLS support on OpenBSD, but default to the emulatated TLS model.Brad Smith
2017-07-16[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali
2017-07-15Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall
2017-07-15[ODRHash] Revert r307743 which reverted r307720Richard Trieu
2017-07-14[clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov
2017-07-14Prevent ClangTools from generating dependency files.Sterling Augustine
2017-07-14Unconditionally use .init_array instead of .ctors on Solaris.Aaron Ballman
2017-07-14[clang] Add getSignedSizeType methodAlexander Shaposhnikov
2017-07-14[index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov
2017-07-14[analyzer] Add annotation for functions taking user-facing stringsErik Verbruggen
2017-07-14Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart
2017-07-14[X86] Add 'movbe' to btver2 CPU.Craig Topper
2017-07-14Change dyn_casts with unused variables to isa statements to avoid unused vari...Eric Christopher
2017-07-14[ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu
2017-07-14[Driver] Respect -target when determining target platform on AppleAkira Hatanaka
2017-07-13[PS4] Disable LTO unit features under ThinLTO, like for Darwin.Paul Robinson