]> granicus.if.org Git - clang/shortlog
clang
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...
2015-10-19 Marek KurdejAdded new options to ClangFormat VSIX package.
2015-10-19 Manuel KlimekFix 'will be initialized after' warning.
2015-10-19 Manuel KlimekMake test not rely on %T ending on /Output.
2015-10-19 Michael Kuperstein[X86] Enable soft float ABI for x86
2015-10-19 Michael KupersteinUse saner variable names. NFC.
2015-10-19 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR25221: Infinite...
2015-10-19 Craig TopperMake getTargetBuiltins return an ArrayRef instead of...
2015-10-19 Craig TopperRecommit "Return an ArrayRef instead of having two...
2015-10-19 Craig TopperRevert r250676 "Return an ArrayRef instead of having...
2015-10-19 Craig TopperReturn an ArrayRef instead of having two out parameters...
2015-10-19 Nico Weberclang-format: Extend main header include sorting heuris...
2015-10-19 Saleem Abdulrasooldocs: remote stale refs
2015-10-19 Nico WeberUpdate `clang-format -help` output in clang-format...
2015-10-19 Nico WeberUpdate list of languages advertised in OVERVIEW: A...
2015-10-18 Nick LewyckyNo functionality change, just fix whitespace, a typo...
2015-10-18 Saleem AbdulrasoolCodeGen: simplify TargetOptions setup
2015-10-18 Dimitry AndricSupport linking against OpenMP runtime on FreeBSD.
2015-10-18 Daniel Jasperclang-format: [JS] Handle string literals spanning...
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-18 Craig TopperAdd an unnecessary makeArrayRef I add earlier. I didn...
2015-10-18 Craig TopperUse std::is_sorted instead of a manual loop.
2015-10-17 NAKAMURA Takumiclang/test/Driver/ps4-linker-non-win.c: Tweak for cygwi...
2015-10-17 NAKAMURA Takumiclang/test/Driver/ps4-linker-non-win.c: Make %T/ps4...
2015-10-17 NAKAMURA Takumiclang/test/Driver/ps4-linker-non-win.c: Make sure that...
2015-10-17 Daniel Jasperclang-format: Add test for (properly escaped) XML output.
2015-10-17 Craig TopperReplace a static compare function with a lambda. NFC
2015-10-17 Craig TopperUse a range-based for loop. Use std::end instead of...
2015-10-17 Davide Italiano[Frontend] Name variable correctly.
2015-10-17 Eric FiselierAdd an AST node matcher for TemplateTypeParmDecl objects.
2015-10-17 Reid KlecknerDiagnose UnresolvedLookupExprs that resolve to instance...
2015-10-16 Richard Smith[modules] Allow the error when explicitly loading an...
2015-10-16 Davide Italiano[Frontend/CompilerInvocation] Use range-based loop...
2015-10-16 Richard SmithRefactor module lookup when looking up a header file...
2015-10-16 Richard BartonOnce again fix this test to read from stdin rather...
2015-10-16 Richard BartonFurther increase helfulness of assert message
2015-10-16 James Y KnightTeach MyriadToolchain how to find its C++ header paths.
next