]> granicus.if.org Git - clang/shortlog
clang
2014-07-18 Arthur MarbleMoved 25 flags to clang_ignored_gcc_optimization_f_Grou...
2014-07-18 Yi KongARM: Add test for ACLE memory barrier intrinsics
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'taskwai...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'barrier...
2014-07-18 Oliver Stannard[ARM] Fix AAPCS regression caused by r211898
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
2014-07-18 Kevin Qin[AArch64] Implement Clang CLI interface proposal about...
2014-07-18 David MajnemerParse: Diagnose malformed 'message' arguments for ...
2014-07-18 Richard SmithAdd dump() for MacroDirective and MacroInfo.
2014-07-18 Richard Smith[modules] Fix macro hiding bug exposed if:
2014-07-18 Richard SmithCleanup: remove essentially unused variable.
2014-07-18 Reid KlecknerMark the vtable used when defining implicit copy and...
2014-07-18 NAKAMURA TakumiSemaInit.cpp: Fix a warning with -Asserts. [-Wunused...
2014-07-18 Reid KlecknerFix parsing certain kinds of strings in the MS section...
2014-07-17 Alexey SamsonovCheck-labelize ubsan tests
2014-07-17 Richard SmithPR20346: fix aggregate initialization / template instan...
2014-07-17 NAKAMURA Takumiclang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 Joerg SonnenbergerPrune empty directories.
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 Nico WeberAdd a test for PR20343 after llvm r213303.
2014-07-17 Hans WennborgMS compatibility: always emit dllexported in-class...
2014-07-17 Joerg SonnenbergerIf char/short are shorter than int, do not use U as...
2014-07-17 Joerg SonnenbergerAlways set the C suffix macro, even if it is empty.
2014-07-17 Ehsan Akhgariclang-cl: Flush stdout after writing the /showIncludes...
2014-07-17 Alexey Samsonov[UBSan] Add !nosanitize metadata to the code generated...
2014-07-17 Joerg SonnenbergerProvide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
2014-07-17 Nico WeberWrap a comment to 80 columns, no code change.
2014-07-17 Fariborz JahanianObjective-C. deprecated attribute is not inherited...
2014-07-17 Hal FinkelHandle __assume in the VoidExprEvaluator
2014-07-17 Hal FinkelAdd an __assume side-effects warning
2014-07-17 Aaron BallmanUsing a std::string instead of a StringRef because...
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'mergeabl...
2014-07-17 Yi KongARM: Add ACLE memory barrier intrinsic mapping
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
next