]> granicus.if.org Git - clang/shortlog
clang
2018-10-19 Dan AlbertRevert "[Driver] Reland: Default Android toolchains...
2018-10-19 Richard SmithPR24164, PR39336: init-captures are not distinct full...
2018-10-19 Richard SmithAdd basic test that we perform lifetime extension in...
2018-10-19 Dan Albert[Driver] Reland: Default Android toolchains to libc++.
2018-10-19 Hans WennborgJava annotation declaration being handled correctly
2018-10-19 Krzysztof Parzyszek[Hexagon] Remove support for V4
2018-10-19 Balazs Keri[ASTImporter] Removed uneeded default case label.
2018-10-19 Balazs Keri[ASTImporter] Added error handling for AST import.
2018-10-19 Marco Antognini[OpenCL] Remove unwanted signedness conversion from...
2018-10-19 Mandeep Singh... [COFF, ARM64] Enable unit test arm64-microsoft-status...
2018-10-18 Mandeep Singh... [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg...
2018-10-18 David Bolvansky[Test] Fix test file for C++98 mode
2018-10-18 David Bolvansky[Diagnostics] Add missing expected warning to test...
2018-10-18 David Bolvansky[Diagnostics] Check for integer overflow in array size...
2018-10-18 Aaron BallmanAdd check-clang-python to the Clang tests directory...
2018-10-18 Aaron BallmanAdd language standard aliases for -std=c18, -std=gnu18...
2018-10-18 Kristina Brooks[X86][Tests] Make sure tls-direct-seg-refs tests only...
2018-10-18 Patrick Lyster[OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMP...
2018-10-18 Kristina BrooksAdd support for -mno-tls-direct-seg-refs to Clang
2018-10-18 Chandler Carruth[TI removal] Test predicate rather than casting to...
2018-10-17 Konstantin... AMDGPU: Add options to enable/disable code object v3
2018-10-17 Eli Friedman[AArch64] Define __ELF__ for aarch64-none-elf and other...
2018-10-17 Leonard ChanFix for arm bots afternew PM pass port. Prevent cross...
2018-10-17 Leonard ChanFix for failing unit tests on some bots after r344696.
2018-10-17 Leonard Chan[PassManager/Sanitizer] Enable usage of ported AddressS...
2018-10-17 Takuto IkutaNFC: Remove trailing space from CodeGenModule.cpp
2018-10-17 Michal Gorny[python] [tests] Disable on known-broken arches
2018-10-17 Yaxun LiuAMDGPU: add __builtin_amdgcn_update_dpp
2018-10-17 George Karpenkov[analyzer] [www] Minor improvements to the text in...
2018-10-17 George Karpenkov[analyzer] [www] Updated a list of open projects
2018-10-16 Yaxun LiuDisable code object version 3 for HIP toolchain
2018-10-16 Ulrich Weigand[SystemZ] Actually enable -mzvector keywords
2018-10-16 Simon Atanasyan[driver][mips] Support MIPS R6 target triples
2018-10-16 Simon Atanasyan[driver][mips] Adjust target triple's environment accor...
2018-10-16 Simon PilgrimFix buildbots - update clang-interpreter to use Legacy...
2018-10-16 Peter Smith[ARM][AArch64] Pass through endian flags to assembler...
2018-10-16 Yvan Roux Add target requirement to profile remap test.
2018-10-16 Simon Atanasyan[mips] Group similar commands in the test case. NFC
2018-10-16 Alexey Bataev[OPENMP][NVPTX]Increment iterator only when it is used...
2018-10-15 Simon Atanasyan[mips] Fix handling of GNUABIN32 environment in a targe...
2018-10-15 Petr Hosek[Driver] Support direct split DWARF emission for Fuchsia
2018-10-15 Artem Dergachev[analyzer] Add doxygen comments for the new CXXAllocato...
2018-10-15 Artem Dergachev[analyzer] Teach CallEvent about C++17 aligned operator...
2018-10-15 Artem Dergachev[analyzer] NFC: RetainCountChecker: Don't dump() symbol...
2018-10-15 Artem Dergachev[python] [tests] Disable python binding tests under...
2018-10-15 Nick DesaulniersRevert 344389 "Revert r344375 "[Driver] check for exit...
2018-10-15 Leonard Chan[Fixed Point Arithmetic] FixedPointCast
2018-10-15 Sean FertileRevert "[CodeGenCXX] Treat 'this' as noalias in constru...
2018-10-15 Eric Liu[CodeComplete] Make sure keyword 'template' is added...
2018-10-15 Chandler Carruth[TI removal] Make `getTerminator()` return a generic...
2018-10-14 Sid Manning[Hexagon] Update tests account for non-hardcoded linker...
2018-10-13 Hans WennborgTry harder to fix test/Driver/cl-showfilenames.c
2018-10-13 Benjamin KramerMove some helpers from the global namespace into anonym...
2018-10-13 Enrico Steffinlongo[analyzer] Improved cmake configuration for Z3
2018-10-13 Enrico Steffinlongo[analyzer] Small SMT API improvement
2018-10-13 Hans WennborgRe-commit r344234 "clang-cl: Add /showFilenames option...
2018-10-13 Adam Balogh[Analyzer] Iterator Checker - Part 10: Tests for iterat...
2018-10-12 Alexey Bataev[OPENMP][NVPTX]Reduce memory usage in target region.
2018-10-12 Martin Storsjo[MinGW] Allow using LTO when lld is used as linker
2018-10-12 Michal Gorny[python] [tests] Re-add once again, this time without...
2018-10-12 Simon PilgrimRevert rL344365: [tests] Readd Python binding tests...
2018-10-12 Ben Hamilton[clang-format] Fix BraceWrapping AfterFunction for...
2018-10-12 Simon PilgrimFix a clang::driver::ArgStringList usage I missed in...
2018-10-12 Simon PilgrimConsistently make llvm::opt::ArgStringList usage explic...
2018-10-12 Reid KlecknerRevert r344375 "[Driver] check for exit code from SIGPIPE"
2018-10-12 Jonas Toth[Doc] fix second error in UsersManual
2018-10-12 Jonas Toth[Doc] fix BB, add code-block type
2018-10-12 Nick Desaulniers[Driver] check for exit code from SIGPIPE
2018-10-12 Erik Pilkington[CodeGen] Handle extern references to OBJC_CLASS_$_*
2018-10-12 Dan Albert[Driver] Add defaults for Android ARM FPUs.
2018-10-12 Michal Gorny[tests] Readd Python binding tests to check-all
2018-10-12 Michal Gorny[python] [tests] Remove cdb lookup failure test
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Zachary TurnerRevert "Make YAML quote forward slashes."
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Alexey Bataev[OPENMP][NVPTX]Reduce memory usage in orphaned functions.
2018-10-12 Simon PilgrimFix MSVC 2015 ambiguous symbol warning introduced by...
2018-10-12 Sam McCallRemove top-level using declaration from header files...
2018-10-12 Eric Liu[Tooling] Expose ExecutorName option.
2018-10-12 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-10-12 George Karpenkov[analyzer] Fix a bug in unexplored_first_location_queue...
2018-10-11 Richard SmithUpdate user's manual documentation of profile remapping...
2018-10-11 George Karpenkov[analyzer] Experiment with an iteration order only...
2018-10-11 George Karpenkov[analyzer] Avoid unneeded invalidation in RetainCountCh...
2018-10-11 George Karpenkov[analyzer] Retain count checker for OSObject: recognize...
2018-10-11 Dan AlbertRevert "[Driver] Default Android toolchains to libc++."
2018-10-11 Dan Albert[Driver] Default Android toolchains to libc++.
2018-10-11 Dan Albert[Driver] Default to `-z now` and `-z relro` on Android.
2018-10-11 Dan Albert[Driver] Fix --hash-style choice for Android.
2018-10-11 Michal Gorny[python] [tests] Fix calling tests on Windows
2018-10-11 Aaron Enye Shi[HIP] Remove unused irif bitcode from test
2018-10-11 Aaron Enye Shi[HIP] Replace irif library with hip.amdgcn.bc
2018-10-11 Sean FertileRevert "clang-cl: Add /showFilenames option (PR31957)"
2018-10-11 Alexey Bataev[OPENMP][NVPTX]Reduce memory use for globalized vars in
2018-10-11 Eric LiuRevert "[Lex] TokenConcatenation now takes const Prepro...
2018-10-11 Eric Liuclang-cl: set output of lit-test to a tmp file after...
2018-10-11 Michal Gorny[python] [tests] Retab CMakeLists.txt for consistency...
2018-10-11 Eric Liu[Lex] TokenConcatenation now takes const Preprocessor
2018-10-11 Michal Gorny[tests] Remove Python tests from check-all due to breakage
2018-10-11 Aaron BallmanImprove -Wshadow warnings with enumerators.
next