]> granicus.if.org Git - clang/shortlog
clang
2013-10-11 Alexander KornienkoChanged clang-format-diff.py to output diff by default...
2013-10-11 Manuel KlimekSupport formatting of preprocessor branches.
2013-10-11 Reid KlecknerOnly use the MS record layout when using the MS C+...
2013-10-11 Manman RenTurn struct-path aware TBAA on by default.
2013-10-11 Reid KlecknerUse castAs instead of cast in thunk generation
2013-10-11 Reid KlecknerFix unused variable warning in MS record layout.
2013-10-11 Warren HuntAdds Microsoft compatiable C++ record layout code to...
2013-10-11 Argyrios Kyrtzidis[libclang] Introduce clang_Type_getCXXRefQualifier...
2013-10-11 Daniel Jasperclang-format: Don't remove 'unknown' tokens.
2013-10-11 Eric ChristopherRemove extra braces.
2013-10-11 Fariborz JahanianObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS
2013-10-11 Hans Wennborgclang-cl: Mark /FA and /Fa as unsupported options
2013-10-11 Rafael EspindolaDon't hardcode the alias order in this test.
2013-10-11 Robert Lyttonremove path separator from test/Driver/xcore-opts.c
2013-10-11 Robert LyttonXCore target: add an xcore toolchain implementation
2013-10-11 Robert LyttonXCore : Fix bug in XCoreABIInfo::EmitVAArg()
2013-10-11 Douglas GregorDiagnose by-copy captures of abstract classes.
2013-10-11 Nick LewyckyThe emitted IR is the same, we need these flags to...
2013-10-11 Nick LewyckyAdd -fno-function-sections and -fno-data-sections....
2013-10-11 Nick LewyckyFix typo in comment. No functionality change.
2013-10-11 Kevin QinImplemented aarch64 SIMD copy related ACLE intrinsic :
2013-10-10 Fariborz JahanianObjectiveC migrator. When migrating to NS_ENUM/NS_OPTIONS,
2013-10-10 Hans Wennborgclang-cl: simplify the -m32 -m64 test
2013-10-10 Hans Wennborgclang-cl: Expose the -m32 and -m64 command-line options
2013-10-10 Fariborz JahanianObjectiveC. ObjectiveC's collection selector expression in
2013-10-10 Mark LaceyMake CodeGenTypes data members private.
2013-10-10 Manman RenDebug Info: update testing cases when the context field...
2013-10-10 Fariborz JahanianObjectiveC migrator: For 'default' and 'shared' family of
2013-10-10 Hans WennborgLocate VS InstallDir in the presence of newer runtime
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Timur IskhodzhanovDisable RTTI in one test so clang doesn't assert behind...
2013-10-10 Tim NorthoverRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Rafael EspindolaRevert "Use aliases for more constructors and destructors."
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Alexander KornienkoCorrectly detect colon in bit fields. Fixes PR17333.
2013-10-10 Benjamin KramerParser: Avoid a crash-on-invalid when trying to diagnos...
2013-10-10 Benjamin KramerSema: Taking the address of a dtor is illegal per C...
2013-10-10 Simon Atanasyan[Mips] Support FSF Mips toolchain directories tree...
2013-10-10 Ted KremenekMake test portable.
2013-10-10 Hans WennborgAdd a section about clang-cl to UsersManual.rst
2013-10-10 Ted KremenekFix getIntegerTypeOrder() to properly handle enums...
2013-10-09 Hans WennborgUse KEY_WOW64_32KEY when reading the registry in Window...
2013-10-09 Ted KremenekRefine string literal concatenation warning within...
2013-10-09 Sean CallananThis patch addresses a problem encountered by the
2013-10-09 Manman RenDebug Info: update testing cases when the context and...
2013-10-09 Fariborz JahanianObjectiveC migrator. Introduce a new objcmt-atomic...
2013-10-09 DeLesley HutchinsFix warnings introduced in r192314.
2013-10-09 DeLesley HutchinsConsumed analysis: improve loop handling. The prior...
2013-10-09 Ariel J. BernalRevert commit r192299 until find a way to account for...
2013-10-09 Timur IskhodzhanovInitialize vtorDisp in class constructors and destructors
2013-10-09 Hans WennborgTighten diagnostics for calling conventions on variadic...
2013-10-09 Fariborz JahanianObjectiveC migrator. Introduce a new print policy for
2013-10-09 Rafael EspindolaUse aliases for more constructors and destructors.
2013-10-09 Ariel J. BernalThis patch fixes replacements that are not applied...
2013-10-09 Daniel Jasperclang-format: Fix template declaration line breaking...
2013-10-09 Simon Atanasyan[Mips] Group MIPS-related options checking function...
2013-10-09 Simon Atanasyan[Mips] Make the isMipsR2Arch() function simpler - remov...
2013-10-09 Simon Atanasyan[Mips] Remove unused mips_CPUs_Group options group...
2013-10-09 Simon Atanasyan[Mips] Do not check for options from the OPT_mips_CPUs_...
2013-10-09 Simon Atanasyan[Mips] Make mips32/mips32r2/mips64/mips64r2 real aliase...
2013-10-09 Timur IskhodzhanovCode cleanup: rename VTableContext to ItaniumVTableCont...
2013-10-09 NAKAMURA Takumiclang/test/Coverage/codegen-next.m: Exclude this for...
2013-10-09 Timur IskhodzhanovReland 192220 "Abstract out parts of thunk emission...
2013-10-09 David MajnemerMake wording for certain invalid unary expressions...
2013-10-09 Manman RenDebug Info: update testing cases when the context field of
2013-10-08 Manman RenDebug Info: update testing cases when the derived-from...
2013-10-08 Manman RenDebug Info: update testing cases when the derived-from...
2013-10-08 Reid Kleckner-Wmicrosoft: Don't warn on non-inline pure virtual...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Hans WennborgTurn error about fastcall variadic function into warnin...
2013-10-08 Fariborz JahanianObjectiveC migrator: Add support for inferring
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Reid KlecknerExplicitly request unsigned enum types when desired
2013-10-08 Fariborz JahanianObjectiveC migration. Add support for inferring
2013-10-08 Timur IskhodzhanovRevert 192220 as it fails on an assertion
2013-10-08 Richard SmithSuggest people use -Xclang not -cc1 when passing option...
2013-10-08 Richard SmithRemove documentation of removed -ast-dump-xml flag.
2013-10-08 Timur IskhodzhanovAbstract out parts of thunk emission code, add support...
2013-10-08 Akira Hatanaka[mips] Remove XFAIL.
2013-10-08 Ted KremenekRemove transient code I did not mean to check in.
2013-10-08 Serge PavlovFixed messages in tests.
2013-10-08 Serge PavlovFixed grammar. Thanks to Jordan Rose.
2013-10-08 Ted KremenekConvert anachronistic use of 'void *' to 'DeclContext...
2013-10-08 Benjamin KramerFix an edge case in the template differ with default...
2013-10-08 Hans Wennborgclang-cl: ignore the /sdl[-] flag
2013-10-08 Serge PavlovAdd fixits suggesting parenthesis around type name...
2013-10-08 Daniel Jasperclang-format: Improve indentation when deriving from...
2013-10-08 Daniel Jasperclang-format: Don't exit with failure on empty files.
2013-10-08 Alp TokerMake InstantiatingTemplate depth checks clearer
2013-10-08 Daniel Jasperclang-format: Improve constructor initializer linewrapping.
2013-10-08 Faisal ValiFix linkage calculation of auto member functions return...
2013-10-08 Reid Kleckner[ms-cxxabi] Fix the calling convention for operator...
2013-10-08 Justin BognerSema: Only merge typedef attributes if the previous...
2013-10-08 Manman RenTBAA: use the same format for scalar TBAA and struct...
2013-10-08 Ted KremenekSplit test to test -Wshadow with emmintrin.h more portable.
2013-10-07 Ted KremenekSuppress useless -Wshadow warning when using _mm* macro...
2013-10-07 Reid Klecknerclang-cl: Accept and mostly ignore /vm*, /GF, /GF-...
2013-10-07 Richard SmithAdd a triple to unbreak buildbots where size_t is not...
2013-10-07 Richard SmithRemove -ast-dump-xml.
2013-10-07 Fariborz JahanianObjectiveC migrator: A typical implementation of
next