]> granicus.if.org Git - clang/shortlog
clang
2014-07-17 Alp TokerRevert "Handle diagnostic warnings in Frontend diagnost...
2014-07-17 Aaron BallmanFixing the objc_runtine_name documentation so that...
2014-07-17 Daniel Jasperclang-format: Fix parsing of conditional expressions.
2014-07-17 Alexey Bataev[OPENMP] Initial support for parsing and sema analysis...
2014-07-17 Ehsan AkhgariUpstream an MS inline assembly test from Mozilla's...
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Tim NorthoverIR: update Clang to use polymorphic __fp16 conversion...
2014-07-17 Daniel Sanders[mips] Pass the ABI to the integrated assembler and...
2014-07-17 Alexander Musman[OPENMP] Parsing/Sema analysis of directive 'master'
2014-07-17 Sylvestre LedruConsistency on the tab/space
2014-07-17 Sylvestre LedruFix Bug 14061 - scan-build crashes during postprocessi...
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'final...
2014-07-17 Richard SmithTrack the difference between
2014-07-17 Nikola SmiljanicFix FriendDecl source location and range for class...
2014-07-17 David MajnemerMS ABI: Padding injected between empty vbases doesn...
2014-07-16 David BlaikieDebugInfo: Forward HandleTagDeclRequiredDefinition...
2014-07-16 David BlaikieRevert "Stuff"
2014-07-16 David BlaikieDebugInfo: Ensure the ASTConsumer "HandleTagDeclRequire...
2014-07-16 David BlaikieStuff
2014-07-16 Hal FinkelAdd basic (noop) CodeGen support for __assume
2014-07-16 Richard SmithWhen list-initializing an object of class type, if...
2014-07-16 Arthur MarbleTypically linker options are protected with -Xlinker...
2014-07-16 Aaron BallmanSpecifying the diagnostic argument through the attribut...
2014-07-16 Fariborz JahanianObjective-C. Modify text of documentation for objc_runt...
2014-07-16 Aaron BallmanRemoving a FIXME from the attribute parsing code by...
2014-07-16 Fariborz JahanianObjective-C. Changes per A. Ballman's comment
2014-07-16 Arthur MarbleRemove whitespace from test commit.
2014-07-16 Arthur MarbleTest commit.
2014-07-16 Reid KlecknerAdd the --target option to clang-cl and use it to fix...
2014-07-16 Hans WennborgDon't use -msse2 in test/Driver/cl-options.c
2014-07-16 Serge PavlovSimplify memory management in NestedNameSpecifierLocBui...
2014-07-16 Simon Atanasyan[Driver][Mips] If CPU name is not provided to the drive...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-16 Hans Wennborgclang-cl: expand test coverage for "core" options
2014-07-16 Fariborz JahanianObjective-C. Introducing __attribute__((objc_runtime_na...
2014-07-16 Hans WennborgExpand the wildcard expansion test to also cover '?'
2014-07-16 Hans Wennborgclang-cl: make sure we still parse -fms-version= after...
2014-07-16 Alp TokerRevert "clang/test/Driver/crash-report.c: This requires...
2014-07-16 Benjamin Kramer[ASTMatchers] Add a usingDirectiveDecl matcher.
2014-07-16 NAKAMURA Takumiclang/test/Driver/crash-report.c: This requires rewrite...
2014-07-16 NAKAMURA Takumiclang/test: Introduce the feature "rewriter" for -...
2014-07-16 NAKAMURA TakumiMove clang/test/Frontend/rewrite-*.c to clang/test...
2014-07-16 NAKAMURA TakumiTrailing linefeed.
2014-07-16 Simon Atanasyan[Driver][Mips] Reduce code duplication - use existing...
2014-07-16 Simon Atanasyan[Driver][Mips] Remove flags which is not used in multi...
2014-07-16 Simon Atanasyan[Driver][Mips] Reduce code duplication. Remove static...
2014-07-16 NAKAMURA Takumiclang/test: Introduce the feature "staticanalyzer"...
2014-07-16 NAKAMURA Takumiclang/test/Sema/warn-documentation-almost-trailing...
2014-07-16 Daniel Sanders[mips] Correct the invocation of GAS in several cases.
2014-07-16 Daniel Sanders[mips] Add support for -mfpxx and -mno-fpxx.
2014-07-16 Evgeniy StepanovDon't add -Bsymbolic by default on Android.
2014-07-16 David MajnemerMS ABI: Up the required alignment after inserting paddi...
2014-07-16 David MajnemerAST: Convert a SmallPtrSet to a SmallPtrSetImpl in...
2014-07-16 David MajnemerAST: Cleanup RecordLayoutBuilder
2014-07-16 Serge PavlovImprove error recovery around colon.
2014-07-16 Saleem AbdulrasoolDriver: bifurcate extended and basic MSC versioning
2014-07-16 Hans WennborgAdd a test for wildcard expansion on Windows
2014-07-16 Tyler NowickiHandle diagnostic warnings in Frontend diagnostic handler.
2014-07-16 Reid KlecknerAvoid referencing the vtable when calling the ctor...
2014-07-15 Brad SmithUse the integrated assembler by default on OpenBSD...
2014-07-15 Aaron BallmanSwitching some iterator-based for loops to use range...
2014-07-15 Joerg SonnenbergerAdd __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.
2014-07-15 Aaron BallmanAdded the pack_elements range accessor. Refactoring...
2014-07-15 Ehsan Akhgariclang-cl: Implement the -arch flag
2014-07-15 Fariborz JahanianImprove test of my previous patch. rdar://17633301
2014-07-15 Matt ArsenaultAdd codegen for more R600 builtins
2014-07-15 Fariborz JahanianObjective-C IRGen. Fixes an inconsistant linkage of
2014-07-15 Joerg SonnenbergerDon't create non-temporary twines.
2014-07-15 Joerg SonnenbergerMake sure int64_t and uint64_t are consistent.
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-15 Joerg SonnenbergerProvide builtin macros as template for PRIab and SCNab...
2014-07-15 Daniel Jasperclang-format: Improve heuristic around avoiding bad...
2014-07-15 David MajnemerAST: Don't walk all redeclarations when looking for...
2014-07-15 Richard Smith[modules] Rearrange and unify the way we determine...
2014-07-15 Alexey Bataev[OPENMP] Several cosmetic fixes in comments, tests...
2014-07-15 Ehsan AkhgariDon't get confused on the number of braces when braces...
2014-07-15 Justin BognerVirtualFileSystem: Correctly generate the mapping for...
2014-07-15 Richard SmithPR19751: (T())++ is not a cast-expression.
2014-07-14 David MajnemerAST: Fix __uuidof for template specializations
2014-07-14 Alp TokerRevert "Revert "Move clang feature flags settings out...
2014-07-14 Richard SmithRemove dead code.
2014-07-14 Alp TokerDefine ENABLE_CLANG_ARCMT in the legacy build system too
2014-07-14 David MajnemerAST: Cleanup __uuidof related code
2014-07-14 Alp TokerRevert "Move clang feature flags settings out of LLVM...
2014-07-14 Kaelyn TakataContinue parsing an expression list even after an error...
2014-07-14 Alp TokerMove clang feature flags settings out of LLVM core...
2014-07-14 Alp TokerFix build with various feature flag combinations
2014-07-14 Alp TokerFix the !CLANG_ENABLE_ARCMT build
2014-07-14 Ben LangmuirTry harder to supress the test from r212975 on Windows
2014-07-14 Joerg SonnenbergerDrop separate UIntMaxType and just derive it from IntMa...
2014-07-14 Joerg SonnenbergerIntroduce getCorrespondingUnsignedType() in TargetInfo...
2014-07-14 Ben LangmuirXFAIL test that doesn't work on Windows yet
2014-07-14 Richard SmithIn C++98, if an rvalue reference binds to a function...
2014-07-14 Ben LangmuirFix case-sensitivity of inferred framework modules
2014-07-14 Alp TokerFix typos
2014-07-14 Alp TokerAvoid non-attributive uses of 'unsupported' in diagnostics
2014-07-14 Sylvestre LedruDocument the forward of the -u option (r211756)
2014-07-14 Sylvestre LedruDocument the warning triggered by the unsupported gcc...
2014-07-14 Reid KlecknerRevert "Improve error recovery around colon."
2014-07-14 Alp TokerChange the diagnostic group for unsupported gcc optimiz...
next