]> granicus.if.org Git - clang/history - lib
Attempt to fix build bot test failures.
[clang] / lib /
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 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] 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 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 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 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 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 Reid KlecknerLook through using decls when classifying implicit...
2015-10-20 Benjamin Kramer[AST] Put TypeLocs and NestedNameSpecifierLocs into...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply 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 Manuel KlimekFix 'will be initialized after' warning.
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-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 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 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 BartonFurther increase helfulness of assert message
2015-10-16 James Y KnightTeach MyriadToolchain how to find its C++ header paths.
2015-10-16 Filipe CabecinhasPS4: Make sure to add the sanitizer runtime before...
2015-10-16 Sean EvesonTest commit
2015-10-16 Craig Topper[X86] Add fxsr feature name for fxsave/fxrestore builtins.
2015-10-16 George Burgess IVMake __builtin_object_size more conservative
2015-10-16 George Burgess IV[Sema] Fix address-of + enable_if overloading logic
2015-10-15 Eric ChristopherAdd an error when calling a builtin that requires featu...
2015-10-15 Teresa JohnsonRecommit "Clang support for -flto=thin."
2015-10-15 Benjamin KramerPut back doxygen comment accidentally dropped in r250418.
2015-10-15 Nico Weberclang-format/java: Break after annotations on fields...
2015-10-15 Benjamin Kramer[CodeGen] Remove dead code. NFC.
2015-10-15 Ed SchoutenAdd support for CloudABI/aarch64.
2015-10-15 Teresa JohnsonRevert "Clang support for -flto=thin." (bot failures)
2015-10-15 Teresa JohnsonClang support for -flto=thin.
2015-10-15 Peter CollingbourneHeaders: Switch some headers to LF line endings for...
2015-10-15 Eric ChristopherUpdate clang for DIBuilder::createSubroutineType API...
2015-10-15 Craig Topper[X86] Add command line switches for xsave/xsaveopt...
2015-10-15 Douglas KatzmanRemove unnecessary braces in single-line 'if'.
2015-10-14 Craig Topper[X86] Use C+11 non-static data member initialization...
2015-10-14 Hans WennborgIntrin.h: implement __emul and __emulu
next