platform/upstream/llvm.git
2015-04-28 Dmitry Vyukovtsan: fix a bug memory access handling
2015-04-28 Eric ChristopherFix a [-Werror,-Winconsistent-missing-override] problem...
2015-04-28 Jonathan RoelofsFix PR22047: ObjC: Method unavailability attribute...
2015-04-28 Serge PavlovCombine instantiation context of field initializer...
2015-04-28 Tom StellardR600: Fix up for AsmPrinter's OutStreamer being a uniqu...
2015-04-28 Tom StellardR600/SI: Add a lower case alias for subtarget feature...
2015-04-28 Aaron BallmanSilencing a -Wuninitialized warning in a different...
2015-04-28 NAKAMURA TakumiDisable clang-tools-extra/test/pp-trace/pp-trace-module...
2015-04-28 Justin Holewinski[NVPTX] Handle addrspacecast constant expressions in...
2015-04-28 Marshall ClowFix some preprocessor directives that were generating...
2015-04-28 David Blaikie[opaque pointer type] Encode the allocated type of...
2015-04-28 Sanjay Patelmove IR-level optimization flags into their own struct
2015-04-28 Rafael EspindolaUse a std::vector to record the offsets of the sections...
2015-04-28 Rafael EspindolaAvoid an extra loop for computing the section size...
2015-04-28 Elena DemikhovskyFixed crash of variable shift inst on AVX2
2015-04-28 Marshall ClowUpdate C++17 status; mark issues 2170, 2377, and 2408...
2015-04-28 Hafiz Abid... Replace sprintf with snprintf to avoid a crash.
2015-04-28 Toma Tabacu[mips] [IAS] Do not generate redundant ORi in createLSh...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Rafael EspindolaUse CIE version 4 for dwarf4.
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Elena DemikhovskyAVX-512: added intrinsics for KNL and SKX
2015-04-28 Alexey Bataev[OPENMP] Fix crash on loop control vars explicitly...
2015-04-28 Toma Tabacu[mips] [IAS] Rename the createShiftOr function to creat...
2015-04-28 Ilia KAdd language option in -gdb-show command (MI)
2015-04-28 Ilia KDon't print a type of variable in Address::Dump if...
2015-04-28 Aaron BallmanSilencing a spurious -Wuninitialized warning with this...
2015-04-28 Ewan Crawfordtest commit
2015-04-28 Pavel LabathSkip TestProcessAttach.py on Linux
2015-04-28 Toma Tabacu[mips] [IAS] Store the expandLoadImm destination regist...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-28 Bradley Smith[ARM/AArch64] Enforce alignment for bitfielded structs
2015-04-28 Viktor Kutuzov[Msan] Fix the getline.cc test to pass on FreeBSD
2015-04-28 Bruce MitchenerLLDB-MI: -var-list-children with no children doesn...
2015-04-28 Elena DemikhovskyAVX-512: Added "pandn" intrinsics set
2015-04-28 Elena DemikhovskyMasked gather and scatter: Added code for SelectionDAG.
2015-04-28 Pavel Labath[NativeProcessLinux] Add back synchronisation of thread...
2015-04-28 Justin BognerInstrProf: Match a bit less strictly - some targets...
2015-04-28 Justin BognerInstrProf: Mark code regions after throw expressions...
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-28 Saleem Abdulrasoollibc++abi: work around layering violation
2015-04-28 Saleem Abdulrasoollibc++abi: try harder to force the LLVM unwinder on ARM
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-28 Alexey Samsonov[UBSan] Fix CMake rules for tests after r235954.
2015-04-28 Alexey SamsonovAddress old FIXMEs in UBSan test cases.
2015-04-28 Alexey Samsonov[TSan] Attempt to fix old Makefile build.
2015-04-28 Alexey SamsonovExport __ubsan_* symbols from MSan and TSan runtimes.
2015-04-28 Richard SmithFix memory leak found by asan buildbot.
2015-04-28 Duncan P. N... DebugInfo: Add a clang test for LLVM fix for PR23332
2015-04-28 Duncan P. N... DebugInfo: Support up to 2^16 arguments in a subprogram
2015-04-28 Alexey SamsonovAllow UBSan+MSan and UBSan+TSan combinations (Clang...
2015-04-28 Alexey SamsonovAllow UBSan+MSan and UBSan+TSan combinations (Clang...
2015-04-28 Matthias BraunCleanup, remove unused return value
2015-04-28 Ahmed Bougacha[MC] Split MCBinaryExpr::Shr into LShr and AShr.
2015-04-28 Ahmed Bougacha[MC] Move getBinOpPrecedence into AsmParser. NFC.
2015-04-28 John McCallms_struct does not imply the MS base-layout ABI; separa...
2015-04-27 Siva Chandra[TestProcessAttach] Decorate with expectedFailureLinux
2015-04-27 Richard SmithRefactor: put these function declarations somewhere...
2015-04-27 Hans WennborgSwitch lowering: use uint32_t for weights everywhere
2015-04-27 Evgeniy Stepanov[asan] Fix ASan build on Android/AArch64.
2015-04-27 Duncan P. N... LTO: Add API to choose whether to embed uselists
2015-04-27 Hans WennborgSwitch lowering: Take branch weight into account when...
2015-04-27 Richard Smith[modules] Incrementally compute the list of overridden...
2015-04-27 Chaoren LinAdd an unnamed pipe fail-safe to launching lldb-gdbserver.
2015-04-27 Duncan P. N... LTO: Simplify code generator initialization
2015-04-27 Reid KlecknerRemove stale FIXMEs from test case
2015-04-27 Eric ChristopherAlways add the target-cpu and target-features sets...
2015-04-27 Zachary Turner[Windows] Add a RegisterContextWindows_x64.
2015-04-27 Alexey Samsonov[docs] Fix the link to SanitizerCoverage docs.
2015-04-27 Rafael EspindolaUse MemoryBufferRef instead of MemoryBuffer&. NFC.
2015-04-27 Daniel Jasperclang-tidy: [readability-else-after-return] Fix false...
2015-04-27 Aaron BallmanCheck whether the operand to a noexcept expression...
2015-04-27 Sanjay Patelremove obsolete pattern matches for scalar SSE ops
2015-04-27 Alexey Samsonov[UBSan] Reenable ASan+UBSan tests on Darwin now that...
2015-04-27 Alexey SamsonovIntroduce tsan_cxx and msan_cxx libraries (compiler...
2015-04-27 Alexey Samsonov[TSan] Prepare TSan tests for splitting tsan_cxx library.
2015-04-27 Alexey Samsonov[MSan] Prepare for splitting msan_new_delete.cc into...
2015-04-27 Duncan P. N... LTO: Correct some doxygen comments about API availability
2015-04-27 Alexey SamsonovIntroduce tsan_cxx and msan_cxx libraries (Clang part).
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-27 Ahmed Bougacha[AArch64] Also combine vector selects fed by non-i1...
2015-04-27 Richard SmithPR23334: Perform semantic checking of lambda capture...
2015-04-27 Pete CooperAdd missing library dependency in libPDB.
2015-04-27 Artem BelevichRevert "PR21000: pass -I options to assembler" as the...
2015-04-27 Rafael EspindolaAllow building the gold plugin even if the gold binary...
2015-04-27 Ahmed Bougacha[AArch64] Don't assert when combining (v3f32 select...
2015-04-27 Chaoren LinXFail flakey test.
2015-04-27 Artem BelevichPR21000: pass -I options to assembler
2015-04-27 Chris BienemanFixes a hang that can occur if a signal comes in during...
2015-04-27 Bill SchmidtSilence unused variable errors for no-asserts builds
2015-04-27 Hans WennborgSwitch lowering: order bit tests by branch weight.
2015-04-27 David Blaikie[opaque pointer type] encode the pointee type of global...
2015-04-27 Bill Schmidt[PPC64LE] Remove unnecessary swaps from lane-insensitiv...
2015-04-27 Zachary Turner[llvm-symbolizer] Link DebugInfoPDB for the autoconf...
2015-04-27 Paul RobinsonSimplify depfile quoting test.
2015-04-27 Artem Belevich[cuda] Ignore "TLS unsupported by target" errors for...
2015-04-27 Alexey Samsonov[TSan] Move new/delete interceptors into a separate...
2015-04-27 Artem Belevich[cuda] treat file scope __asm as __host__ and ignore...
2015-04-27 Saleem Abdulrasoollibc++abi: enable LLVM unwinder by default for ARM
2015-04-27 Paul RobinsonSupport generating NMake/Jom-style depfiles.
next