]> granicus.if.org Git - clang/shortlog
clang
2014-04-02 Roman DivackyExtend the SSE2 comment lexing to AVX2. Only 16byte...
2014-04-02 Samuel BenzaquenAdd matcher for ExprWithCleanups.
2014-04-02 Samuel BenzaquenAdd support for named values in the parser.
2014-04-02 David BlaikieSome more anonymous namespace diagnostics to switch...
2014-04-02 David BlaikieRender anonymous entities as '(anonymous <thing>)'...
2014-04-02 David BlaikieAdd the location of Decls to ast dump.
2014-04-02 Reid KlecknerFix type mismatch assertion related to inalloca and...
2014-04-01 Eric ChristopherHarden this test against windows/changes.
2014-04-01 Eric ChristopherPartially revert r204517 and fix a different way:
2014-04-01 Aaron BallmanUpdating the capability attribute diagnostics to be...
2014-04-01 Fariborz JahanianObjective-C modern translator. Fix declaration of
2014-04-01 Richard SmithSimplify FunctionDecl::getMinRequiredArguments().
2014-04-01 Richard SmithFix self-referential comment.
2014-04-01 Richard SmithMore tests for DR1.
2014-04-01 Adrian PrantlDebug info: fix a crash when emitting IndirectFieldDecl...
2014-04-01 Jordan Rose[analyzer] Extract a helper for finding the target...
2014-04-01 Jordan Rose[analyzer] Remove incorrect workaround for unimplemente...
2014-04-01 Jordan Rose[analyzer] Fix a CFG printing bug.
2014-04-01 Aaron BallmanFixing the MSVC 2012 build bot, which cannot do initial...
2014-04-01 Alexey SamsonovAdd support for dynamic ASan runtime (on Linux) to...
2014-04-01 Daniel Jasperclang-format: Support configurable list of foreach...
2014-04-01 Tim NorthoverARM64: add a few bits of polynomial intrinsic codegen.
2014-04-01 Tim NorthoverARM64: add missing ldN/stN intrinsics and enable tests.
2014-04-01 Ted KremenekAdd defensive check that argument may be null in call...
2014-04-01 David MajnemerMS ABI: Support mangling of return-types deducing to...
2014-04-01 Adrian PrantlAdapt CGDebugInfo to interface changes in DIBuilder...
2014-04-01 Jordan Rose[analyzer] Lock checker: Allow pthread_mutex_init to...
2014-04-01 Jordan Rose[analyzer] Lock checker: make sure locks aren't used...
2014-04-01 Jordan Rose[analyzer] Add double-unlock detection to PthreadLockCh...
2014-04-01 Richard SmithAdd failing testcase for DR305. Looks like we didn...
2014-04-01 Bob WilsonDisable this-return optimizations when targeting iOS...
2014-04-01 David BlaikieFix up compression related test cases
2014-04-01 David MajnemerMS ABI: Simplify MangleByte further
2014-03-31 David BlaikieComment necessity of early initialization
2014-03-31 David BlaikieWarn when requesting compress-debug-sections and zlib...
2014-03-31 David BlaikieDebugInfo compression: Enable compression before any...
2014-03-31 Paul RobinsonImplement the 'optnone' attribute, which suppresses...
2014-03-31 David MajnemerMS ABI: Add a test for Unicode literals
2014-03-31 David MajnemerMS ABI: Simplify endian swapping code
2014-03-31 Richard SmithRemove redundant template specialization that just...
2014-03-31 Aaron BallmanUnify __declspec attribute argument parsing with the...
2014-03-31 Aaron BallmanIntroduced an attribute syntax-neutral method for parsi...
2014-03-31 David MajnemerMS ABI: mangleStringLiteral shouldn't rely on the host...
2014-03-31 David MajnemerMS ABI: Document the '\xc1' to '\xda' manglings
2014-03-31 Benjamin KramerRemove unused diagnostic + dead test for it.
2014-03-31 David MajnemerMS ABI: Make test introduced in r205217 more robust
2014-03-31 David MajnemerMS ABI: Use the proper type for inalloca args
2014-03-31 Tim NorthoverARM64: enable aarch64-neon-intrinsics.c test
2014-03-31 Aaron BallmanPost-commit review coding style change: renaming HasAtt...
2014-03-31 Alexander Musman[OPENMP] clang-formatted include/clang/AST/StmtOpenMP.h
2014-03-31 Nico RieckSema: Require external linkage for dll attributes
2014-03-31 Nico RieckSema: Check dll attributes on redeclarations
2014-03-31 Daniel Jasperclang-format: Solve issues found and fixed by clang...
2014-03-31 NAKAMURA Takumiclang/tools/driver/Makefile: Quick fix corresponding...
2014-03-31 Aaron BallmanReapplying r204952 a second time.
2014-03-31 Timur IskhodzhanovSlightly improve the readability of MicrosoftVTableCont...
2014-03-31 Alexey VolkovAdded _rdtsc intrinsics by Robert Khasanov
2014-03-31 Dmitri GribenkoRemove unused variable
2014-03-31 Tim NorthoverARM64: remove currently trivial switch statement
2014-03-31 Alexey Bataev[OPENMP] Implemented 'copyin' clause
2014-03-30 Nico WeberAdd documentation for the pcs attribute, based on r1295...
2014-03-30 Tim NorthoverRTTI: refactor the uniqueness question into CGCXXABI.
2014-03-30 David MajnemerMS ABI: Correct typo in mangleStringLiteral
2014-03-30 David MajnemerMS ABI: Simplify mangleTemplateArgs
2014-03-30 NAKAMURA Takumiclang/test/Preprocessor/headermap-rel2.c: Recognize...
2014-03-30 Chandler CarruthForce a header file input to the headermap test to...
2014-03-30 Chandler Carruth[ARM64] Use %clang_cc1 consistently in the new arm64...
2014-03-30 Hal Finkel[PowerPC] Make -pg generate calls to _mcount not mcount
2014-03-30 Chandler Carruth[Allocator] Remove forward declarations of BumpPtrAlloc...
2014-03-30 David MajnemerSema: Implement DR317
2014-03-30 David MajnemerMS ABI: Simplify MangleByte
2014-03-30 Richard SmithTests for dr475-dr500.
2014-03-29 Tim NorthoverInstall: add arm_neon.h header back
2014-03-29 Benjamin KramerAvoid a local Twine variable.
2014-03-29 Tim NorthoverARM64: Fix GCC warning in CGBuiltin.cpp
2014-03-29 Tim NorthoverRemove stray references to aarch64_simd.h
2014-03-29 Tim NorthoverCodeGen: Allow different RTTI emission strategies
2014-03-29 Tim NorthoverARM64: initial clang support commit.
2014-03-29 David MajnemerCodeGen: Don't crash when replacing functions
2014-03-29 Tim NorthoverARM64: parametrise IVar offset type (long on ARM64...
2014-03-29 Tim NorthoverObjC: allow targets to decide when to use stret for...
2014-03-29 Tim NorthoverDriver: implement addClangWarningOptions
2014-03-29 Ted Kremenek[-Wunreachable-code] Expand paren-suppression heuristic...
2014-03-29 Argyrios Kyrtzidis[test] Add a triple to the test.
2014-03-29 Argyrios Kyrtzidis[test] Add a RUN line to get a hint on why the test...
2014-03-29 Argyrios Kyrtzidis[HeaderSearch] Make sure we clear the mapped name from...
2014-03-29 Ted KremenekImprove -Wunreachable-code to provide a means to indica...
2014-03-28 Richard SmithPR19278: Align ASTTemplateArgumentListInfo to match...
2014-03-28 Fariborz JahanianObjective-C. Make -Wselector-type-mismatch off by
2014-03-28 Argyrios Kyrtzidis[SemaObjC] For the semantics of the designated-initiali...
2014-03-28 Dmitri Gribenkolibclang/libIndex: USR generation: mangle source locati...
2014-03-28 Justin BognerReapply "OnDiskHashTable: Use Endian.h to read little...
2014-03-28 Justin BognerReapply "OnDiskHashTable: Use EndianStream.h to write...
2014-03-28 Hans WennborgSimplify clang-cl's target triple setting
2014-03-28 Hans WennborgTry to fix the cl-options.c test on ARM bots
2014-03-28 Justin BognerRevert "OnDiskHashTable: Use Endian.h to read little...
2014-03-28 Justin BognerRevert "OnDiskHashTable: Use EndianStream.h to write...
2014-03-28 Justin BognerOnDiskHashTable: Use Endian.h to read little endian...
2014-03-28 Justin BognerOnDiskHashTable: Use EndianStream.h to write little...
2014-03-28 Duncan P. N... Use constexpr again, this time portably
next