]> granicus.if.org Git - clang/shortlog
clang
2013-09-24 Daniel JasperModule use declarations (II)
2013-09-24 Simon Atanasyan[Mips] Support -mnan=2008 option. Define "__mips_nan200...
2013-09-24 Richard SmithHopefully unbreak bots which are seeing an assert in...
2013-09-24 Richard SmithImplement restriction that a partial specialization...
2013-09-24 NAKAMURA TakumiCGBuiltin.cpp: Prune a stray default: label. [-Wcovered...
2013-09-24 Richard SmithHandle standard libraries that miss out the space when...
2013-09-24 Alexey Bataev[OPENMP] Bug fixes and improvements.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-24 Rafael EspindolaRemove unused option.
2013-09-24 Hans Wennborgclang-cl: print diagnostics as "error(clang): foo"...
2013-09-23 Rafael EspindolaProduce errors for unknown options.
2013-09-23 Eli FriedmanFix argument types of some AVX2 intrinsics.
2013-09-23 Fariborz JahanianRemove extra space.
2013-09-23 Rafael EspindolaFix an incomplete copy and paste in my previous patch.
2013-09-23 Eli FriedmanAdd _mm_stream_si64 intrinsic.
2013-09-23 Rafael EspindolaAdd tests on how clang currently handles some unknown...
2013-09-23 Fariborz JahanianObjectiveC migrator. When migrating to property declaration
2013-09-23 Richard SmithRevert change accidentally committed in r191150.
2013-09-23 Fariborz JahanianObjectiveC migrator: Infer NS_OPTIONS when if there...
2013-09-23 Kostya SerebryanyEnable -fsanitize=use-after-return by default under...
2013-09-23 Richard SmithPR16529: Don't forget to add the CXXFunctionalCastExpr...
2013-09-22 Benjamin KramerMake sort predicate match the qsort convention.
2013-09-22 Benjamin KramerFix array_pod_sort predicates after LLVM change.
2013-09-22 Benjamin Kramerarray_pod_sort loses some type safety, better use the...
2013-09-22 Benjamin KramerRewrite a cold use of std::sort to array_pod_sort.
2013-09-22 Nick LewyckyFix comment to match name of variable.
2013-09-22 Nick LewyckySimplify code to equivalent code. No need to test for...
2013-09-22 Nick LewyckyFix typo. Add missing whitespace. No functionality...
2013-09-22 David MajnemerParse: Move simple-type-specifier sanity check earlier
2013-09-22 David MajnemerParse: Don't crash during parsing if we lack a simple...
2013-09-22 Fariborz JahanianObjectiveC: ObjC declarations, including forward class
2013-09-21 Richard SmithPR17295: Do not allow explicit conversion functions...
2013-09-21 Richard SmithSome comment updates and tweaks for clarity.
2013-09-21 Richard SmithRearrange narrowing checks in initialization to be...
2013-09-21 Daniel Jasperclang-format: Improve address-of-operator detection
2013-09-21 Daniel JasperFix clang-format-diff.py to accept -style again.
2013-09-21 Petar Jovanovic[Mips] Allocate NaClTargetInfo for MIPSEL NaCl
2013-09-21 Eli FriedmanFix return type of _mm_extract_epi8 etc.
2013-09-20 Chandler CarruthSwitch tests in test/Headers to use %clang_cc1 rather...
2013-09-20 Richard SmithRefactor: CheckExplicitInitList is only called to check...
2013-09-20 Hans Wennborgclang-cl: implement custom search for cl.exe in /fallba...
2013-09-20 Reid KlecknerUpdate -fmsc-version docs for r190908, which set the...
2013-09-20 Reid KlecknerFix ReST links I just added to the manual
2013-09-20 Reid KlecknerClarify that we silently ignore some MS extensions...
2013-09-20 Reid KlecknerUse -fms-compatibility to trigger lookup into dep....
2013-09-20 Jordan Rose[analyzer] Use getParentIgnoreParenCasts instead of...
2013-09-20 Alexander Potapenko[ASan] Fix darwin-sanitizer-ld.c to test for the new...
2013-09-20 Alexander Potapenko[ASan] Do not imply -undefined dynamic_lookup when...
2013-09-20 Richard TrieuModify the uninitialized field visitor to detect uninit...
2013-09-20 Richard SmithTestcase I forgot to svn add in r191057.
2013-09-20 Richard SmithSwitch the semantic DeclContext for a block-scope decla...
2013-09-20 Richard SmithPR17290: Use 'false' macro in fix-it hint for initializ...
2013-09-19 Kaelyn UhrainDon't correct typos in Sema::BuildCXXNestedNameSpecifie...
2013-09-19 Hans Wennborgclang-cl: implement /fallback mode
2013-09-19 Fariborz JahanianFixes a buildbot failure (was using local
2013-09-19 Fariborz JahanianRefinement to my previous patch for
2013-09-19 Reid Klecknerclang-cl: Accept -fmsc-version so we can set it without...
2013-09-19 Fariborz JahanianObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation
2013-09-19 Ben LangmuirFix ifdef macro missed in previous commit
2013-09-19 Ben LangmuirMove sha intrinsics to immintrin.h
2013-09-19 Amara Emerson[ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver.
2013-09-19 Ben LangmuirAdd C intrinsics for Intel SHA Extensions
2013-09-19 Reid KlecknerUse -ffreestanding in ms-intrin.cpp and define size_t...
2013-09-19 Eli FriedmanFix use-after-free in r190980.
2013-09-19 Craig TopperUse curly braces all the way through long if/else chain...
2013-09-19 Eli FriedmanFix crash with cast of value-dependent expr.
2013-09-19 Eli FriedmanMake Preprocessor::Lex non-recursive.
2013-09-19 Reid KlecknerAvoid including <stdlib.h> in the intrin.h test
2013-09-19 Reid KlecknerFix ifdef ordering at the end of Intrin.h from r190965
2013-09-19 Craig TopperDisabling sse2 should disable aes and pclmul support.
2013-09-18 Eli FriedmanAdd specific warning flags for GNU ext in Sema.
2013-09-18 Eli FriedmanFix CharByteWidth assertion in LiteralSupport.
2013-09-18 Richard SmithRemove a bogus diagnostic preventing static data member...
2013-09-18 Eric ChristopherFix closing brace around ifdef.
2013-09-18 Hans Wennborgclang-cl: Don't warn about overriding /MD with /MT...
2013-09-18 Eric ChristopherThe intrinsics should all have C linkage.
2013-09-18 Adrian Prantlget rid of extra parentheses.
2013-09-18 Adrian PrantlDebug info: Explicitly set the DIVariable::isIndirect...
2013-09-18 Richard SmithRemove some dead code.
2013-09-18 Fariborz JahanianObjectiveC migrator: For consistency, also infer
2013-09-18 Jordan Rose[analyzer] Don't even try to convert floats to booleans...
2013-09-18 Fariborz JahanianObjectiveC migrator: Infer property in the presense
2013-09-18 Fariborz JahanianObjectiveC migrator: placing another check for
2013-09-18 Daniel JasperSimplify clang-format-diff.py using new clang-format...
2013-09-18 Joey Gouly[ARMv8] Add builtins for CRC instructions.
2013-09-18 Stepan DyatkovskiyRecommited:
2013-09-18 Amaury de la... Add support for poly16 vtst and vtstq
2013-09-18 Hal FinkelAdd new libm LIBBUILTIN definitions, synchronizing...
2013-09-18 Hal FinkelAdd the intrinsic __builtin_convertvector
2013-09-18 Hal FinkelRemove unnecessary comment regarding AsTypeExpr base...
2013-09-18 Richard SmithFix accepts-invalid if a variable template explicit...
2013-09-18 Eli FriedmanFix ObjC @encode for C++ classes w/virtual bases.
2013-09-18 Richard Smith-ast-dump support for variable templates.
2013-09-18 Richard SmithIf a variable template specialization with an incomplet...
2013-09-18 Hans WennborgAdd comment about exporting clang::driver::ArgStringList,
2013-09-18 Reid KlecknerClaim compatibility with VS 2012 by default
2013-09-18 Hans WennborgRevert r190902 and r190906
2013-09-18 Hans WennborgRevert "Move using directive from Job.h to Job.cpp...
2013-09-17 David MajnemerRevert "Revert "[-cxx-abi microsoft] Mangle local TagDe...
2013-09-17 Hans WennborgMove using directive from Job.h to Job.cpp
next