]> granicus.if.org Git - clang/shortlog
clang
2013-11-05 Rafael EspindolaWith this patch -Wwrite-strings is still implemented...
2013-11-05 Rafael EspindolaProduce direct calls instead of alias to linkonce_odr...
2013-11-05 James DennettDocumentation tweaks: Fix a typo in a reference to...
2013-11-05 Daniel Jasperclang-format: Allow line merging and partial formatting...
2013-11-05 Kaelyn UhrainRevert "Try to correct a mistyped "-" or ">" to "-...
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Timur IskhodzhanovFix vbtable indices when a class shares the vbptr with...
2013-11-05 Alp TokerDisable test fully with REQUIRES
2013-11-05 Alp TokerDisable the test that crashes
2013-11-05 Alp TokerFix a test that was never being run, mark it XFAIL
2013-11-05 Alp TokerMake test run reliably
2013-11-05 Alp TokerFix test that was not being run
2013-11-05 Alp TokerFix test that wasn't testing anything
2013-11-05 Joey GoulyDo not allow functions or kernels called 'main' in...
2013-11-05 David MajnemerSimplify test case added in r194059
2013-11-05 David MajnemerLex: Require that '#' be followed by a macro parameter...
2013-11-05 Richard SmithRemove stray comma from documentation.
2013-11-05 Richard SmithC++1y sized deallocation: if we have a use, but not...
2013-11-05 Richard SmithEnable links now that they work.
2013-11-05 David MajnemerSema: Improve comment introduced in r193397
2013-11-05 Rafael EspindolaExpand the test a bit.
2013-11-05 Rafael EspindolaAdd a testcase from the recent bootstrap failure.
2013-11-05 Rafael EspindolaRevert "Produce direct calls instead of alias to linkon...
2013-11-05 Rafael EspindolaProduce direct calls instead of alias to linkonce_odr...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-05 Fariborz JahanianObjectiveC. Method implementations should only check for
2013-11-04 Dmitri GribenkoInclude non-explicit submodules in exported module...
2013-11-04 Anna Zaks[analyzer] Track the count of NSOrderedSet similarly...
2013-11-04 Anna Zaks[analyzer] Suppress warnings coming out of std::basic_s...
2013-11-04 Kaelyn UhrainTry to correct a mistyped "-" or ">" to "->" for some...
2013-11-04 Rafael EspindolaUse aliases for more constructors and destructors.
2013-11-04 Rafael Espindolaclang-format this if.
2013-11-04 Justin BognerCodeGen: Test that simple expressions are simplified...
2013-11-04 Justin BognerCodeGen: Use EmitBranchOnBool when generating For and...
2013-11-04 Justin BognerCodeGen: Move an initialization away from an unrelated...
2013-11-04 NAKAMURA Takumiclang/lib/Parse/CMakeLists.txt: Fixup corresponding...
2013-11-04 Aaron BallmanUpdating the makefile to reflect CMake; addendum to...
2013-11-04 Aaron BallmanAttributes which accept a type as their sole argument...
2013-11-04 Benjamin KramerMake ADLResult::iterator a proper iterator.
2013-11-04 Benjamin KramerDriver: Add support for -march=bdver3 on x86.
2013-11-04 Richard SmithIssue a diagnostic if an implicitly-defined move assign...
2013-11-04 Filip PizloIt is no longer necessary to opt out of pretty stack...
2013-11-04 Richard SmithUpdate a comment to match current core issues list.
2013-11-04 Richard SmithImplement final resolution of DR1402: implicitly-declar...
2013-11-03 David MajnemerSema: Do not allow overloading between methods based...
2013-11-03 Alp TokerFix test to actually check the FixIt-applied code
2013-11-03 David MajnemerFix typo in err_flexible_array_empty_aggregate
2013-11-02 Bob WilsonOS X 10.9+ and iOS 7+ support load/store of big atomic...
2013-11-02 Bob WilsonDefault to use libc++ on OS X 10.9+ and iOS 7+.
2013-11-02 David MajnemerAdd test case for r193923
2013-11-02 David MajnemerSema: Disallow inheriting from classes with flexible...
2013-11-02 David MajnemerSema: Remove stray whitespace around Sema::CheckBaseSpe...
2013-11-02 David MajnemerRemove a stray tab character from warn_objc_root_class_...
2013-11-02 David MajnemerSema: Disallow derived classes with virtual bases from...
2013-11-02 David MajnemerSema: Cleanup and simplify anonymous union diagnostics
2013-11-02 David MajnemerSema: Flexible array members were introduced in C99...
2013-11-02 David MajnemerSema: Properly indent statements in Sema::ActOnLastBitfield
2013-11-02 David MajnemerSema: trim trailing whitespace in Sema::ActOnLastBitfield
2013-11-02 NAKAMURA Takumiclang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts.
2013-11-02 Richard TrieuChange the other -Wtautological-compare warnings to...
2013-11-02 Warren HuntAdding triple to lit test fixed in r193901
2013-11-02 Warren HuntFixes lit test that doesn't fail on windows
2013-11-01 Warren HuntImproves compatibility with cl.exe when laying out...
2013-11-01 Warren HuntWraps lazily generated builtins in an extern "C" context
2013-11-01 Douglas GregorPreload module maps in normal user directories, too.
2013-11-01 Richard TrieuAdd non-type template parameter test for disabled ...
2013-11-01 Fariborz JahanianObjectiveC. Define a new cc1 flag
2013-11-01 Richard TrieuDisable -Wtautological-compare in template instantiations.
2013-11-01 Richard TrieuDisable -Wtautological-constant-out-of-range-compare...
2013-11-01 Peter CollingbourneSanitizerArgs: add ability to filter/diagnose unsupport...
2013-11-01 Amara EmersonAArch64: Fix wildcard matching on CHECK lines. Now...
2013-11-01 Benjamin KramerSema: Make helper function static.
2013-11-01 Richard SmithSimplify computation of visible module set.
2013-11-01 Faisal ValiSupport return type deduction for templates in -fdelaye...
2013-11-01 Fariborz JahanianObjectiveC migrator. When inferring readwrite property,
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Dmitri GribenkoClang modules: collect exports recursively
2013-10-31 Richard SmithStore a TypeArgument on an attribute as a TypeSourceInf...
2013-10-31 Kaelyn UhrainFix a C struct diagnostic regression introduced by...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Rui UeyamaUse StringRef::endswith_lower. No functionality change.
2013-10-31 Jordan Rose[analyzer] Don't crash when a path goes through a ...
2013-10-31 Aaron Ballmaniboutletcollection really does have custom parsing.
2013-10-31 Benjamin KramerRemove unused diagnostic.
2013-10-31 Fariborz JahanianObjectiveC migrator. Change naming hueristic for
2013-10-31 Faisal Valisizeof... a parameter pack should be an unevaluated...
2013-10-31 Chris WailesFixed bug with checking the kind of types.
2013-10-31 Amara Emerson[AArch64] Add some CPU targets for "generic", A-53...
2013-10-31 Richard SmithFactor out custom parsing for iboutletcollection and...
2013-10-31 Fariborz JahanianObjectiveC migrator: annotate all protocols/methods in
2013-10-31 Argyrios Kyrtzidis[libclang/python] Add __contains__ to SourceRange class.
2013-10-30 Mark LaceyFix Windows build by including CGFunctionInfo.h.
2013-10-30 Mark LaceyAdd CodeGenABITypes.h for use in LLDB.
2013-10-30 Hans Wennborgclang-cl: Parse the /arch, /Yu and /Fp options (PR17736)
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Alp TokerAvoid diagnosing twice on non-x86 targets
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Alp TokerFix triple / REQUIRES in test from r193685
next