]> granicus.if.org Git - clang/shortlog
clang
2015-04-08 David BlaikieRemove redundant virtual on member functions marked...
2015-04-08 Alexey Bataev[OPENMP] Allow redeclaration of variables as threadprivate.
2015-04-08 Aaron BallmanAppease build bots that cannot find a viable conversion...
2015-04-08 Aaron BallmanGenerate a diagnostic when a catch handler cannot execu...
2015-04-08 Reid KlecknerUse the most recent previous decl to check if inline...
2015-04-07 David Majnemer[Sema] Correctly recurse when looking for [*] in functi...
2015-04-07 Reid KlecknerRevert "Mark instantiated function decls as inline...
2015-04-07 Duncan P. N... Revert "Fix a compiler error under MSVC"
2015-04-07 Sanjay Patelfix typo; NFC
2015-04-07 Fariborz Jahanian[Objective-C Sema] Patch to not issue unavailbility...
2015-04-07 Duncan P. N... DebugInfo: LLVM API change in r234326 for array-like...
2015-04-07 Daniel Jasperclang-format: Fix regression formatting QT's "signals...
2015-04-07 Daniel Jasperclang-format: Don't allow labels when expecting declara...
2015-04-07 Timur IskhodzhanovFix a compiler error under MSVC
2015-04-07 Daniel JasperRevert "[SEH] Implement filter capturing in CodeGen"
2015-04-07 Daniel Jasperclang-format: Improve nested block formatting.
2015-04-07 Daniel Jasperclang-format: Indent relative to the ./-> and not the...
2015-04-07 David Majnemer[Sema] Don't crash when __attribute__((nonnull)) is...
2015-04-07 Duncan P. N... DebugInfo: Update for LLVM change in r234290
2015-04-07 David Majnemer[Sema] Don't permit dependent alignments on non-depende...
2015-04-07 Bob WilsonReport an error when -m<os>-version-min= does not speci...
2015-04-07 Reid Kleckner[WinEH] Don't create an alloca for unnamed catch parameters
2015-04-06 Reid Kleckner[SEH] Implement filter capturing in CodeGen
2015-04-06 Duncan P. N... CGDebugInfo: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N... DebugInfo: Use DILexicalBlockFile::getContext() over...
2015-04-06 James DennettFix a call to std::unique to actually discard the trail...
2015-04-06 Benjamin KramerMSan told me that we actually dump the entire scratch...
2015-04-06 Benjamin KramerPrefer uninitialized memory for scratch space.
2015-04-06 Fariborz Jahanian[Objective-C patch] Patch to fix a crash in IRGen because
2015-04-06 David BlaikieFix this test so it doesn't try to open a file to write...
2015-04-06 Aaron BallmanGating clang-fuzzer on the same conditions required...
2015-04-06 Michael KupersteinHasSideEffects() should return false for calls to pure...
2015-04-06 Benjamin KramerUpdate our list of distros a bit.
2015-04-06 NAKAMURA Takumiclang/test/Profile/profile-does-not-exist.c: Avoid...
2015-04-06 Rafael EspindolaThis reverts commit r234104, bringing back 233393...
2015-04-06 Nico WeberDon't crash when passing a non-existent file to -fprofi...
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-05 Benjamin KramerReplace copy loop with std::copy.
2015-04-05 David MajnemerSwitch test from wchar_t to char32_t
2015-04-05 David Majnemer[AST] String literal operator templates have two templa...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 Rafael EspindolaRevert "Revert "Revert "Don't use unique section names...
2015-04-04 Rafael EspindolaRevert "Revert "Don't use unique section names by defau...
2015-04-04 David Blaikie[opaque pointer type] more GEP API migrations
2015-04-04 Sanjay PatelRemove the cl-no-signed-zeros cc1 option
2015-04-04 Daniel Jasperclang-format: [JS] Understand object literals with...
2015-04-04 David Majnemer[MS ABI] A pointer-to-function cannot be caught as...
2015-04-04 Eric ChristopherComplete comment. Reflow conditional.
2015-04-03 David Blaikie[opaque pointer type] Explicitly specify some types...
2015-04-03 Daniel Jasperclang-format: [Proto] No alternate operator names.
2015-04-03 Manman Ren[i386 ABI] expand small C like structs in C++, just...
2015-04-03 David Blaikie[opaque pointer type] Explicitly specify type to CreateGEP
2015-04-03 Eric ChristopherMake this test not rely on a backend being registered.
2015-04-02 Sean CallananAdded support for attributed types to the ASTImporter.
2015-04-02 Eric ChristopherAdd a question mark to the end of an interrogatory...
2015-04-02 Eric ChristopherUnify warnings/errors from "maybe you meant" to "did...
2015-04-02 Reid KlecknerCorrect typos in SEH filter expressions
2015-04-02 Fariborz Jahanian[Objective-C SDK modernizer]. Patch to convert setter...
2015-04-02 David Blaikie[opaque pointer type] Update for GEP API changes in...
2015-04-02 Reid Kleckner[AST] Shrink the Stmt hierarchy with LLVM_PTR_SIZE...
2015-04-02 Benjamin KramerLower the default alignment on ASTContext's operator...
2015-04-02 Benjamin Kramer[ast] Put the Stmt hierarchy on a diet for 64 bit targets.
2015-04-02 Russell Gallop[utils] Add Check Compile Flow Consistency tool (check_...
2015-04-02 Alexey Bataev[OPENMP] Fix crash on private variables not used in...
2015-04-02 Benjamin KramerPartially revert "Replace custom alignment enforcement...
2015-04-02 Benjamin KramerReplace custom alignment enforcement with LLVM_ALIGNAS.
2015-04-02 Alexey Bataev[OPENMP] Fix crash on private variables not used in...
2015-04-02 Peter CollingbourneImplement CFI type checks for non-virtual calls.
2015-04-01 Reid KlecknerAdd test intended for commit in r231317
2015-04-01 Alexey Samsonov[UBSan] Embed UBSan into ASan runtime (Clang part).
2015-04-01 Eli BenderskySet the type of ptrdiff_t to signed on NVPTX targets
2015-04-01 Reid KlecknerRe-land "MS ABI: lambda call operators are instance...
2015-04-01 Reid KlecknerRun dos2unix on test/PCH/cxx1y-lambdas.mm
2015-04-01 Richard SmithMinor simplification: do typo-correction before handlin...
2015-04-01 Eli BenderskySet NVPTX64 target's size_t to match other 64-bit targets
2015-04-01 Reid KlecknerFix inlinehint.cpp with an explicit triple to avoid...
2015-04-01 Reid KlecknerRemove comdats from inlinehint.cpp to pass test on...
2015-04-01 Reid KlecknerFix data layout mismatch between LLVM and Clang for...
2015-04-01 Reid KlecknerTry to fix nacl-direct.c driver test in Cygwin environment
2015-04-01 Reid KlecknerMark instantiated function decls as inline specified...
2015-04-01 Ulrich Weigand[SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemap
2015-04-01 Ulrich Weigand[SystemZ] Add header files to Makefile / module.modulemap
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-04-01 Elena DemikhovskyAVX-512: added clang intrinsics for logical and, or...
2015-04-01 David Majnemer[MS ABI] Disregard restrictive exception specifications
2015-04-01 Alexey Bataev[OPENMP] Sema analysis for 'atomic capture' construct.
2015-03-31 Fariborz Jahanian[Objective-C metadata patch]. Patch to allocate one...
2015-03-31 Derek SchuffFix nacl's clang driver tests to tolerate libdir suffix...
2015-03-31 Benjamin Kramer[lex] Bitfieldize some booleans.
2015-03-31 Eli BenderskyAdd sm_37 target to Clang for NVPTX
2015-03-31 Tom StellardSema: Accept pointers to any address space for builtin...
2015-03-31 Daniel Jasperclang-format: [JS] Support getters, setters and methods...
2015-03-31 Daniel JasperMake new test slightly more generic to allow running...
2015-03-31 Craig Topper[X86] Use getHostCPUFeatures when 'native' is specified...
2015-03-31 Eric ChristopherUpdate for llvm commit r233648.
2015-03-30 Fariborz Jahanian[Objective-C patch]. Amend TransformObjCMessageExpr...
2015-03-30 Derek SchuffAdd driver support for Native Client SDK
2015-03-30 Jordan Rose[analyzer] Add test for previous commit.
2015-03-30 Jordan Rose[analyzer] Disable all retain count diagnostics on...
next