]> granicus.if.org Git - clang/history - lib
[analyzer] Fix an assertion fail in hash generation.
[clang] / lib /
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 Lopes[Driver] Quote clang full version in dwarf producer...
2016-03-29 Bruno Cardoso Lopes[CrashReproducer] Cleanup and move functionality around...
2016-03-29 Ed SchoutenEnable the SafeStack sanitizer on CloudABI by default.
2016-03-29 Betul Buyukkurt[PGO] Move the instrumentation point closer to the...
2016-03-29 Bruno Cardoso Lopes[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] Remove three obsolete CUDA cc1 flags.
2016-03-29 Konstantin Zhuravlyov[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 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 Devin Coughlin[analyzer] Nullability: Don't warn along paths where...
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 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. Exon... CGLoopInfo: Use the MD_loop metadata kind from r264371...
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 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 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 ChristopherThe time when -faltivec (or, on clang only, -maltivec...
2016-03-24 Eric ChristopherModules builds are necessarily compile actions, but...
2016-03-24 JF BastienNFC: clarify comment on lock-free macros
2016-03-23 Nico Weberclang-cl: Add a FIXME for bumping the default msc version.
2016-03-23 Nico Weberclang-cl: With -fmsc-version=1900, use MSVS2015 diag...
2016-03-23 Justin Lebar[CUDA] Don't define __NVCC__.
2016-03-23 Matt ArsenaultAdd missing __builtin_bitreverse8
2016-03-23 Manman RenObjC: add getter/setter for class properties to global...
2016-03-23 Richard SmithMake SemaAccess smarter about determining when a depend...
2016-03-23 Richard SmithMake sure to perform dependent access checks when insta...
2016-03-23 Nico Weberclang-cl: Fix remaining bugs in interaction of /Yc...
2016-03-23 Nico Weberclang-cl: Add more tests for the interaction of /FI...
2016-03-23 Nico Weberclang-cl: Include /FI headers in /showIncludes output.
2016-03-23 Faisal Vali[NFC] Delete an unused function parameter from a static...
2016-03-23 Manman RenObjC: Handle boolean fixed type for enum.
2016-03-23 Chih-Hung Hsieh[analyzer] Fix typo s/initalize/initialize/
2016-03-23 Nico Weberclang-cl: Don't warn about /Oy- being unused in 64...
2016-03-23 Alexander KornienkoUse an enum instead of hardcoded indices. NFC.
2016-03-23 Andrey Turetskiy[X86] Add "x87" in x86 target feature map.
2016-03-23 George Burgess IV[Sema] Allow implicit conversions of &overloaded_fn...
2016-03-22 Justin Lebar[CUDA] Don't allow templated variadic functions.
2016-03-22 John ThompsonD18325: Added mm_malloc module export.
2016-03-22 Justin BognerStaticAnalyzer: Avoid an unintentional copy
2016-03-22 David Majnemer[MS ABI] Assign an inheritance model for the dest of...
2016-03-22 Daniel Jasperclang-format: [JS] do not wrap ES6 imports/exports.
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-22 Vasileios KalintirisFix warning about extra semicolon. NFC.
2016-03-22 Akira Hatanaka[Objective-c] Do not set IsExact to true when the recei...
2016-03-22 Arpith Chacko Jacob[OpenMP] Base support for target directive codegen...
2016-03-22 Justin Lebar[CUDA] Implement atomicInc and atomicDec builtins
2016-03-22 Justin Lebar[sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMa...
2016-03-21 NAKAMURA TakumiRevert r263974, "clang-cl: With -fmsc-version=1900...
2016-03-21 Richard Smith[modules] Store mangling numbers in a deterministic...
2016-03-21 Pete CooperRevert "Convert some ObjC msgSends to runtime calls."
2016-03-21 Nico Weberclang-cl: With -fmsc-version=1900, use MSVS2015 diag...
2016-03-21 Richard Smith[modules] Don't invent a module cache path unless impli...
2016-03-21 Daniel Jasperclang-format: [JS] no space in union and intersection...
2016-03-21 Manman RenAdd replacement = "xxx" to AvailabilityAttr.
next