]> granicus.if.org Git - clang/shortlog
clang
2015-10-27 Gabor Horvath[analyzer] Fix lambdas that are capturing constants.
2015-10-27 Daniel Jasperclang-format: Undo unwanted format change done in r251405.
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-27 Gabor Horvath[analyzer] Fix another crash when analyzing lambda...
2015-10-27 Richard SmithProperly clear current coroutine promise on FunctionSco...
2015-10-27 Michael KupersteinAccess the right triple field for IAMCU.
2015-10-27 Richard SmithWork around incomplete list initialization support...
2015-10-27 Eric ChristopherHandle target builtin options that are all required...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-27 Xinliang David LiCreate undef reference to profile hook symbol
2015-10-27 John McCallBe more conservative about diagnosing "incorrect" uses...
2015-10-27 Eric ChristopherUse early exits to reduce indentation.
2015-10-26 Ismail PazarbasiMismatchingNewDeleteDetector uses incorrect field,...
2015-10-26 Gabor Horvath[analyzer] Added a missing test case for r251289.
2015-10-26 Devin Coughlin[analyzer] ccc-analyzer: Fix -isystem value passing.
2015-10-26 Gabor Horvath[analyzer] Fixed a rare crash when analyzing lambda...
2015-10-26 Daniel Jasperclang-format: Fix false positive in cast detection.
2015-10-25 Michael Kuperstein[X86] Mark inregs correctly for MCU psABI
2015-10-25 Devin Coughlin[analyzer] scan-build: Teach ccc-analyzer about -Xclang.
2015-10-24 Rafael EspindolaSimplify boolean conditional return statements in lib...
2015-10-24 NAKAMURA Takumiclang/module.modulemap: s/Basic/BuiltinsR600.def/Basic...
2015-10-23 Adrian PrantlFixup this testcase after r251120.
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Adrian PrantlModule Debugging: Emit module debug info for types...
2015-10-23 Adrian PrantlRemove a redundant check. NFC
2015-10-23 Davide Italiano[StaticAnalyzer] Use llvm::utostr and not to_string.
2015-10-23 Benjamin Kramer[AST] Plug a memory leak when promoting a single Parent...
2015-10-23 Benjamin Kramer[AST] Re-add TypeLocs and NestedNameSpecifierLocs to...
2015-10-22 Xinliang David LiUse newly introduced interfaces in LLVM (NFC)
2015-10-22 John McCallDefine weak and __weak to mean ARC-style weak reference...
2015-10-22 David Majnemer[MS ABI] Don't crash when inheriting from base with...
2015-10-22 Benjamin KramerUnbreak the shared cmake build. libToolingCore now...
2015-10-22 Craig TopperDisable trigraph and escaped newline expansion on all...
2015-10-22 Benjamin Kramer[Tooling] Add a utility function to replace one nested...
2015-10-22 Gabor HorvathAttempt to fix build bot test failures.
2015-10-22 Gabor Horvath[analyzer] Bug identification
2015-10-22 Benjamin Kramer[AST] Remove redundant template keywords.
2015-10-22 Benjamin Kramer[AST] Store Decl* and Stmt* directly into the ParentMap.
2015-10-22 David Majnemer[MS ABI] Mangle static anonymous unions
2015-10-22 Xinliang David Liclang driver toolchain refactoring
2015-10-22 Richard Smith[coroutines] Initial stub Sema functionality for handli...
2015-10-22 Richard Smith[coroutines] Add forgotten test for lexing coroutines...
2015-10-22 Richard Smith[coroutines] Add overloaded unary 'operator co_await'.
2015-10-22 Craig TopperConvert ActOnForwardProtocolDeclaration to take an...
2015-10-22 Craig TopperUse an ArrayRef<OffsetOfComponent> instead of pointer...
2015-10-22 Craig TopperChange FindProtocolDeclaration to take an ArrayRef...
2015-10-22 Craig TopperChange MacroInfo::setArgumentList to take an ArrayRef...
2015-10-22 Richard Smith[coroutines] Add parsing support for co_await expressio...
2015-10-22 Richard Smith[coroutines] Fix description of LangOption for coroutines.
2015-10-22 Richard Smith[coroutines] Add feature-test macro for coroutines...
2015-10-22 Richard Smith[coroutines] Add lexer support for co_await, co_yield...
2015-10-22 Craig TopperFix a couple places where InsertText was being called...
2015-10-22 Craig TopperPass an ArrayRef instead of pointer and size. NFC
2015-10-22 Craig TopperChange SortAndUniqueProtocols to operate directly on...
2015-10-22 Craig TopperUse front() instead of [0] to make code more consistent...
2015-10-21 Ben LangmuirFix use-after-free in ModuleManager
2015-10-21 John McCallEnable ARC on the fragile runtime.
2015-10-21 Reid Kleckner[Driver] Alias -fvisibility=internal to -fvisibility...
2015-10-21 Evgeniy StepanovMemorySanitizer does not require PIE.
2015-10-21 Evgeniy StepanovRevert "MemorySanitizer does not require PIE."
2015-10-21 Evgeniy StepanovMemorySanitizer does not require PIE.
2015-10-21 David Majnemer[Sema] Remove an unreachable llvm_unreachable
2015-10-21 Douglas Katzman[Myriad]: Always add -L paths even if -nostdlib is...
2015-10-21 Yaron KerenRename clang config.h include guard from CONFIG_H to...
2015-10-21 John McCallFix and stylize the emission of GC/ARC ivar and GC...
2015-10-21 John McCallUnify the ObjC entrypoint caches.
2015-10-21 John McCallSome minor ARC diagnostic improvements.
2015-10-21 John McCallIn ARC, peephole the initialization of a __weak variabl...
2015-10-21 Nico Weberclang-format: Teach --sort-includes to interleave ...
2015-10-21 Benjamin KramerShrink DynTypedNode by one pointer from 40 to 32 bytes...
2015-10-21 Craig TopperUpdate clang to match llvm r250901. OptTable constructo...
2015-10-21 Craig TopperUse StringRef instead of calling c_str and doing pointe...
2015-10-21 Anastasia Stulova[OpenCL] Add test for program scope variable restrictio...
2015-10-21 Benjamin KramerRevert "[AST] Put TypeLocs and NestedNameSpecifierLocs...
2015-10-21 Richard BartonFix __ARM_FP value for sp-only FPUs with Half-precision
2015-10-21 Richard Smith[modules] libstdc++ defines some static inline function...
2015-10-21 Craig TopperUse range-based for loops. NFC.
2015-10-21 Craig TopperUse std::find instead of a manual loop.
2015-10-21 Craig TopperParse into an unsigned type instead of a signed type...
2015-10-21 Craig TopperFix bad indentation.
2015-10-21 Craig TopperUse ArrayRef and MutableArrayRef instead of a pointer...
2015-10-20 NAKAMURA TakumiRevert r247977, "clang/test/lit.cfg: *-ps4 doesn't...
2015-10-20 Reid KlecknerRe-land r250592 without rejecting field refs in unevalu...
2015-10-20 David Majnemer[-fms-extensions] Allow missing exception specificatio...
2015-10-20 Reid KlecknerAdd back null check removed accidentally in r250554
2015-10-20 Chris Bieneman[CMake] Make clang/tools subdirectories controlled...
2015-10-20 Reid KlecknerLook through using decls when classifying implicit...
2015-10-20 Chris Bieneman[CMake] Make external compiler-rt install scripts relat...
2015-10-20 Benjamin Kramer[AST] Put TypeLocs and NestedNameSpecifierLocs into...
2015-10-20 Angel Garcia... Roll-back r250822.
2015-10-20 Angel Garcia... Apply modernize-use-default to clang.
2015-10-20 Andrea Di Biagio[x86] Fix maskload/store intrinsic definitions in avxin...
2015-10-20 Benjamin KramerRevert accidental commit. This isn't ready yet.
2015-10-20 Benjamin KramerPut back dead code that's used out-of-tree.
2015-10-20 Alexey Bataev[DEBUG INFO] Emit debug info for type used in explicit...
2015-10-20 Reid KlecknerRevert "Diagnose UnresolvedLookupExprs that resolve...
2015-10-20 Craig Topper[X86] Remove a few 'else' after 'return'
2015-10-19 David Majnemer[MS ABI] Give linkonce_odr, instead of external_linkage...
2015-10-19 Nico Weberclang-format: Use pipes instead of temporary files...
2015-10-19 Diego NovilloSample Profiles - Fix location of binary encoding docum...
next