]> granicus.if.org Git - clang/shortlog
clang
2016-01-16 NAKAMURA Takumiclang/test/Driver/darwin-multiarch-arm.c: Appease the...
2016-01-16 Justin LebarFix buildbot bustage in Driver/darwin-multiarch-arm...
2016-01-16 NAKAMURA Takumi[Cygwin] Use -femulated-tls by default since r257718...
2016-01-16 Justin LebarRespect bound archs, even when they don't alter the...
2016-01-16 Argyrios Kyrtzidis[libclang] Add missing CINDEX_LINKAGE from some new...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2016-01-16 Argyrios Kyrtzidis[libclang] Introduce APIs for evaluating a cursor and...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for ParsedType...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for TemplateTy...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for DeclGroupPtrTy...
2016-01-15 David BlaikieOpaquePtr: Provide conversion-from-nullptr_t to make...
2016-01-15 Chris Bieneman[CMake] Fix bots broken by including order file generat...
2016-01-15 Joerg SonnenbergerAvoid self-assignment of SmallString, trigger UB behavi...
2016-01-15 Nico WeberMake -Wdelete-non-virtual-dtor warn on explicit `a...
2016-01-15 Devin Coughlin[analyzer] Check for return of nil in ObjC methods...
2016-01-15 Chris Bieneman[CMake] [Order-files] Use print_function as an attempt...
2016-01-15 Chris Bieneman[CMake] Support generation of linker order files using...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2016-01-15 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2016-01-15 James Y KnightFix a -Wparentheses warning in ASTDiagnostic.cpp.
2016-01-15 Richard TrieuFixing more issues with template type diffing
2016-01-15 Richard TrieuAdd new diff modes to template type diffing.
2016-01-15 Alexey BataevPR26111: segmentation fault with __attribute__((mode...
2016-01-15 Alexey Bataev[X86] Support 'interrupt' attribute for x86
2016-01-15 Akira Hatanaka[CodeGen] Attach attributes to thread local wrapper...
2016-01-15 Richard SmithWhen copying whitespace flags from the token naming...
2016-01-15 Richard TrieuSave the integer type for integral template arguments.
2016-01-15 Richard TrieuMake template type diffing use the new desguared iterator.
2016-01-14 Justin Lebar[CUDA] Warn undeclared identifiers in CUDA kernel calls
2016-01-14 Richard TrieuChange the TSTiterator in Template Type Diffing.
2016-01-14 Richard TrieuRefactor template type diffing
2016-01-14 Chris Bieneman[CMake] Move the install logic for libclang's headers...
2016-01-14 Chris Bieneman[CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
2016-01-14 Justin Lebar[CUDA] Add test for compiling CUDA code with -S.
2016-01-14 Justin Lebar[CUDA] Invoke ptxas and fatbinary during compilation.
2016-01-14 Justin LebarDon't build jobs for the same Action + ToolChain twice.
2016-01-14 Justin Lebar[CUDA] Add tests for compiling CUDA files with -E.
2016-01-14 Rui UeyamaUpdate for LLVM function name change.
2016-01-14 Dan Gohman[WebAssembly] Configure some simple include paths and...
2016-01-14 Krzysztof Parzyszek[Hexagon] Change all builtins returning "bool" to retur...
2016-01-14 Daniel Jasperclang-format: Fix incorrectly enforced linebreak with...
2016-01-14 Scott Egerton[mips] Added support for -Wa,-mips32 and similar.
2016-01-14 Andrey BokhankoFix for armv7-a15 and thumbv7-a15 buildbot fails.
2016-01-14 Andrey BokhankoCorrect setting of UserLabelPrefix for MCU target.
2016-01-14 Andrey BokhankoPR25910: clang allows two var definitions with the...
2016-01-14 Daniel Jasperclang-format: [JS] Fix incorrect line break leading...
2016-01-14 Peter CollingbourneDriver: Remove SanitizerArgs::clear() function and...
2016-01-14 Peter CollingbourneCodeGen: Only emit CFI unrelated cast checks for bit...
2016-01-13 George Burgess IV[Sema] Suppress diags in overload resolution.
2016-01-13 Richard SmithUpdate cxx_dr_status for latest issues list.
2016-01-13 Richard SmithUpdate make_cxx_dr_status after the 3.8 branch.
2016-01-13 Hans WennborgUpdate cxx_dr_status.html after the 3.8 branch
2016-01-13 Hans WennborgUpdate version to 3.9
2016-01-13 Daniel Jasperclang-format: [ObjC+JS] Allow bin-packing of array...
2016-01-13 Scott EgertonRevert r257602 because it breaks integrated-as.s on...
2016-01-13 Artem DergachevRevert "[analyzer] Provide .def-files and visitors...
2016-01-13 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2016-01-13 Scott Egerton[mips] Added support for -Wa,-mips32 and similar.
2016-01-13 Artem Dergachev[analyzer] Fix SVal/SymExpr/MemRegion class and enum...
2016-01-13 Alexey Bataev[OPENMP] Fix for declarative/standalone directives...
2016-01-13 Eugene ZelenkoInstall scan-build and scan-view only if Static Analyze...
2016-01-13 George Burgess IV[Bugfix] Fix ICE on constexpr vector splat.
2016-01-13 Justin Lebar[CUDA] Rename check-prefixes in cuda-options.cu and...
2016-01-13 Bob WilsonGeneralize r256026 to apply to all MachO targets, not...
2016-01-13 Justin Lebar[CUDA] Report an error if code tries to mix incompatibl...
2016-01-12 Frederic Riss[Darwin] Fix deployment target detection
2016-01-12 Hans WennborgFollow-up to r257537: add test that majnemer asked...
2016-01-12 Hans Wennborgclang-cl: Support /Dfoo#bar (PR25984)
2016-01-12 Laszlo NagyD9600: Add scan-build python implementation
2016-01-12 Justin Lebar[CUDA] Add explicit mapping from sm_XX to compute_YY.
2016-01-12 Richard SmithImprove AST dumping:
2016-01-12 Aaron BallmanProperly track the end location of an exception specifi...
2016-01-12 Adrian PrantlModule debugging: Make the module format part of the...
2016-01-12 Hans WennborgDon't store CGOpenMPRegionInfo::CodeGen as a reference...
2016-01-12 Richard Smith[modules] Don't diagnose a conflict between two using...
2016-01-12 Dimitry AndricAdd a clang test for r257376 (Ensure -mcpu=xscale works...
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-12 Ismail DonmezRevert r253898 and r253899, this breaks mingw compilati...
2016-01-12 Pierre Gousseau[analyzer] Fix RangeConstraintManager's pinning of...
2016-01-12 Pierre Gousseau[analyzer] Evaluate integral casts as cast symbols...
2016-01-12 Alexey BataevPR18513: make gcc compatible layout for bit-fields...
2016-01-12 Alexey BataevFix infinite recursion for invalid declaration, by...
2016-01-12 Daniel Jasperclang-format: [JS] Support exporting abstract classes.
2016-01-11 Justin Lebar[CUDA] Reject values for --cuda-gpu-arch that are not...
2016-01-11 Justin LebarAdd an Action* member to InputInfo.
2016-01-11 Justin LebarMake Driver::BuildJobsForAction return an InputInfo...
2016-01-11 Justin LebarMove ownership of Action objects into Compilation.
2016-01-11 Daniel Jasperclang-format: [JS] Teach clang-format about "export...
2016-01-11 Richard SmithWhen a tag is declared in prototype scope in C, if...
2016-01-11 James Y KnightPR26087: Use nonstandard MSVC extension for VS2015...
2016-01-11 Reid KlecknerFix -Wmicrosoft-enum-value warning
2016-01-11 Akira Hatanaka[Sema] Issue a warning for integer overflow in struct...
2016-01-11 Benjamin Kramer[clang-format] Fix comment aligning when there are...
2016-01-11 Daniel Jasperclang-format: Fix overloading "operator," definitions...
2016-01-11 Dan Gohman[WebAssembly] Fix a typo in a comment.
2016-01-11 Manuel KlimekFix assert hit when tree-transforming template template...
2016-01-11 Daniel Jasperclang-format: Slightly row back on r257257.
2016-01-11 Daniel Jasperclang-format: [JS] Improve line-flow when calling funct...
2016-01-11 Yury GribovAnalysisConsumer: use canonical decl for both lookup...
2016-01-10 Ekaterina RomanovaAccidentally removed part of the file header. Restoring...
next