]> granicus.if.org Git - clang/shortlog
clang
2013-06-24 Michael GottesmanAdded arm_neon intrinsic tests.
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] vld1/vst1 do not require...
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] Fix incorrect FileCheck...
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] Add requirement to arm neon...
2013-06-24 Argyrios Kyrtzidis[libclang/codecompletion] Make sure the top-level decl...
2013-06-24 Eli FriedmanChange mangling of objects inside block literals.
2013-06-24 Reid KlecknerFix "funciton" typo from r184763
2013-06-24 Reid Kleckner[ms-cxxabi] Use sugared types in the mangler instead...
2013-06-24 Argyrios Kyrtzidis[arcmt/driver] For the -ccc-arcmt-* flags, claim them...
2013-06-24 Eli FriedmanUse getAs<> where appropriate on QualTypes instead...
2013-06-24 Rafael EspindolaConvert some uses of llvm::sys::Path.
2013-06-24 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2013-06-24 Anna Zaks[analyzer] Add a debug checker that prints Exploded...
2013-06-24 Rafael EspindolaConvert last use of PathV1.h in Compilation.cpp
2013-06-24 Reid Kleckner[AST] Introduce a new DecayedType sugar node
2013-06-24 Kaelyn UhrainAdd the global namespace (the "::" namespace specifier...
2013-06-24 Reid KlecknerCheck the canonical parameter type with getAs<>() in...
2013-06-24 Rafael EspindolaConvert a use of PathV1.h
2013-06-24 Matt Beaumont-GayAdd some invalid-decl checks to clang_Type_getOffsetOf.
2013-06-24 Rafael EspindolaConvert a use of PathV1.h.
2013-06-24 Reid Kleckner[Sema] Call CheckParmForFunctionDef on ObjC method...
2013-06-24 NAKAMURA Takumiclang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp...
2013-06-24 NAKAMURA Takumiclang/test/Driver/coverage-ld.c: Tweak expressions...
2013-06-24 Chandler CarruthThe profile library must come before the C library...
2013-06-24 Richard SmithAvoid adding entries to the DeclContext lookup table...
2013-06-24 David BlaikieDebugInfo: ensure negative enumerators are emitted...
2013-06-24 David BlaikieDebugInfo: Merge a bad debug info enum test into a...
2013-06-24 Richard SmithSlightly improve cross-module merging for function...
2013-06-24 Dmitri GribenkoComment parsing: allow "\param ..." to describe variadi...
2013-06-24 Richard SmithWhen setting the external visible declarations for...
2013-06-24 Richard SmithAdd -ast-dump-lookups switch to -cc1 to dump DeclContex...
2013-06-24 Dmitri GribenkoMove comment on Sema::isFunctionPointerVarDecl() to...
2013-06-23 Dmitri GribenkoDocumentation parsing: recognize \relates, \related...
2013-06-23 Dmitri GribenkoArrayRef'ize Sema::CodeCompleteConstructorInitializer
2013-06-23 Chandler CarruthFix the addition of Clang's profile runtime library...
2013-06-23 Chandler CarruthThe makefile build system had two lists of the 32-bit...
2013-06-23 Chandler CarruthSlightly loosen the test as there are other linker...
2013-06-23 Chandler CarruthAdd and tighten up tests for cross compiling tool selec...
2013-06-23 Stephen LinAdd null check (resolves PR16423)
2013-06-23 David MajnemerAST: Clean up FriendObjectKind related decls
2013-06-22 Dmitri GribenkoComment parsing: followup to r184610: allow multiple...
2013-06-22 Richard SmithFix assert if an attempt is made to explicitly instanti...
2013-06-22 Richard SmithAdd dumping support for DeclContext's StoredDeclsMap.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Benjamin KramerRemove duplicated case.
2013-06-22 Larisse VoufoInstantiation bug fix extension (cf. r184503) -- minor...
2013-06-22 Chandler CarruthReword and reformat some of the "Multiarch" code in...
2013-06-22 David MajnemerRevert r184401 which reverted r183462.
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to check calls made from membe...
2013-06-22 Alexander KornienkoFixed typo.
2013-06-22 Anna Zaks[analyzer] Use output form collections’ count to decide...
2013-06-22 Anna Zaks[CFG] Set the “loop target” (back edge) for VisitObjCFo...
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to more cases, such as functio...
2013-06-22 David BlaikieDebugInfo: Random tidying up/simplification
2013-06-21 David BlaikieProvide suggested no-arg calls for overloaded member...
2013-06-21 Sean Silva[docs] `-fno-sanitize=` is accepted too.
2013-06-21 Fariborz Jahanian[document parsing]: Allow multiple adjacent \return...
2013-06-21 Tim NorthoverTeach ARM va_arg to ignore empty structs.
2013-06-21 Tim NorthoverCheck for trivial constructibility before emptiness...
2013-06-21 Justin Holewinski[NVPTX] Fix inline asm test case to use LLVM IR instead...
2013-06-21 David BlaikieDebugInfo test: Rename function to avoid using the...
2013-06-21 David BlaikieAggregate & rename limit debug info tests.
2013-06-21 Nick LewyckyFix a leak of TargetMachine in clang. We'll continue...
2013-06-21 David BlaikiePR16214: Debug info for types first used via pointers...
2013-06-21 Matt Beaumont-GayPropagate the invalid bit from bases to derived templat...
2013-06-21 Justin Holewinski[NVPTX] Add NVPTX register constraints
2013-06-21 Larisse VoufoExtend template instantiation bug fix (r184503) with...
2013-06-21 Manuel KlimekAdd an option to not indent declarations when breaking...
2013-06-21 Jordan RoseRevert "[analyzer] Handle zeroing CXXConstructExprs."
2013-06-21 Douglas Gregor[Modules] If a module map resides in a system header...
2013-06-21 Larisse VoufoAdd basic fixit test to template instantiation bug...
2013-06-21 Samuel BenzaquenAdd support for polymorphic matchers. Use runtime type...
2013-06-21 Reid KlecknerDisable an assertion death test when using MSVC's assert()
2013-06-21 Reid Kleckner[ms-cxxabi] Destroy temporary record arguments in the...
2013-06-21 Manuel KlimekImprove documentation for AST matchers.
2013-06-21 David BlaikieDebugInfo: handle the DI asm printing change to reword...
2013-06-21 Eli FriedmanDelete dead code.
2013-06-21 Eli FriedmanAdd test.
2013-06-21 Sean Silva[docs] Add link to presentation slides.
2013-06-21 Eli FriedmanDelete dead code.
2013-06-21 Nico WeberAdd an assert() suggested by Richard.
2013-06-21 Eli FriedmanAdd missing test.
2013-06-21 David BlaikieFix all the silly things I committed in r184509
2013-06-21 Jordan Rose[analyzer] Handle zeroing CXXConstructExprs.
2013-06-21 Jordan Rose[analyzer] Fix stale comment in CallEvent.
2013-06-21 David BlaikieAlternative fix for r184473.
2013-06-21 Douglas GregorAdd test header missing from r184504.
2013-06-21 Douglas GregorWhen building a module, keep *all* declared methods...
2013-06-21 Larisse VoufoBug Fix: Template explicit instantiations should not...
2013-06-20 Eli FriedmanAdd a couple more tests.
2013-06-20 Chandler CarruthUpdate a comment to clarify that searching the target...
2013-06-20 Nico WeberFix a crash with __flaot128 noticed by Eli.
2013-06-20 Michael Gottesman[checked-arithmetic builtins] Added builtins to enable...
2013-06-20 Richard TrieuAdd back a condition accidentially removed in r184470.
2013-06-20 Richard SmithFix typo in comment. Patch by Matthew Dempsky!
2013-06-20 Richard SmithFix copy-pasted comment.
2013-06-20 Eli FriedmanDon't allow __attribute__((common)) in C++. PR16330.
2013-06-20 Richard SmithAvoid repeatedly evaluating subexpressions when checkin...
2013-06-20 Nico WeberLazily provide a __float128 dummy type in -std=gnu...
2013-06-20 John McCallCall __cxa_begin_catch before std::terminate() in a...
next