]> granicus.if.org Git - clang/shortlog
clang
2016-02-03 Chris BienemanAdd back the ABITest makefiles
2016-02-03 Arpith Chacko... [OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Aaron BallmanMinor cleanup to remove casts and improve some const...
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-03 Yury GribovForgot to remove file in previous commit.
2016-02-03 Yury Gribov[analyzer] AnalysisConsumer: print fully-qualified...
2016-02-03 Marina Yatsina-inline-asm][X86] Add ability to use AVX512 in MS inlin...
2016-02-03 Axel NaumannReduce initial Sema memory consumption by 400KB. By...
2016-02-03 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as an...
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-03 Richard SmithFix miscompile and rejects-valids when disambiguating...
2016-02-03 Richard SmithFix typo in OpenCL type mangling. This is still bogus...
2016-02-03 Richard SmithFix Itanium RTTI emission so that we emit fundamental...
2016-02-02 Richard SmithPR24989: Stop trying to use the C++11 rules for lambda...
2016-02-02 Richard SmithFix rejects-valid when forming a pointer-to-member...
2016-02-02 Richard SmithWork around build failure due to GCC 4.8.1 bug. We...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Manman RenObjCXX: fix a crash during typo correction.
2016-02-02 Tim NorthoverARM: allow both vfma and vfms intrinsics on v7.
2016-02-02 Denis ZobninPR23057: Fix assertion `Val && "isa<> used on a null...
2016-02-02 Benjamin KramerMake CodeGen headers self-contained.
2016-02-02 Benjamin KramerMake the remaining headers self-contained.
2016-02-02 Benjamin Kramer[StaticAnalyzer] Pull SymExpr and SymbolData into its...
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-02-02 Denis ZobninTest commit (NFC).
2016-02-02 Anastasia Stulova[OpenCL] Eliminate warning when declaring OpenCL builti...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-02-02 Daniel Jasperclang-format: Make AlignAfterOpenBracket also affect...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
2016-02-02 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-02 Anna Zaks[asan] Add iOS support for Address Sanitizer
2016-02-02 Richard TrieuTemplate Type Diffing change
2016-02-01 Nico WeberAlways build a new TypeSourceInfo for function template...
2016-02-01 Arpith Chacko... Undoing commit r259366 to debug buildbot failure.
2016-02-01 Aaron BallmanCode clean up; NFC.
2016-02-01 Reid KlecknerFix attribute((mode([word|unwind_word]))) for x32
2016-02-01 Peter Collingbournedocs: Clarify that cfi-unrelated-cast is based on lifetime.
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-02-01 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Benjamin KramerRemove the egregious PCHContainer layering hack that...
2016-02-01 Daniel Jasperclang-format: Fix incorrect pointer detection in lambda...
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Daniel Jasperclang-format: Fix alignment of trailing multiline columns.
2016-02-01 Daniel Jasperclang-format: [JS] Treat "in" as a proper operator.
2016-02-01 Artem Dergachev[analyzer] Use a wider integer type for an array index.
2016-02-01 David MajnemerMark DR1250 as implemented
2016-01-31 Craig TopperReplace usage of llvm::utostr_32 with just llvm::utostr...
2016-01-31 Bruno Cardoso... [Parser] Update CachedTokens while parsing ObjectiveC...
2016-01-31 Craig TopperNo need to use utostr when putting integers into a...
2016-01-31 Craig TopperConvert an unsigned to Twine instead of using utostr...
2016-01-30 Benjamin Kramer[AST] Pull simple method inline.
2016-01-30 Davide Italianoassert(false) -> llvm_unreachable().
2016-01-30 Devin Coughlin[analyzer] Make suppression of macro defensive checks...
2016-01-30 Argyrios Kyrtzidis[SemaCXX] Fix crash-on-invalid while trying to deduce...
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-30 Alexey SamsonovRemove references to autotools build.
2016-01-29 Ekaterina RomanovaThis patch adds doxygen comments for the intrinsincs...
2016-01-29 Richard TrieuImprove -Wconstant-conversion
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Alexey Samsonov[UBSan] Add documentation for runtime issue suppression.
2016-01-29 Ekaterina RomanovaThis patch adds doxygen comments for the intrinsincs...
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Manman RenClass Property: warn for synthesize on a class property.
2016-01-29 Manman RenClass Property: parse @dynamic (class).
2016-01-29 Devin Coughlin[analyzer] Suppress null reports from defensive checks...
2016-01-29 Anna Zaks[analyzer] Improve Nullability checker diagnostics
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-29 Aaron BallmanRemoving unnecessary casts; NFC.
2016-01-29 Yaron KerenImplement TemplateArgument::dump() method for debugging...
2016-01-29 Benjamin KramerAdd an optional ToolName argument to runToolOnCodeWithA...
2016-01-29 Ulrich WeigandAdd target triple to CodeGenOpenCL/pipe_types.cl test...
2016-01-29 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-01-29 Craig TopperRemove unnecessary forward declaration. NFC
2016-01-29 Eric ChristopherAdd the clang debug info test directory to .gitignore...
2016-01-29 Eric ChristopherUse a consistent spelling for vtables.
2016-01-28 Justin Lebar[CUDA] Generate CUDA's printf alloca in its function...
2016-01-28 Manman RenClass Property: change PropertyMap to include isClassPr...
2016-01-28 Devin Coughlin[analyzer] NullabilityChecker: Remove unused isReturnSe...
2016-01-28 Manman RenCheck for frontend errors after releasing the Builder.
2016-01-28 Rafael EspindolaUpdate for llvm change.
2016-01-28 Devin Coughlin[analyzer] Suppress nullability warnings in copy, mutab...
2016-01-28 Sunil SrivastavaImplementation of PS4 ABI, Round 1
2016-01-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-28 Nico WeberRemove unused parameter.
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-28 Xinliang David Li[PGO] test case cleanups
2016-01-28 Nico WeberFix strange indent.
2016-01-28 Vedant Kumar[Coverage] Use a set to track visited FileIDs (NFC)
2016-01-28 Oliver StannardRevert r259036, it introduces a cyclic library dependency
2016-01-28 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-28 Yury GribovFix isBeforeInTranslationUnit to not abort on macros...
2016-01-28 Yury GribovSmall refactor in isBeforeInTranslationUnit.
2016-01-28 Craig Topper[Lex] Share some common code between decimal and octal...
next