]> granicus.if.org Git - clang/shortlog
clang
2013-12-10 Dmitri GribenkoUse llvm::sys::path::append to concatenate paths
2013-12-10 Rafael EspindolaTake into consideration calling convention when process...
2013-12-10 David PeixottoFix via-file-asm test failure on windows
2013-12-10 David MajnemerSema: Enforce C++11 pointer-to-member template argument...
2013-12-09 Reid KlecknerFix return of empty range in MSAsmStmt::children
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-09 Fariborz JahanianObjective-C: Improve on various diagnostics related to
2013-12-09 NAKAMURA Takumi[CMake] clangSema doesn't depend on LLVM CodeGen any...
2013-12-09 NAKAMURA Takumi[CMake] clang/lib: Satisfy dependencies to add *actuall...
2013-12-09 NAKAMURA Takumi[CMake] clangDriver: Move LLVM stuff in target_link_lib...
2013-12-09 NAKAMURA Takumiclang/test/lit.cfg: Remove get_llc_props. check-clang...
2013-12-09 Rafael EspindolaSave another call to GetAddrOfFunction.
2013-12-09 Rafael EspindolaWhen we decide to output a deferred decl, remember...
2013-12-09 Rafael EspindolaOutput destructors and constructors in a more natural...
2013-12-09 Daniel Jasperclang-format: Be more conservative about braced list...
2013-12-09 Alp TokerRemove old -fdiagnostics-show-name option
2013-12-09 Alp TokerMake the -Wkeyword-compat diag message more accurate
2013-12-09 David Majnemer[-cxx-abi microsoft] Mangle large integral constants...
2013-12-09 Richard SmithVersions of GCC newer than 4.8 exist these days =)
2013-12-09 Richard SmithMinor cleanup and reorg of C++ status page.
2013-12-09 Richard SmithUpdate compatibility page to list some GCC language...
2013-12-09 Serge PavlovAvoid extra error messages if method definition is...
2013-12-09 Rafael EspindolaAvoid adding some decls to DeferredDeclsToEmit.
2013-12-09 David Majnemer[-cxx-abi microsoft] Properly mangle enums
2013-12-09 Hao Liu[AArch64]Add missing pair intrinsics such as:
2013-12-09 Faisal ValiRename a variable that I missed in the previous refacto...
2013-12-09 Alp TokerEliminate the last remaining header NDEBUG
2013-12-08 Alp TokerRemove an old stdio.h include from the invalid-array...
2013-12-08 Alp TokerFix three tests that weren't checking anything
2013-12-08 Alp TokerRe-enable verification of test and update outdated...
2013-12-08 Alp TokerRe-enable ms inline asm parser test.
2013-12-08 Alp TokerRemove all DISABLE lines from tests
2013-12-08 Alp TokerThere's no such thing as %clang_cc1_only
2013-12-08 Alp TokerFix a test that hasn't worked since 2007
2013-12-08 Alp TokerRemove duplicated -cc1 in tests
2013-12-08 Rafael EspindolaGlobalAlias::isDeclaration is always false. Remove...
2013-12-08 Tim NorthoverARM: teach Sema that "r" can match 64-bit values
2013-12-08 Faisal ValiMove a generic lambda test into the more logical test...
2013-12-08 Faisal ValiFix the message to go along with the assertion that...
2013-12-08 Faisal ValiFix an assertion introduced by my previous refactoring.
2013-12-08 Joerg SonnenbergerExtend assembler handling for NetBSD/MIPS to pass down...
2013-12-08 Rafael EspindolaFix pr18174.
2013-12-07 Faisal ValiDelete the now unnecessary test/generic-lambda-unimplem...
2013-12-07 Faisal Vali[REFACTOR] Refactored some of the generic-lambda captur...
2013-12-07 Benjamin KramerCodeGen: Don't emit linkage on thunks that aren't emitt...
2013-12-07 Alp TokerEliminate the last trivial NDEBUG uses in clang headers
2013-12-07 Alp TokerCommentLexer: eliminate an NDEBUG from the headers
2013-12-07 John ThompsonChanged ConditionValue argument to PPCallbacks If and...
2013-12-07 Alp TokerTweak r196646
2013-12-07 Alp TokerType traits: No need for switch to handle __builtin_typ...
2013-12-07 Argyrios KyrtzidisAdd a SubsetSubject in Attr.td to automate checking...
2013-12-07 Richard SmithGive a more appropriate diagnostic when a template...
2013-12-07 Joerg SonnenbergerPass correct flags to assembler and linker for OpenBSD...
2013-12-07 Fariborz JahanianObjectiveC. Continuing implementation of objc_bridge_re...
2013-12-07 Warren HuntFixing assertion failure introduced in 196602.
2013-12-06 Justin Bognertest/Driver: Check that @ arguments that aren't files...
2013-12-06 Ana PazosAdded support for mcpu krait
2013-12-06 David PeixottoFix test case inefficiency
2013-12-06 David PeixottoAdd option to use temporary file for assembling with...
2013-12-06 Warren Hunt[MS-ABI] adds padding before all vbases after a bitfield
2013-12-06 Warren Hunt[MS-ABI] Fix alias-avoidance padding between bases
2013-12-06 Anna ZaksFixup to r196593.
2013-12-06 Anna ZaksRevert "[analyzer] Refactor conditional expression...
2013-12-06 Aaron BallmanTurning the __w64 attribute into an ignored attribute...
2013-12-06 Argyrios Kyrtzidis[libclang] Rename CXSkippedRanges to CXSourceRangeList...
2013-12-06 Roman DivackyMove the body of GCCInstallationDetector ctor into...
2013-12-06 Diego NovilloAdd flag -fauto-profile as alias to -fprofile-sample...
2013-12-06 Alp TokerFix code typos spotted while working on type traits
2013-12-06 Aaron BallmanTweak the ordering of a conditional to possibly avoid...
2013-12-06 Aaron BallmanReverting changes from r196415; this patch exposed...
2013-12-06 Daniel Jasperclang-format: Change line break decisions for array...
2013-12-06 Daniel JasperAllow string literals as module names.
2013-12-06 Alp TokerAdd introductory paragraph to the C++ status page
2013-12-06 Richard SmithPR18152: When computing the semantic form for an initia...
2013-12-06 Warren HuntSupport MS-ABI's concept of "Required Alignment" imposed by
2013-12-05 Dmitri Gribenko-Wassign-enum: compare unqualified types
2013-12-05 Dmitri GribenkoAllow the warning 'case value not in enumerated type...
2013-12-05 Reid Kleckner[ms-cxxabi] bitcast to i8* to deref a data member pointer
2013-12-05 Joerg SonnenbergerFor NetBSD, use arm1176jzf-s as default CPU for ARMv6.
2013-12-05 Ana PazosImplemented vget/vset_lane_f16 intrinsics
2013-12-05 Richard SmithMark auto-generated file as auto-generated, as suggeste...
2013-12-05 Joerg SonnenbergerPass down the target CPU to the system assembler for...
2013-12-05 Fariborz JahanianObjectiveC: Don't warn when method implemented in
2013-12-05 Argyrios Kyrtzidis[c-index-test] For the '-remap-file' option use a comma...
2013-12-05 Bob WilsonFix assertion failure left over from changes to move...
2013-12-05 Alp TokerAttributeList: tweak the conditional order to avoid...
2013-12-05 Hans Wennborgclang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_...
2013-12-05 Alp TokerCheck the initial line number without going through...
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-12-05 Richard SmithPR17983: Fix crasher bug in C++1y mode when performing...
2013-12-05 Argyrios Kyrtzidis[libclang] Record ranges skipped by the preprocessor...
2013-12-05 Argyrios Kyrtzidis[c-index-test] Enhance perform_test_reparse_source...
2013-12-05 Argyrios Kyrtzidis[c-index-test] For the '-remap-file=' option use '...
2013-12-05 Alp Tokerclang-format-diff.py: pass through errors to stderr...
2013-12-05 Richard SmithUpdate C++ status from 'SVN' to 'Clang 3.4' in preparat...
2013-12-05 Richard SmithImplement DR482: namespace members can be redeclared...
2013-12-05 Alp TokerFix comment typo in r196476
2013-12-05 Argyrios Kyrtzidis[objc] If an interface has no initializer marked as...
next