platform/upstream/llvm.git
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.
2015-04-27 Sanjay Patelfix 80-cols; NFC
2015-04-27 Zachary TurnerFix build broken by incorrect class name.
2015-04-27 Zachary TurnerMake llvm-symbolizer work on Windows.
2015-04-27 Reid Kleckner[MS ABI] Use 'continue' instead of 'return false' where...
2015-04-27 Zachary TurnerMake an RAII com initializer.
2015-04-27 Rui UeyamaRemove trailing whitespace characters.
2015-04-27 Sanjay Patelfix typos; NFC
2015-04-27 Rui UeyamaELF: Simplify LinkerScript detection. NFC.
2015-04-27 Greg ClaytonMake sure files in the Xcode project in source/API...
2015-04-27 Saleem Abdulrasoolunwind: remove inclusion of private_typeinfo.h
2015-04-27 Greg ClaytonMake sure versions are valid before we try to use them...
2015-04-27 Toma Tabacu[mips] Correct bytes to bits in 2 comments. NFC.
2015-04-27 Adhemerval... Add missing snippets from r235880
2015-04-27 Elena DemikhovskyAVX-512: added calling conventions for i1 vectors.
2015-04-27 Hafiz Abid... Improve handling of ctrl-c with MSVC.
2015-04-27 Brendon Cahoon[Hexagon] Use constant extenders to fix up hardware...
2015-04-27 Toma Tabacu[mips] [IAS] Improve warning for using AT with .set...
2015-04-27 Adhemerval... ELF/ARM: Ignore R_ARM_V4BX for ARMv4 but allow linking
2015-04-27 Vasileios KalintirisReapply "[mips][FastISel] Implement shift ops for Mips...
2015-04-27 Toma Tabacu[mips] [IAS] Rename getATRegNum and setATReg to {g...
2015-04-27 Elena DemikhovskyAVX-512: Extend/Truncate operations for SKX,
2015-04-27 Tobias GrosserExtract IslNodeBuilder into its own file
2015-04-27 Tobias GrosserDrop some unused headers
2015-04-27 Tobias GrosserFix PTXGenerator after raw_pwrite_stream has been intro...
2015-04-27 Tobias GrosserFix formatting issues in banner
2015-04-27 Tobias GrosserDo not expose code generator choice in the header
2015-04-27 Omair JavaidFix LLDB ARM build error on ubuntu precise with gcc4.7
2015-04-27 Patrik HagglundRemove unused variable, found with gcc-5.1 -Wunused...
2015-04-27 Toma Tabacu[MC] [IAS] Add support for the \@ .macro pseudo-variable.
2015-04-27 Tobias GrosserRemove flag '-polly-annotate-alias-scopes'
2015-04-27 Tobias GrosserRemove implementation of getNumberOfIterations from...
2015-04-27 Ilia KFix double stdout/stderr output from CLI commands in...
2015-04-27 Pawel BylicaConstfold insertelement to undef when index is out...
2015-04-27 Pavel LabathAdd missing libraries to unittest link
2015-04-27 Pavel LabathFix register read callback in linux-arm single stepping
next