]> granicus.if.org Git - clang/shortlog
clang
2016-03-15 John BrawnMake it possible for AST plugins to enable themselves...
2016-03-15 Benjamin KramerRestrict the hack from r263429 to asan and msan.
2016-03-15 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 NAKAMURA Takumiclang/test/CodeGenCXX/virtual-function-attrs.cpp: Appea...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Clang side of renaming of function...
2016-03-14 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 Chris Bieneman[CMake] Updating Apple Clang CMake caches
2016-03-14 Peter CollingbourneRelax test introduced in r263464 to accept ARM ABI...
2016-03-14 Daniel Jasperclang-format: [JS] Handle certain cases of ASI.
2016-03-14 Peter CollingbourneCodeGen: Use 32-bit gep offsets to address vtable addre...
2016-03-14 Peter CollingbourneCodeGen: Mark functions used in vtables as unnamed_addr.
2016-03-14 Richard Smith[modules] Don't diagnose non-modular includes from...
2016-03-14 Samuel Antao[OpenMP] Replace offloading option that start with...
2016-03-14 Benjamin KramerRevert "Recommitted r261634 "Supporting all entities...
2016-03-14 Jonas HahnfeldFix some more tests with CLANG_DEFAULT_CXX_STDLIB
2016-03-14 Jonas HahnfeldMake FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB
2016-03-14 Benjamin Kramer[Frontend] Disable value name discarding for all saniti...
2016-03-14 Amjad AboudRecommitted r261634 "Supporting all entities declared...
2016-03-14 Andrey Turetskiy[Driver] Enable --rtlib option for MSVC target
2016-03-14 Eric ChristopherTemporarily make discard value names depend on whether...
2016-03-14 Eric ChristopherGive the test a temporary output so it can be cleaned up.
2016-03-13 Nico WeberTry to get cl-pch-showincludes passing on AArch64 bots.
2016-03-13 Mehdi AminiRemove compile time PreserveName in favor of a runtime...
2016-03-13 Amjad AboudAdded test that covers changes in r263379.
2016-03-13 Matt ArsenaultUpdate for new argument to scalbn
2016-03-13 Nico WeberAlso test that the pch file is not printed in /showIncludes
2016-03-13 Nico WeberMake test a bit stricter to check not just the file...
2016-03-13 Nico Weberclang-cl: Add /Yc argument to /showIncludes output.
2016-03-12 Nico Weberclang-cl: Add a test for the interaction of /Yc and...
2016-03-12 Eric ChristopherTemporarily revert these patches:
2016-03-11 Daniel JasperMake functions in altivec.h be __inline__. As they...
2016-03-11 Bob WilsonAdd fix-it for format-security warnings.
2016-03-11 Jordan RoseFix ObjCMethodDecl::findPropertyDecl for class properties.
2016-03-11 Reid KlecknerAdd missing triple to instantiate-sizeof.cpp test
2016-03-11 Reid KlecknerAllow sizeof(UnrelatedClass::field) in C++11 class...
2016-03-11 Teresa JohnsonUpdate test case for llvm summary format changes in...
2016-03-11 Mehdi AminiFix clang crash: when CodeGenAction is initialized...
2016-03-11 Reid Kleckner[SEH] Remove nounwind/noinline from outlined finally...
2016-03-11 Mehdi AminiFix build: use -> with pointers and not .
2016-03-11 Mehdi AminiRemove compile time PreserveName switch based on NDEBUG
2016-03-11 Alexandros... Add tests for ARM Cortex-R8
2016-03-11 Chandler CarruthUpdate to include the new header file providing createG...
2016-03-11 Dmitry Polukhin[OpenMP] NFC fix compilation warning about unused variable
2016-03-11 John McCallRemoving the friend declaration was not a good idea.
2016-03-11 John McCallSpeculatively attempt to fix the MSVC build by making...
2016-03-11 John McCallAdd a coerce-and-expand ABIArgInfo as a generalization...
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-03-11 Ekaterina RomanovaAdd doxygen comments to avxintrin.h's intrinsics.
2016-03-10 Manman RenPrint strict in Availability attribute when it is on.
2016-03-10 Manman RenAdd has_feature objc_class_property.
2016-03-10 Jonathan Coelibclang python bindings: Fix for bug 26394
2016-03-10 Nico WeberReenable asm-errors.c
2016-03-10 Richard SmithAdd test for r263138.
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
2016-03-10 Nico WeberMake remaining ImplicitFallthrough warning DefaultIgnore.
2016-03-10 Simon PilgrimUpdated SSE3 builtin tests to more closely match the...
2016-03-10 Simon PilgrimAdded note to SSE4a builtins about keeping in sync...
2016-03-10 Simon PilgrimUpdated SSSE3 builtin tests to more closely match the...
2016-03-10 Simon PilgrimMinor Wdocumentation fix. NFCI.
2016-03-10 Aaron BallmanCorrecting an attribute documentation generation error...
2016-03-10 Ekaterina RomanovaAdd doxygen comments to xmmintrin.h's intrinsics.
2016-03-10 Tim NorthoverARM: fix arm_neon_intrinsics.c and re-enable.
2016-03-10 Richard TrieuDisable failing test and fix RUN line.
2016-03-10 Steven WuFix false positives for for-loop-analysis warning
2016-03-10 Alexey SamsonovEmitCXXStructorCall -> EmitCXXDestructorCall. NFC.
2016-03-10 Alexey SamsonovRemove unused function arguments. NFC.
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
next