]> granicus.if.org Git - clang/shortlog
clang
2016-03-30 Vassil VassilevAdd -emit-llvm-only to the regression test for PR21547.
2016-03-30 Vassil VassilevCanonicalize UnaryTransformType types when they don...
2016-03-30 Aaron BallmanSilencing warnings from MSVC 2015 Update 2. Both of...
2016-03-30 Matt ArsenaultAMDGPU: Remove separate r600 double data layout
2016-03-30 Oleg Ranevskyy[Clang][ARM] __va_list declaration is not saved in...
2016-03-30 Justin Lebar[Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/
2016-03-30 Vassil Vassilev[modules] Write out identifiers if the ID is local...
2016-03-30 Vassil Vassilev[modules] Add a regression test for PR21547.
2016-03-30 Vedant Kumar[c-index-test] Delete dead function, NFC
2016-03-30 Jonas Paulsson[SystemZ] Specify required features for builtins.
2016-03-30 Teresa JohnsonPrepare tests for change to emit Module SourceFileName...
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-30 Gabor Horvath[analyzer] Fix an assertion fail in hash generation.
2016-03-30 Stephan BergmannFor MS ABI, emit dllexport friend functions defined...
2016-03-30 Xiuli Pan[OpenCL] Fix pipe builtin bugs
2016-03-30 Bruno Cardoso... [Driver] Quote clang full version in dwarf producer...
2016-03-29 Bruno Cardoso... [CrashReproducer] Cleanup and move functionality around...
2016-03-29 Yunzhong GaoFixing PR26558: remove the adx target attribute require...
2016-03-29 Betul Buyukkurt[PGO] Test case fix for r264783
2016-03-29 Bruno Cardoso... [Sema] Attempt [3] to fix tests for utf-8 invalid forma...
2016-03-29 Ed SchoutenEnable the SafeStack sanitizer on CloudABI by default.
2016-03-29 Bruno Cardoso... [Sema] Attempt [2] to fix tests for utf-8 invalid forma...
2016-03-29 Betul Buyukkurt[PGO] Move the instrumentation point closer to the...
2016-03-29 Nico Weberclang-cl: Silently ignore /d2FastFail flag.
2016-03-29 Bruno Cardoso... [Sema] Attempt to fix tests for utf-8 invalid format...
2016-03-29 Eric LiuRemoved class FormatStyle, which is a struct, forward...
2016-03-29 Chris Bieneman[Order Files] Fix order file usage
2016-03-29 Bruno Cardoso... [Sema] Handle UTF-8 invalid format string specifiers
2016-03-29 Eric LiuAdded formatAndApplyAllReplacements that works on multi...
2016-03-29 Justin Lebar[CUDA] Add missing #undef __DEVICE__ to CUDA shim header.
2016-03-29 Justin Lebar[CUDA] Fix order of overloading preferences in comment.
2016-03-29 Justin Lebar[CUDA] Make CUDA description strings in langopts into...
2016-03-29 Justin Lebar[CUDA] Remove three obsolete CUDA cc1 flags.
2016-03-29 Konstantin... [AMDGPU] Switch linker to amdphdrs + update test
2016-03-29 Hrvoje VargaAdd additional Hi/Lo registers to Clang MipsTargetInfoBase
2016-03-29 Alexey Bataev[OPENMP 4.5] Allow data members in 'aligned' clause.
2016-03-29 Mike SpertusVisual Studio native visualization for TemplateParamete...
2016-03-29 Mike SpertusVisual Studio native visualizer for InjectedClassNameType
2016-03-29 Alexey Bataev[OPENMP] Remove extra code transformation.
2016-03-29 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Devin Coughlin[analyzer] Use BodyFarm-synthesized body even when...
2016-03-28 Adam Nemet[PGO] More comments how function pointers for indirect...
2016-03-28 Sean CallananImprovements to the ASTImporter to support LLDB top...
2016-03-28 Richard Smith[modules] If both a module file and a module map for...
2016-03-28 Jacques Pienaar[lanai] Add Lanai backend to clang driver.
2016-03-28 Reid KlecknerUpdate the description of Clang's MSVC compatibility...
2016-03-28 Devin Coughlin[analyzer] Nullability: Don't warn along paths where...
2016-03-28 Reid KlecknerPaper over the Windows-only enum initialization test...
2016-03-28 Mike SpertusThis file was accidentally committed with bad line...
2016-03-28 Mike SpertusConvert to Unix line endings due to previous commit...
2016-03-28 Mike SpertusUse VS2015 Project Support for Natvis to eliminate...
2016-03-28 Nico WeberWindows: Shrink sizeof(MacroInfo) from 256 to 248,...
2016-03-28 Nico WeberReduce size of DefinitionData from 120 to 96 bytes...
2016-03-28 Alexey BataevRevert "[OPENMP] Allow runtime insert its own code...
2016-03-28 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Michael Zuckerman[CLANG][avx512][BUILTIN] Adding fixupimm{pd|ps|sd|ss}
2016-03-28 Alexey BataevRevert "[OPENMP] Allow runtime insert its own code...
2016-03-28 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Richard SmithP0138R2: Allow direct-list-initialization of an enumera...
2016-03-28 David MajnemerFix serialization/deserialization for __uuidof
2016-03-27 Richard Smith[modules] When encoding SourceLocations in bitcode...
2016-03-27 Richard SmithEncapsulate a couple of on-disk structures a little...
2016-03-27 Richard SmithRemove unused support for replacing declarations from...
2016-03-27 David MajnemerUse the correct alignment for uuid descriptors
2016-03-27 David MajnemerImprove the representation of CXXUuidofExpr
2016-03-26 Faisal Vali[NFC] Tweak diagnostic for template template arguments...
2016-03-26 Bob WilsonCheck if a path is already absolute before trying to...
2016-03-26 Faisal Vali[Cxx1z-constexpr-lambda-P0170R1] Support parsing of...
2016-03-25 Richard SmithDon't warn on "use" of undefined inline function that...
2016-03-25 Richard SmithStore list of undefined-but-used objects in a determini...
2016-03-25 Richard SmithDelete dead variable.
2016-03-25 Devin Coughlin[analyzer] Add CIFIlter modeling to DeallocChecker.
2016-03-25 Samuel Benzaquen[ASTMatchers] Don't use brace-init lists.
2016-03-25 Manman Ren[ObjCXX] Warn undeclared identifiers.
2016-03-25 Samuel Benzaquen[ASTMatchers] Fix build for VariadicFunction.
2016-03-25 Ben Langmuir[index] Remove redundancy between symbol kind and language
2016-03-25 Samuel Benzaquen[ASTMatchers] Add own version of VariadicFunction.
2016-03-25 Richard Smith[modules] Store a local offset to DeclContext lexical...
2016-03-25 Duncan P. N... CGLoopInfo: Use the MD_loop metadata kind from r264371...
2016-03-25 Adrian PrantlDebug Info: Add a testcase for the bug introduced by...
2016-03-25 Richard SmithFix nondeterminism in computation of builtin operator...
2016-03-24 Richard Smith[modules] Store offset to LOCAL_REDECLARATIONS record...
2016-03-24 Easwaran RamanAttach profile summary information to Module.
2016-03-24 Reid KlecknerRevert "Recommitted r263425 "Supporting all entities...
2016-03-24 Richard SmithChange ADL to produce lookup results in a deterministic...
2016-03-24 Etienne BergeronFix a missing comma between two string literals.
2016-03-24 Eric LiuDsiable FormatStyle::GetStyleOfFile test case for mingw.
2016-03-24 Amjad AboudRecommitted r263425 "Supporting all entities declared...
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle...
2016-03-24 Eric LiuRevert "Added support for different VFSs in format...
2016-03-24 Eric LiuRevert "removed redundant comment in format::getStyle."
2016-03-24 Aaron BallmanFix Sphinx errors with documentation build.
2016-03-24 Eric LiuRevert "Added support for different VFSs in format...
2016-03-24 Eric LiuRevert "removed redundant comment in format::getStyle."
2016-03-24 Eric Liuremoved redundant comment in format::getStyle.
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle.
2016-03-24 Eric LiuTest commit access to clang repo.
2016-03-24 Xiuli Pan[OpenCL] Add ocl and spir version for spir target
2016-03-24 Eric ChristopherAdd release notes for the removal of the silent include...
next