]> granicus.if.org Git - clang/shortlog
clang
2015-11-18 David Majnemer[Sema] Don't work around a malformed AST
2015-11-18 Aaron BallmanRemoving the AST matcher test for thread_local storage...
2015-11-18 Betul Buyukkurt[PGO] Test update for revision 253484.
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Douglas Katzman[Myriad]: fix test for Windows
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-11-18 Bradley Smith[ARM] Support +feature targeting in -mcpu/-march
2015-11-18 Douglas Katzman[Myriad]: insert -L paths into linker cmd only when...
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-11-18 Igor LaevskyFix tests in order for them to not fail after r252604.
2015-11-18 Eugene LeviantSet flag for lldb when qualified name lookup is being...
2015-11-18 Rafael EspindolaUpdate for llvm change.
2015-11-18 NAKAMURA TakumiBuildUniversalActions(): Prune obsolete \param(s)....
2015-11-18 Faisal Vali[NFC] Change the evaluation context of a non-type defau...
2015-11-18 Richard SmithDon't expose iterators into the list of types on the...
2015-11-18 Reid KlecknerTry to fix leak in CXStringSet from r252853
2015-11-18 Artem BelevichFix for use-after-free which caused test failure in...
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
2015-11-18 Betul Buyukkurt[PGO] Removed unused code. [NFC]
2015-11-17 Richard Smith[modules] When a #include is mapped to a module import...
2015-11-17 Douglas Katzman[Myriad]: -nostdlib implies -nostartfiles
2015-11-17 Artem Belevich[CUDA] Make CUDA compilation usable by default.
2015-11-17 Artem Belevich[CUDA] Added a wrapper header for inclusion of stock...
2015-11-17 Artem Belevich[CUDA] Detect and link with CUDA's libdevice bitcode...
2015-11-17 Artem Belevich[CUDA] added include paths for both sides of CUDA compi...
2015-11-17 Artem Belevich[CUDA] use -aux-triple to pass target triple of opposit...
2015-11-17 Douglas KatzmanUse !hasArg with two options instead of !hasArg &&...
2015-11-17 Charles Li[Lit Test] Updated 34 Lit tests to be C++11 compatible.
2015-11-17 Hans Wennborgbmiintrin.h: Allow using the tzcnt intrinsics for non...
2015-11-17 Tim NorthoverARM: fix mismatch between Clang and backend on exceptio...
2015-11-17 Douglas KatzmanAdd trivial utility to append -L arguments to linker...
2015-11-17 Manuel KlimekRevert "Make FP_CONTRACT ON the default."
2015-11-17 Craig Topper[Sema] Remove unnecessary typecast of bool to int when...
2015-11-17 Craig Topper[Sema] Combine similar diagnostics using %select. NFC
2015-11-17 Craig Topper[Sema] Minor formatting fixes. NFC
2015-11-17 Richard Smith[modules] Fix some more cases where we used to reject...
2015-11-16 Stephen CanonMake FP_CONTRACT ON the default.
2015-11-16 Derek SchuffDerive nacltools::Linker from GnuTool to get response...
2015-11-16 John McCallCorrectly handle type mismatches in the __weak copy...
2015-11-16 Eric ChristopherWhen producing error messages for always_inline functio...
2015-11-16 Vasileios Kalintiris[mips] Do not add arch name in the compiler-rt's compon...
2015-11-16 Douglas Katzman[Myriad]: pass the 'std=' option to moviCompile
2015-11-16 Oliver Stannard[ARM,AArch64] Fix __rev16l and __rev16ll intrinsics
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Daniel Jasperclang-format: Enable #include sorting by default.
2015-11-16 Bradley Smith[ARM] Pass in the architecture to TargetParser to cope...
2015-11-16 Rafael EspindolaUpdate for the gnu flavor being renamed to old-gnu.
2015-11-16 Keno Fischer[CGDebugInfo] Set the size and align for reference...
2015-11-16 David Majnemer[Sema] Implement several unary type traits more accurately
2015-11-16 Vedant Kumar[Basic] Replace vector<bool> with BitVector in SourceMa...
2015-11-16 Vedant Kumar[Frontend] Rangify for loop. NFC.
2015-11-16 Vedant Kumar[Basic] Use a bitfield in SLocEntry for clarity. NFC.
2015-11-15 Devin Coughlin[analyzer] Handle calling ObjC super method from inside...
2015-11-15 Craig Topper[Sema] Use getLangOpts in Sema instead of Preprocessor...
2015-11-15 Craig Topper[Sema] Fix filename in header. NFC
2015-11-15 Craig Topper[Sema] Remove unnecessary includes and forward declarat...
2015-11-15 Simon Pilgrim[X86][MMX] Added MMX IR + assembly codegen builtin...
2015-11-15 Sergey Kalinichev[libclang] Visit TypeAliasTemplateDecl
2015-11-15 Sergey Kalinichev[libclang] Expose AutoType
2015-11-15 Sergey KalinichevRemove some trailing whitespace
2015-11-15 Yaron KerenMake the mingw toolchain accept 'ld' and 'lld' only...
2015-11-15 Craig TopperFix a layering oddity by passing Sema to DeclSpec:...
2015-11-15 Devin Coughlin[analyzer] Refer to capture field to determine if captu...
2015-11-15 David Majnemer[Sema] Don't crash trying to diagnose abs called on...
2015-11-15 Craig TopperUse Sema::getLocForEndOfToken instead of Preprocessor...
2015-11-14 Dan Gohman[WebAssembly] Remove the "const" attribute from __built...
2015-11-14 Craig TopperMove diagnostics from Parse to Sema to remove Sema...
2015-11-14 Craig TopperFix indentation. NFC
2015-11-14 Craig TopperMerge some similar diagnostics using %select.
2015-11-14 Craig TopperMinor formatting fixes. NFC
2015-11-14 Craig TopperFix 80 column violation. NFC.
2015-11-14 Craig TopperFix spelling error in comment.
2015-11-14 Simon Pilgrim[X86][MMX] Sorted MMX IR + assembly codegen builtin...
2015-11-14 Simon Pilgrim[X86][MMX] Added MMX IR + assembly codegen builtin...
2015-11-14 David MajnemerMark is_destructible/is_nothrow_destructible as implemented
2015-11-14 Ben Langmuir[modules] Allow "redefinition" of typedef of anon tag...
2015-11-14 Eric ChristopherAdd support for the always_inline + target feature...
2015-11-14 Craig TopperUse %select to merge similar diagnostics. NFC
2015-11-14 Eric ChristopherClarify and elaborate the conditions on which we're...
2015-11-14 David BlaikieMake some tests LLVM-optimization agnostic and remove...
2015-11-14 Matthias GehreCFG: Delay creating Dtors for CompoundStmts which end...
2015-11-13 Justin BognerRevert "[AArch64] Unconditionally pass subtarget featur...
2015-11-13 Argyrios Kyrtzidis[CMake] Don't install c-index-test when LLVM_INSTALL_TO...
2015-11-13 Jonathan RoelofsFix build... again
2015-11-13 Jonathan Roelofs[scan-build] Make scan-build work whether it's installe...
2015-11-13 Yaron KerenRelax mingw-useld test to fix bot failures.
2015-11-13 Jonathan Roelofs[scan-build] Move non user-facing utilities to share
2015-11-13 Yaron KerenAdd test case for mingw -fuse-ld= support introduced...
2015-11-13 Juergen RibutzkaFix auto-link for text-based dynamic library SDKs.
2015-11-13 James MolloySlacken the norecurse test slightly
2015-11-13 Yaron KerenDeduplicate three identical copies of isExplicitInstant...
2015-11-13 NAKAMURA Takumiscan-build: Fix install.
2015-11-13 David Majnemer[Sema] __is_constructible should return false for funct...
2015-11-13 Richard Smith[modules] When a declaration has non-trivial visibility...
2015-11-13 NAKAMURA Takumiclang/test/Driver/mips-mti-linux.c: Tweak to match...
2015-11-13 Richard Smith[modules] Follow the C++ standard's rule for linkage...
2015-11-13 Argyrios Kyrtzidis[CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it...
2015-11-13 Jonathan RoelofsFix build
2015-11-13 Akira HatanakaAdd support for function attribute 'disable_tail_calls'.
next