]> granicus.if.org Git - clang/history - lib
Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
[clang] / lib /
2015-11-06 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-06 Alexander KornienkoRefactor: simplify boolean conditional return statement...
2015-11-05 Keno FischerFix crash in EmitDeclMetadata mode
2015-11-05 Peter CollingbourneCodeGen: Update for debug info API change.
2015-11-05 Richard SmithPR25368: Replace workaround for build failure with...
2015-11-05 Richard SmithImprove macro dumping to preserve semantically-relevant...
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 John McCallAfter some discussion, promote -fobjc-weak to a driver...
2015-11-05 Devin Coughlin[analyzer] Update RegionStoreManager::getBinding to...
2015-11-05 Alexandros Lamprineas[ARM] Clang gives unintended warning message for 'mthum...
2015-11-05 Manuel KlimekAllow use of private headers in different sub-modules.
2015-11-05 Andrey Bokhanko[x86] Additional small fix for MCU psABI support
2015-11-05 Xinliang David LiUse profile data template file for covmap func record...
2015-11-05 Alexander KornienkoMake ArgumentAdjuster aware of the current file being...
2015-11-05 NAKAMURA TakumiTestModuleFileExtension.cpp: Include <cstdio> explicitl...
2015-11-05 Richard Smith[modules] Don't merge an anonymous enum definition...
2015-11-05 David MajnemerFix build break
2015-11-05 David Majnemer[Lex] Add __has_builtin support for __make_integer_seq
2015-11-05 Richard Smith[modules] If we're given a module file, via -fmodule...
2015-11-05 Aaron BallmanThe control expression for a _Generic selection express...
2015-11-04 Daniel Jasperclang-format: Turn on wrapping before "else" for WebKit...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Devin Coughlin[analyzer] Add 'optin' checker package and move localiz...
2015-11-04 Richard Smith[modules] Generalize the workaround for multiple ambigu...
2015-11-04 Nathan Wilson[Concepts] Add diagnostics which fall under [dcl.spec...
2015-11-04 Stephen CanonAllow compound assignment expressions to be contracted...
2015-11-04 Aaron BallmanSilence "enumeral and non-enumeral type in conditional...
2015-11-04 David Majnemer[Sema] Implement __make_integer_seq
2015-11-03 Devin Coughlin[analyzer] Move the ObjCGenericsChecker out of the...
2015-11-03 Douglas GregorIntroduce module file extensions to piggy-back data...
2015-11-03 Douglas GregorSimplify Sema::ProcessPropertyDecl. NFC
2015-11-03 David MajnemerRemove unused #include
2015-11-03 Martell MaloneRemove some legacy mingw-w64 gcc struct info
2015-11-03 Craig TopperFix a couple intrinsic header comments. NFC
2015-11-03 Richard Smith[modules] Rationalize the behavior of Decl::declaration...
2015-11-03 Douglas GregorEliminate "rewritten decls" from the AST writer. NFC
2015-11-03 Richard SmithSwitch to using an explicit scope object to ensure...
2015-11-03 Douglas GregorStop back-patching 'readonly' Objective-C properties...
2015-11-02 Reid Kleckner[PTH] Fix data length used for stat cache entries
2015-11-02 Daniel Jasperclang-format: Simplify and improve stop condition for...
2015-11-02 Tim NorthoverFix va_arg on watchOS.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Reid KlecknerSink some PTHManager includes out of Preprocessor.h
2015-11-02 Andrey Bokhanko[x86] Front-end part of MCU psABI support
2015-11-02 David Majnemer[MS ABI] Don't zero-initialize vbptrs in bases
2015-11-01 Daniel Jasperclang-format: Be slightly more cautious when formatting...
2015-10-31 David Majnemer[MSVC Compat] Permit conversions from pointer-to-functi...
2015-10-31 Akira Hatanaka[CodeGen] Call SetInternalFunctionAttributes to attach...
2015-10-31 Saleem AbdulrasoolSema: correct typo recovery with blocks
2015-10-30 NAKAMURA TakumiCGExprConstant.cpp: Appease Modules.
2015-10-30 Tim NorthoverSupport tvOS and watchOS availability attributes
2015-10-30 Tim NorthoverARMv7k: implement ABI changes for watchOS from standard...
2015-10-30 Tim NorthoverDisable SjLj exceptions for watchOS
2015-10-30 Tim NorthoverWatch and TV OS: wire up basic ABI choices
2015-10-30 Tim NorthoverPreprocessor: define correct tvOS and watchOS version...
2015-10-30 Tim NorthoverSupport watchOS and tvOS driver options
2015-10-30 Sean EvesonReapply r251621 "[Analyzer] Widening loops which do...
2015-10-30 Vasileios KalintirisRevert "[mips] Add support for the new mips-mti-linux...
2015-10-30 Sean EvesonRevert r251621 "[Analyzer] Widening loops which do...
2015-10-30 Renato GolinRevert "Try to run and investigate the mips-mti-linux...
2015-10-30 Vasileios KalintirisTry to run and investigate the mips-mti-linux.c test...
2015-10-30 Saleem AbdulrasoolFormat: support inline namespaces
2015-10-30 John McCallInitialize @catch variables correctly in fragile-runtim...
2015-10-29 John McCallFix the emission of ARC ivar layouts in the non-fragile...
2015-10-29 John McCallAdd support for __builtin_{add,sub,mul}_overflow.
2015-10-29 Daniel Jasperclang-format: [JS] Add goog.setTestOnly to the list...
2015-10-29 Sylvestre Ledruadd support of the latest Ubuntu (Xenial Xerus)
2015-10-29 Vasileios Kalintiris[mips] Add support for the new mips-mti-linux toolchain.
2015-10-29 Sean Eveson[Analyzer] Widening loops which do not exit
2015-10-29 Saleem AbdulrasoolDriver: CrossWindows sanitizers link support
2015-10-29 Saleem AbdulrasoolDriver: inline some small arrays
2015-10-29 Saleem AbdulrasoolDriver: tweak CrossWindows sanitizer support
2015-10-29 George Burgess IV[Sema] Implement -Wdouble-promotion for clang.
2015-10-28 Reid Kleckner[WinEH] Mark calls inside cleanups as noinline
2015-10-28 Reid KlecknerFix the calling convention of Mingw64 long double values
2015-10-28 Ben LangmuirFix missing builtin identifier infos with PCH+modules
2015-10-28 Benjamin KramerMove global classes into anonymous namespaces. NFC.
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 Alexandros LamprineasWhen running clang with an arm triple such as '--target...
2015-10-28 Eric ChristopherReflow comment.
2015-10-28 John McCallRefine r251469 to give better (and more localizable...
2015-10-28 Saleem AbdulrasoolDriver: support -fuse-ld= on cross windows
2015-10-28 Akira Hatanaka[CodeGen] Attach function attributes to Objective-C...
2015-10-28 Daniel Jasperclang-format: When a line is formatted, also format...
2015-10-28 John McCallAdd the ability to define "fake" arguments on attributes.
2015-10-27 Daniel Jasperclang-format: Increase cut-off limit for number of...
2015-10-27 Anna Zaks[analyzer] Assume escape is possible through system...
2015-10-27 Nico WeberTweak how -Wunused-value interacts with macros
2015-10-27 Daniel Sanders[mips] Separated mips specific -Wa options, so that...
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
2015-10-27 Will Wilson[MSVC] Workaround for ICE in cl.exe when compiling...
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 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
next