]> granicus.if.org Git - clang/shortlog
clang
2014-04-04 Saleem AbdulrasoolBasic: rename VisualStudio to Windows
2014-04-04 Richard TrieuExtend -Wtautological-constant-out-of-range-compare...
2014-04-04 Justin BognerCodeGen: Don't create branch weight metadata from empty...
2014-04-04 Reid KlecknerAdd clang-cl alias to allow users to disable c4005
2014-04-04 Reid KlecknerPut macro redefinition warnings under -Wmacro-redefined
2014-04-03 Fariborz JahanianTurn off -Wmissing-noreturn warning for blocks
2014-04-03 Fariborz Jahanianvector [Sema]. Check for proper use of 's' char prefix
2014-04-03 Reid Kleckner-fms-extensions: Error out on #pragma init_seg
2014-04-03 Roman DivackyRevert r205436:
2014-04-03 Faisal ValiTeach getTemplateInstantiationPattern to deal with...
2014-04-03 Logan ChienCode cleanup (re-indent)
2014-04-03 Samuel BenzaquenRevert "Add support for named values in the parser."
2014-04-03 Daniel Jasperclang-format: Prefer an additional line-break over...
2014-04-03 Daniel Jasperx
2014-04-03 Stephen CanonImproved semantics for implicit scalar -> extvector...
2014-04-03 Daniel Jasperclang-format: Understand that "auto" is a type.
2014-04-03 Alexey Bataev[OPENMP] Small update for C++11
2014-04-03 Ben LangmuirAllow ASTFile to be reset to null
2014-04-02 David MajnemerCodeGen: Emit some functions as weak_odr under -fms...
2014-04-02 Fariborz JahanianObjective-C [IRGen]. Add encoding for 'weak' attribute...
2014-04-02 Richard SmithIf a using-declaration names a class member, but appear...
2014-04-02 Richard SmithPR19305: Don't issue -Wunused-variable warnings on...
2014-04-02 David BlaikieDebugInfo: Include default template arguments in templa...
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
next