]> granicus.if.org Git - clang/shortlog
clang
2016-03-17 Daniel Jasperclang-format: [JS] Fix incorrect spacing around context...
2016-03-17 Daniel Jasperclang-format: Slightly weaken AlignAfterOpenBracket...
2016-03-17 Alexey Bataev[OPENMP 4.5] Allow to use private data members in ...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-17 Junmo ParkMinor code cleanups. NFC.
2016-03-17 Bruno Cardoso... [VFS] Remove wrong header include
2016-03-17 Argyrios Kyrtzidis[index] Make sure that declarations of builtin function...
2016-03-17 Manman RenAdd an optional named argument (replacement = "xxx...
2016-03-17 Bruno Cardoso... Reapply [2]: [VFS] Add support for handling path traversals
2016-03-16 Carlo Bertolli[OPENMP] Support for codegen of private clause of targe...
2016-03-16 Manman RenAdd an optional string argument to DeprecatedAttr for...
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-16 Olivier GoffartFix destructor definition of invalid classes
2016-03-16 Mike SpertusAdd visualizers for more clang types. Create more C...
2016-03-16 NAKAMURA TakumiRevert r263617, "Reapply: [VFS] Add support for handlin...
2016-03-16 Yaron KerenDirectly get the canonical Type instead of going around...
2016-03-16 Vassil Vassilev[modules] Fix adding a templated friend functions to...
2016-03-16 Pablo BarrioAdd more ARM Cortex-R8 regression tests to Clang.
2016-03-16 Marina YatsinaAvoid using LookupResult's implicit copy ctor and assig...
2016-03-16 NAKAMURA TakumiRevert r263622, "clang/lib/Frontend/ModuleDependencyCol...
2016-03-16 NAKAMURA Takumiclang/lib/Frontend/ModuleDependencyCollector.cpp: Use...
2016-03-16 Bruno Cardoso... Reapply: [VFS] Add support for handling path traversals
2016-03-16 Pete CooperConvert some ObjC msgSends to runtime calls.
2016-03-15 Douglas KatzmanMyriad: define __myriad2 macro automatically
2016-03-15 Arpith Chacko... Revert commit http://reviews.llvm.org/D17877 to fix...
2016-03-15 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-15 Bob WilsonMove the fixit for -Wformat-security to a note.
2016-03-15 Evgeniy Stepanov[cfi] Don't emit checks for disabled CFI kinds.
2016-03-15 Pablo BarrioTest commit - Remove some trailing whitespace
2016-03-15 Chris Bieneman[CMake] Updating Apple build configurations
2016-03-15 Chris Bieneman[CMake] Defaulting CLANG_VENDOR to PACKAGE_VENDOR
2016-03-15 Chris BienemanFix a bot I broke.
2016-03-15 Chris Bieneman[Driver] [Darwin] Fix linking libclang_rt.profile_...
2016-03-15 Douglas KatzmanMyriad: Pass -mcpu to movi{Compile,Asm}
2016-03-15 Arpith Chacko... Reverted http://reviews.llvm.org/D17877 to fix tests.
2016-03-15 Arpith Chacko... [OpenMP] Base support for target directive codegen...
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
next