]> granicus.if.org Git - clang/shortlog
clang
2018-08-09 Gabor MartonAdd support for importing imaginary literals
2018-08-09 David ChisnallCorrectly initialise global blocks on Windows.
2018-08-09 Petr Hosek[CMake] Use normalized Windows target triples
2018-08-09 Richard SmithRefactor attribute printing to be a bit more obviously...
2018-08-09 Emmett NeymanAdded another optimization pass to make vectorizing...
2018-08-09 Richard SmithDelete some unreachable AST printing code.
2018-08-08 Craig Topper[VFS] Remove superfluous semicolon from unittest.
2018-08-08 Craig Topper[Builtins] Add __builtin_clrsb support to IntExprEvalua...
2018-08-08 Petr Hosek[ADT] Normalize empty triple components
2018-08-08 Craig TopperRevert r339287 "[Builtins] Add __builtin_clrsb support...
2018-08-08 Craig Topper[Builtins] Add __builtin_clrsb support to IntExprEvalua...
2018-08-08 Pirama Arumuga... [Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBL
2018-08-08 Craig Topper[Builtins] Implement __builtin_clrsb to be compatible...
2018-08-08 Craig Topper[CodeGen][Timers] Enable llvm::TimePassesIsEnabled...
2018-08-08 Matt ArsenaultAMDGPU: Fix enabling denormals by default on pre-VI...
2018-08-08 JF BastienCDDecl More automatic variable tail padding test
2018-08-08 Scott Linder[DebugInfo][OpenCL] Address post-commit review for...
2018-08-08 Simon Pilgrim[CGObjCGNU] Rename GetSelector helper method to fix...
2018-08-08 Simon PilgrimFix -Wdocumentation warnings. NFCI.
2018-08-08 Balazs Keri[AST] Check described template at structural equivalenc...
2018-08-08 Henry Wong[analyzer] Fix a typo in `RegionStore.txt`.
2018-08-08 Kristof Umann[analyzer][UninitializedObjectChecker] Pointer/referenc...
2018-08-08 Kristof Umann[analyzer][UninitializedObjectChecker] Fixed a false...
2018-08-08 Balazs Keri[ASTImporter] Load external Decls when getting field...
2018-08-08 Balaji V. IyerFixed a breaking test case
2018-08-08 Volodymyr Sapsai[NFC][VFS] Fix typos in comments.
2018-08-08 Richard SmithPR38286: Don't crash when attempting to define a constr...
2018-08-08 Balaji V. Iyer[CodeGen] IncompleteArray Support
2018-08-07 Matt Davis[analyzer] Avoid querying this-pointers for static...
2018-08-07 Volodymyr Sapsai[VFS] Unify iteration code for VFSFromYamlDirIterImpl...
2018-08-07 Erik Pilkington[Sema] Ensure an auto non-type template parameter is...
2018-08-07 JF Bastien[NFC] Improve auto-var-init alignment check
2018-08-07 JF Bastien[NFC] CGDecl factor out constant emission
2018-08-07 Douglas YungFix one hard coded value I missed in r339185.
2018-08-07 Richard SmithClean up and simplify RequireCompleteType.
2018-08-07 Douglas YungMake test more robust by not checking hard coded debug...
2018-08-07 George Karpenkov[analyzer] [tests] Do not be verbose by default when...
2018-08-07 Martin Storsjo[Headers] Expand _Unwind_Exception for SEH on MinGW...
2018-08-07 Leonard Chan[Sema] Fix for crash on conditional operation with...
2018-08-07 Volodymyr Sapsai[VFS] Emit an error when entry at root level uses a...
2018-08-07 Sam Clegg[WebAssembly] Remove use of lld -flavor flag
2018-08-07 David Greene[WebAssembly] Force use of lld for test/Driver/wasm...
2018-08-07 Alexey Bataev[OPENMP] Mark variables captured in declare target...
2018-08-07 Scott Linder[OpenCL] Restore r338899 (reverted in r338904), fixing...
2018-08-07 Kristof Umann[analyzer][UninitializedObjectChecker] New flag to...
2018-08-07 Bruno Ricci[AST][NFC] Use unsigned in the bit-fields of IdentifierInfo
2018-08-07 Bruno Ricci[AST][NFC] Use unsigned in the bit-fields of PrintingPolicy
2018-08-07 David Chisnall[objc-gnustep] Don't emit .guess ivar offset vars.
2018-08-07 Krasimir Georgiev[clang-format] comment reflow: add last line's penalty...
2018-08-07 Karl-Johan... Fix clash of gcc toolchains in driver regression tests
2018-08-07 Matt ArsenaultAMDGPU: Add builtin for s_dcache_wb
2018-08-07 Matt ArsenaultAMDGPU: Add builtin for s_dcache_inv_vol
2018-08-07 JF BastienAuto var init test fix #2
2018-08-07 JF BastienRemove broken command flag
2018-08-07 JF Bastien[NFC] Test automatic variable initialization
2018-08-07 Artem Dergachev[analyzer] pr37204: Take signedness into account in...
2018-08-07 Artem Dergachev[analyzer] NFC: Document that we support implicit argum...
2018-08-07 Balaji V. IyerPerforming a test commmit as requested by Chris Lattner.
2018-08-06 Emmett NeymanChanged how LLVM IR was generated to increase vectorization
2018-08-06 George Karpenkov[analyzer] Add ASTContext to CheckerManager
2018-08-06 Stella Stamenova[lit, python] Always add quotes around the python path...
2018-08-06 Reka Kovacs[analyzer] InnerPointerChecker: fix displayed checker...
2018-08-06 Simon Marchi[VirtualFileSystem] InMemoryFileSystem::status: Return...
2018-08-06 Martin Storsjo[MinGW] Predefine UNICODE if -municode is specified...
2018-08-06 Leonard ChanFix for broken build on clang-hexagon-elf for ambiguous...
2018-08-06 Erich Keane[NFC] Remove TODO comment that no longer applies (Parse...
2018-08-06 Leonard ChanRemoved the OverflowConversionsToFract tests for now...
2018-08-06 Leonard ChanFix for failing test from sanitizer-x86_64-linux-fast...
2018-08-06 David GreeneForce test/Driver/fuchsia.c(pp) to use lld
2018-08-06 Benjamin Kramer[Fixed Point Arithmetic] Remove unused include.
2018-08-06 Bruno Ricci[AST] Remove unnecessary indirections in DeclarationNam...
2018-08-06 Leonard Chan[Fixed Point Arithmetic] Fixed Point Constant
2018-08-06 Leonard Chan[Fixed Point Arithmetic] Fix for FixedPointValueToString
2018-08-06 Bruno Ricci[AST] Add individual size info for Types in -print...
2018-08-06 Gabor Marton[ASTmporter] SourceRange-free function parameter checki...
2018-08-06 Bruno Ricci[AST] Move the enum in ObjCMethodDeclBitfields
2018-08-06 Louis Dionne[clang] Fix broken include_next in float.h
2018-08-06 Hans Wennborgclang-cl: Parse the new /JMC flag
2018-08-06 Jonas Toth[clang-rename] make clang-rename.py vim integration...
2018-08-06 Hsiangkai WangRevert "[DebugInfo] Generate debug information for...
2018-08-06 Hsiangkai Wang[DebugInfo] Generate debug information for labels....
2018-08-06 Hsiangkai Wang[DebugInfo] Use DbgVariableIntrinsic as the base class...
2018-08-06 Chandler Carruth[docs] Don't use the `asm` syntax highlighting (which...
2018-08-05 David BolvanskyFix tests for changed opt remarks format
2018-08-05 Bruno Ricci[AST][NFC] Remove unneeded forward declarations in...
2018-08-05 George Burgess IVUse Optional instead of unique_ptr; NFC
2018-08-04 Matt Morehouse[clang-fuzzer] Remove unused typedef.
2018-08-04 Richard SmithAvoid creating conditional cleanup blocks that contain...
2018-08-04 Emmett NeymanLLVM Proto Fuzzer - Run Functions on Suite of Inputs
2018-08-04 Richard Smith[www] Update cxx_status and cxx_dr_status now that...
2018-08-04 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-08-03 George Karpenkov[analyzer] Do not crash in NoStoreFuncVisitor notes...
2018-08-03 Volodymyr Sapsai[Preprocessor] Allow libc++ to detect when aligned...
2018-08-03 Eli FriedmanDiagnose invalid cv-qualifiers for friend decls.
2018-08-03 Reka Kovacs[analyzer] Add test for a crash fixed in r338775.
2018-08-03 Sergey Dmitriev[OpenMP] Encode offload target triples into comdat...
2018-08-03 Aaron BallmanProperly add shared locks to the initial list of locks...
2018-08-03 Erich Keane[NFC] Initialize a variable to prevent future invalid...
2018-08-03 Vlad TsyrklevichRevert "[OpenCL] Always emit alloca in entry block...
2018-08-03 Scott Linder[OpenCL] Always emit alloca in entry block for enqueue_...
next