]> granicus.if.org Git - clang/shortlog
clang
2015-04-16 Daniel Jasperclang-format: [JS] handle comments in template strings.
2015-04-16 Daniel Jasperclang-format: Undo r214508. It was essentially always...
2015-04-16 Alexey Bataev[OPENMP] Codegen for 'copyin' clause in 'parallel'...
2015-04-16 Alexey Bataev[OPENMP] Codegen for 'lastprivate' clause in 'for'...
2015-04-16 Duncan P. N... DebugInfo: Prepare for DIDescriptor to be gutted in...
2015-04-16 Duncan P. N... DebugInfo: Prepare for DIScope to be gutted in LLVM
2015-04-16 Duncan P. N... DebugInfo: Prepare for DIType to be gutted
2015-04-15 Duncan P. N... DebugInfo: Prepare for LLVM change removing DIType...
2015-04-15 Dmitri GribenkoComment parsing: fix an assertion failure on a verbatim...
2015-04-15 Duncan P. N... DebugInfo: Prepare for LLVM gutting DICompileUnit/DIFile
2015-04-15 Nico WeberDon't crash when a selectany symbol would get common...
2015-04-15 DeLesley HutchinsFix for PR20402 in -Wconsumed.
2015-04-15 Eli BenderskyCreate a frontend flag to disable CUDA cross-target...
2015-04-15 Nico Weberclang-format a line containing nothing but a "{". No...
2015-04-15 Nico WeberMake __declspec(selectany) turn variable declartions...
2015-04-15 Duncan P. N... DebugInfo: Pass DebugLocs when creating intrinsics
2015-04-15 Jonathan RoelofsFix docs typo in FunctionTemplateSpecializationInfo
2015-04-15 Fariborz Jahanian[Objective-C Sema]This patch fixes the warning when...
2015-04-15 Hans Wennborgclang-cl: support -fsyntax-only (PR23197)
2015-04-15 Alexey BataevChanged test to not brake ARM buildbots, NFC.
2015-04-15 Renato GolinRevert "[CodeGen] Fix crash with duplicated mangled...
2015-04-15 Daniel Jasperclang-format: Determine "in" as a keyword in ObjC for...
2015-04-15 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'for...
2015-04-15 Richard TrieuUse concrete type instead of auto in for-loop. No...
2015-04-15 Duncan P. N... uselistorder: Remove dead include
2015-04-15 Duncan P. N... uselistorder: -mllvm -preserve-ll-use-list-order =...
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-15 Duncan P. N... uselistorder: -mllvm -preserve-bc-use-list-order =...
2015-04-15 Reid KlecknerMove the logic to avoid double global emission from...
2015-04-15 Duncan P. N... uselistorder: Update for LLVM API change in r234959
2015-04-14 Reid KlecknerReland r234613 (and follow-ups 234614, 234616, 234618)
2015-04-14 Duncan P. N... IR: Change clang to set -preserve-bc-uselistorder
2015-04-14 Fariborz Jahanian[SemaCXX patch] Patch to fix a crash when a 'delete...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2015-04-14 Tom StellardR600: Add GCC reg names
2015-04-14 Anton Yartsev[analyzer] This implements potential undefbehavior...
2015-04-14 Petar Jovanovic[Mips] Generate warning for invalid '-mnan' and '-march...
2015-04-14 Nikola SmiljanicRemove useless statement.
2015-04-14 Alexey Bataev[OPENMP] Fixed codegen for arrays in 'copyprivate'...
2015-04-14 Alexey Bataev[OPENMP] Initial codegen for 'parallel sections' directive.
2015-04-14 Duncan P. N... DebugInfo: Prepare for DISubprogram/DILexicalBlock...
2015-04-13 Richard TrieuAdd new warning -Wrange-loop-analysis to warn on copies...
2015-04-13 Nico WeberRevert r234613 (and follow-ups 234614, 234616, 234618...
2015-04-13 Nico WeberRevert r234786, it contained a bunch of stuff I did...
2015-04-13 Nico WeberRevert r234613 (and follow-ups 234614, 234616, 234618...
2015-04-13 Argyrios Kyrtzidis[CodeGen] Fix crash with duplicated mangled name.
2015-04-13 Argyrios Kyrtzidis[libclang] Add functions to get information about fields.
2015-04-13 Daniel Jasperclang-format: [JS] Support index signature types.
2015-04-13 Daniel Jasperclang-format: [JS] support optionality markers in JS...
2015-04-13 Daniel Jasperclang-format: [JS] Allow periods and commata in class...
2015-04-13 Justin BognerInstrProf: Simplify getStmtCount by using an Optional
2015-04-13 Rafael EspindolaBring r234620 back now that llvm is fixed.
2015-04-13 NAKAMURA TakumiReformat.
2015-04-13 NAKAMURA TakumiRevert r234620 and others, "Actually check if lseek...
2015-04-13 Alexey Bataev[OPENMP] Initial codegen for 'parallel for' directive.
2015-04-13 NAKAMURA TakumiSuppress clang/test/PCH/emit-pth.c on win32, for now...
2015-04-12 Hans Wennborgclang-cl: Expose -f[no-]diagnostics-color
2015-04-11 Nico WeberRevert r234581, it might have caused a few miscompiles...
2015-04-11 Duncan P. N... DebugInfo: Switch from replaceAllUsesWith() to replaceT...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 NAKAMURA Takumiclang/test/CodeGenCXX/static-data-member-single-emissio...
2015-04-11 Hans Wennborgclang-cl: support -fno-color-diagnostics (PR23109)
2015-04-11 Hans Wennborgclang-cl: support -fmacro-backtrace-limit
2015-04-11 Nemanja IvanovicAdd Clang support for -mdirect-move on PPC
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Richard TrieuImprove the error message for assigning to read-only...
2015-04-11 Reid KlecknerOnly notify consumers about static data members of...
2015-04-11 Ahmed Bougacha[Driver] Properly support -mglobal-merge using explicit...
2015-04-10 Derek SchuffNaCl ARM: fix assembler float abi flags
2015-04-10 Ben LangmuirWorkaround a performance issue with modules + PCH
2015-04-10 Fariborz Jahanian[Objective-C Sema] Fixes a typo which did not allow
2015-04-10 Benjamin Kramer[tblgen] Use StringRef::trim
2015-04-10 Joerg SonnenbergerCreate the correct profiling symbol on NetBSD.
2015-04-10 Joerg SonnenbergerCreate correct platform-specific target for NetBSD...
2015-04-10 Kaelyn TakataDon't eagerly typo-correct to a keyword if the next...
2015-04-10 Rafael EspindolaTestcase for the previous commit.
2015-04-10 Rafael EspindolaActually check if lseek works instead of using a filena...
2015-04-10 Reid Kleckner[SEH] Add test for inline functions using SEH helpers
2015-04-10 Reid KlecknerReally fix exceptions-seh-finally.c
2015-04-10 Reid KlecknerTry to fix exceptions-seh-finally.c
2015-04-10 Reid Kleckner[SEH] Re-land r234532, but use internal linkage for...
2015-04-10 Reid Kleckner[Frontend] Close open file handles before renaming...
2015-04-10 Benjamin KramerDon't rely on implicit CallSite construction.
2015-04-10 Rafael EspindolaTry to make MSVC happy.
2015-04-10 Rafael EspindolaReturn std::unique_ptr to avoid a release and recreate.
2015-04-10 Rafael EspindolaUse a std::unique_ptr to make it easier to see who...
2015-04-10 Rafael EspindolaReturn a pointer instead of having a pointer outparam...
2015-04-10 Aaron BallmanInitializing an uninitialized data member; should be...
2015-04-10 Rafael EspindolaReturn a pointer instead of having a pointer outparam...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible...
2015-04-10 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'parallel...
2015-04-10 Arnaud A. de... Remove threshold for inserting lifetime markers for...
2015-04-10 Szabolcs SiposReverting test commit.
2015-04-10 Szabolcs SiposTest commit.
2015-04-10 Alexey Bataev[OPENMP] Fixed cleanup of OpenMP code.
2015-04-10 Nick LewyckyFix typo in test. There is no %clangcxx, but there...
2015-04-10 Alexey Bataev[OPENMP] Fixing troubles with lambdas in cleanups.
2015-04-10 Alexey Bataev[OPENMP] Fixed incompatibility with MSVC, NFC.
2015-04-10 David Majnemer[Sema] Don't assume that an initializer list has an...
2015-04-10 Alexey Bataev[OPENMP] Refactoring of codegen for OpenMP directives.
next