]> granicus.if.org Git - clang/shortlog
clang
2016-03-09 Ben Langmuir[Modules] Add stdatomic to the list of builtin headers
2016-03-09 Davide Italiano[modules] Simplify code logic. NFC.
2016-03-09 Tim NorthoverARM & AArch64: fix IR-converted tests.
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Kit Barton[PPC] FE support for generating VSX [negated] absolute...
2016-03-09 Tim NorthoverARM & AArch64: convert asm tests to LLVM IR and restric...
2016-03-09 Aaron BallmanUse an explicit instantiation to work around delayed...
2016-03-09 Tim NorthoverAArch64: remove a couple more tests already covered...
2016-03-09 Aaron BallmanSpeculative fix for this test case (the test doesn...
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Samuel Antao[OpenMP] Add support for multidimensional array section...
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-09 Michael ZuckermanFixing wrong header title name.
2016-03-09 Manuel KlimekPacify gcc's parenthesis warning, which doesn't realize...
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-09 Peter ZotovAccept absolute paths in the -fuse-ld option.
2016-03-09 Argyrios Kyrtzidis[index] Add a message for the assertion, NFC.
2016-03-09 Argyrios Kyrtzidis[index] libclang: Make sure to treat forward ObjC proto...
2016-03-09 Argyrios Kyrtzidis[index] Fix assertion hit when indexing re-declarations...
2016-03-09 Richard SmithReadd testcase accidentally removed in r262888.
2016-03-08 Davide Italiano[Modules] Modernize, use range-based loops.
2016-03-08 Richard SmithFix crash in access check for aggregate initialization...
2016-03-08 Richard SmithFix -Werror build.
2016-03-08 Tim NorthoverAArch64: remove tests of intrinsics completely duplicat...
2016-03-08 Richard SmithP0017R1: In C++1z, an aggregate class can have (public...
2016-03-08 Aaron BallmanSilence duplicate diagnostics because parsing of a...
2016-03-08 Aaron BallmanTurning on the /bigobj flag for two more files that...
2016-03-08 Mike SpertusAdd Visual Studio native visualizers for several Clang...
2016-03-08 Kevin FunkBump libclang API version after r262318
2016-03-08 Duncan P. N... Sema: Methods in unavailable classes are unavailable
2016-03-08 Duncan P. N... Sema: Treat 'strict' availability flag like unavailable
2016-03-08 Ekaterina RomanovaAdd doxygen comments to bmiintrin.h's intrinsics.
2016-03-08 Anna Zaks[analyzer] Fix missed leak from MSVC specific allocatio...
2016-03-08 Richard SmithUse class="svn" for features with SVN status.
2016-03-08 Richard SmithMove [[nodiscard]] tests into test/CXX tree.
2016-03-08 Richard SmithDefine __has_cpp_attribute(fallthrough) to a more reaso...
2016-03-08 Richard SmithAdd accidentally forgotten testcase from r262881.
2016-03-08 Richard SmithP0188R1: add support for standard [[fallthrough]] attri...
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-07 Adrian PrantlModule Debugging: Fix a crash when emitting debug info...
2016-03-07 Michael Zuckerman[CLANG][AVX512][BUILTIN] Add builtin vcomi{ss|sd}
2016-03-07 Guillaume Papinpython binding: expose compile command filename
2016-03-07 Marina Yatsina[ms-inline-asm][AVX512] Add ability to use k registers...
2016-03-07 Joerg SonnenbergerImplement __builtin_eh_return_data_regno for SPARC...
2016-03-07 Joerg SonnenbergerDescribe the magic numbers returned by getEHDataRegiste...
2016-03-07 Michael Zuckerman[CLANG][AVX512][BUILTIN] Adding new feature flag headed...
2016-03-07 Carlo Bertolli[OPENMP] Codegen for distribute directive: fix bug...
2016-03-07 Carlo BertolliReapply r262741 [OPENMP] Codegen for distribute directive
2016-03-07 Amjad AboudResolved Bug 26414.
2016-03-07 Michael Zuckerman[CLANG][AVX512][BUILTIN] Adding new feature flag header...
2016-03-07 David Majnemer[MS ABI] Mangle symbols names longer than 4096 characte...
2016-03-07 Michael Zuckerman[CLANG][AVX512][BUILTIN] Adding vpmultishiftqb{128...
2016-03-06 Felix Berger[ASTMatchers] Document that isAnyPointer() matcher...
2016-03-06 Davide Italiano[Modules] Don't swallow errors when parsing optional...
2016-03-05 Simon PilgrimFixed -Wdocumentation warning - typo in a parameter...
2016-03-05 Saleem AbdulrasoolMisc: add a test for TargetParser usage
2016-03-05 Daniel Jasperclang-format: [JS] Support destructuring assignments...
2016-03-05 Simon Pilgrim[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
2016-03-05 Richard TrieuAdd null check to diagnostic path for lambda captures.
2016-03-05 Mike SpertusTest commit: Fix run-on sentence in comment
2016-03-05 Devin Coughlin[analyzer] Nullability: add option to not report on...
2016-03-04 Richard SmithUpdate diagnostics now that hexadecimal literals look...
2016-03-04 David BlaikiePR5941 - improve diagnostic for * vs & confusion when...
2016-03-04 Nico Weberclang-cl: Enable PCH flags by default.
2016-03-04 Richard SmithImplement P0036R0: remove support for empty unary folds...
2016-03-04 Samuel AntaoRevert r262741 - [OPENMP] Codegen for distribute directive
2016-03-04 Richard SmithUpdate cxx_status with likely new features from Jackson...
2016-03-04 Stephen HinesSwitch krait to use -mcpu=cortex-a15 for assembler...
2016-03-04 Carlo Bertolli[OPENMP] Codegen for distribute directive
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-04 Devin Coughlin[analyzer] Add diagnostic in ObjCDeallocChecker for...
2016-03-04 Benjamin KramerMove class into anonymous namespace. NFC.
2016-03-04 Pavel Labath[SemaExprCXX] Avoid calling isInSystemHeader for invali...
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-04 Vedant Kumar[Coverage] Fix the start/end locations of switch statements
2016-03-04 Alexey Bataev[OPENMP] Simplify handling of clauses with postupdates...
2016-03-04 Argyrios Kyrtzidis[index] Distinguish USRs of anonymous enums by using...
2016-03-04 Argyrios Kyrtzidis[index] Include parameter types in the USRs for C funct...
2016-03-04 Argyrios Kyrtzidis[index] In ObjC++ handle objc type parameters for funct...
2016-03-04 Xiuli Pan[OpenCL] Refine pipe builtin support
2016-03-04 Bhushan D.... [MIPS] initFeatureMap() to handle empty string argument
2016-03-04 David Majnemer[X86] Pass __m64 types via SSE registers for GCC compat...
2016-03-04 David Majnemer[VFS] Switch from close to SafelyCloseFileDescriptor
2016-03-04 Argyrios Kyrtzidis[index] Ignore ObjCTypeParamDecls during indexing.
2016-03-03 Carlo Bertolli[OPENMP] firstprivate and private clauses of teams...
2016-03-03 Devin Coughlin[analyzer] ObjCDeallocChecker: Only check for nil-out...
2016-03-03 Carlo BertolliAdd code generation for teams directive inside target...
2016-03-03 Anastasia Stulova[OpenCL] Improve diagnostics of address spaces for...
2016-03-03 Daniel Jasperclang-format: Use stable_sort when sorting #includes.
2016-03-03 Samuel Antao[OpenMP] Code generation for teams - kernel launching
2016-03-03 Bradley Smith[ARM] Add Clang targeting for ARMv8-M Baseline/Mainline
2016-03-03 Michael Zuckerman[CLANG][AVX512][BUILTIN] movddup{128|256|512}
2016-03-03 Anastasia Stulova[OpenCL] Apply missing restrictions for Blocks in OpenC...
2016-03-03 Michael ZuckermanFixing a checkfile error in avx512vlbw-builtins.c
2016-03-03 Michael Zuckerman[CLANG][AVX512][BUILTIN] movdqu{qi|hi} {128|256|512}
2016-03-03 NAKAMURA TakumiTweak CMakeLists not for libclang to depend on the...
next