The Week Of Monday 27 October 2014 Archives by thread
Starting: Mon Oct 27 00:03:27 PDT 2014
Ending: Sun Nov 2 22:04:33 PST 2014
Messages: 785
- [PATCH] [CodeGenPrepare.cpp] Feedback on changing logic when to convert select to branch
Gerolf Hoflehner
- [PATCH] [SeparateConstOffsetFromGEP] Fix bugs and improve the current SeparateConstOffsetFromGEP
Hao Liu
- [llvm] r220665 - Include stddef.h before including cxxabi.h
Rui Ueyama
- [PATCH] [AArch64] Change default legalization behavior of v1i32 to be widen to v2i32 instead of scalarization
Hao Liu
- [lld] r220666 - Remove #ifdef __FreeBSD
Rui Ueyama
- [llvm] r220667 - Revert "Include stddef.h before including cxxabi.h" to un-break buildbot
Rui Ueyama
- [llvm] r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
- [lld] r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
- [llvm] r220669 - Re-commit r220667.
Rui Ueyama
- [PATCH][CPPBackend] Update CPPBackend output
陳韋任 (Wei-Ren Chen)
- [PATCH] [AArch64] Improve and enable the SeparateConstOffsetFromGEP for AArch64 backend.
Hao Liu
- [llvm] r220670 - [asan-asm-instrumentation] Added comment describing how asm instrumentation works.
Yuri Gorshenin
- [PATCH] EXPORTED_SYMBOL_FILE using mingw and cmake
Johannes S. Mueller-Roemer
- Error returned by gcov
ramonpadilla1 at yahoo.co.uk
- [PATCH] Hoist load based on alias analysis
Elena Demikhovsky
- [PATCH] [asan-asm-instrumentation] Added comment describing how asm instrumentation works.
Yuri Gorshenin
- [PATCH] Speed-up creation of live ranges for physical registers by using a segment set
Gasiunas, Vaidas
- [llvm] r220671 - [ARM] Select VMAXNM and VMINNM regardless of operand order
Oliver Stannard
- [PATCH] [ARM] Select VMAXNM and VMINNM regardless of operand order
Oliver Stannard
- [PATCH] Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled.
Alexey Bader
- [PATCH] Add process name to Asan logfile name and report message
Yury Gribov
- [PATCH] [Tsan] Make calloc() to not track allocated space unless thread is completely initialized
Dmitry Vyukov
- [PATCH] [MSan] [MIPS] Adding support for MIPS64
Mohit Bhakkad
- [PATCH] [Tsan] Fix references to renamed variables in DPrintf()
Dmitry Vyukov
- [PATCH] [Tsan] Enable thread sanitizer tests on FreeBSD
Dmitry Vyukov
- [PATCH] Allow thread sanitizer in clang driver on FreeBSD
Dmitry Vyukov
- [PATCH] [mips] Move F128 argument handling into MipsCCState as we did for returns. NFC.
Vladimir Medic
- [compiler-rt] r220672 - [Tsan] Fix guessing data range on FreeBSD
Viktor Kutuzov
- [compiler-rt] r220673 - [Tsan] Make calloc() to not track allocated space unless thread is completely initialized
Viktor Kutuzov
- [PATCH] [Tsan] Add support for FreeBSD memory layout
Viktor Kutuzov
- [compiler-rt] r220674 - [Tsan] Fix references to renamed variables in DPrintf()
Viktor Kutuzov
- [PATCH] [Tsan] Fix guessing data range on FreeBSD
Phabricator
- [compiler-rt] r220676 - [Tsan] Enable thread sanitizer tests on FreeBSD
Viktor Kutuzov
- [PATCH] [mips] Remove ByValArgInfo::Address in favour of CCValAssign::getMemLocOffset(). NFC.
Vladimir Medic
- [PATCH] Add DarwinInputGraph
Rui Ueyama
- [llvm] r220678 - Prune CRLF.
NAKAMURA Takumi
- [dragonegg] r220678 - Prune CRLF.
NAKAMURA Takumi
- [PATCH] [mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments(). NFC.
Vladimir Medic
- [PATCH] [X86][SSE] Vector integer/float conversion memory folding
Simon Pilgrim
- [llvm] r220652 - Add an option to the LTO code generator to disable vectorization during LTO
Arnold Schwaighofer
- [PATCH] Add profile writing capabilities for sampling profiles.
Diego Novillo
- [compiler-rt] r220635 - [Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Ismail Pazarbasi
- [PATCH] Vector integer/float conversion memory folding (cvttps2dq / cvttpd2dq)
Simon Pilgrim
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Enable asan tests on Windows
Aaron Ballman
- [PATCH] [SCEV] Improve Scalar Evolution's use of no {un, }signed wrap flags
Bradley Smith
- [compiler-rt] r220683 - Unbreak the darwin build.
Adrian Prantl
- [PATCH] [lld] [mach-o] make lld respect alignment constraints more
Tim Northover
- [llvm] r220687 - Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVector::end().
Michael Gottesman
- [llvm] r220688 - [PBQP] Unique allowed-sets for nodes in the PBQP graph and use pairs of these
Lang Hames
- [PATCH] Stackmap shadow optimization should consider call returns a branch target
Pete Cooper
- [llvm] r220689 - [PBQP] Clarify ambiguous-looking typedef.
Lang Hames
- [llvm] r220690 - [PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
Lang Hames
- [llvm] r220699 - [asan] experimental tracing for indirect calls, llvm part.
Kostya Serebryany
- [llvm] r220700 - [FastISel][AArch64] Fix load/store with frame indices.
Juergen Ributzka
- [zorg] r220701 - Specialise ARM libcxx buildbot to work around bugs
Renato Golin
- [PATCH] Add a fence elimination pass
Robin Morisset
- [PATCH] Support re-exec of sanitized executable with preloading libasan on Linux
Kostya Serebryany
- [PATCH] [CodeGenPrepare] Move extractelement close to store if they can be combined.
Quentin Colombet
- [llvm] r220704 - [FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' instruction if it is in a different basic block.
Juergen Ributzka
- [llvm] r220709 - [FastISel][AArch64] Use 'cbz' also for null values (pointers).
Juergen Ributzka
- [PATCH] Add Position-independent Code model Module API.
Justin Hibbits
- [llvm] r220710 - Stackmap shadows should consider call returns a branch target.
Pete Cooper
- [polly] r220711 - Fix polly formatting after recent clang-format behavior change.
Daniel Jasper
- [llvm] r220712 - [FastISel][AArch64] Optimize compare-and-branch for i1 to use 'tbz'.
Juergen Ributzka
- [llvm] r220608 - Update the error handling of lib/Linker.
Alexander Kornienko
- [llvm] r220713 - [FastISel][AArch64] Emit immediate version of icmp (subs) for null pointer check.
Juergen Ributzka
- [llvm] r220536 - Make getDISubprogram(const Function *F) available in LLVM
Timur Iskhodzhanov
- [llvm] r220717 - Fix bug where sys::Wait could wait on wrong pid.
Rafael Espindola
- [PATCH 1/1] Fix rtti flags with cmake
Jan Vesely
- [llvm] r220345 - LTO: respect command-line options that disable vectorization.
Alexey Volkov
- [PATCH] Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex.
Chris Bieneman
- [PATCH] [lld] Teach LLD how to parse complete linker scripts
Sean Silva
- [llvm] r220721 - [ScalarEvolution] Guard dump() with #if
Jingyue Wu
- [PATCH] Fix stackmap bug introduced in r220710
Pete Cooper
- The linker's PreserveSource mode is broken. Should we fix or delete it?
Duncan P. N. Exon Smith
- [PATCH] [TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
- [compiler-rt] r220582 - Add runtime flag 'symbolize_inline_frames' to disable symbolization of inlined frames done in llvm-symbolizer
Will Schmidt
- [Patch]Do not simplifyLatch for loops where hoisting increments could result in extra live range interferance
yi_jiang
- [llvm] r213678 - This patch implements optimization as mentioned in PR19753: Optimize comparisons with "ashr/lshr exact" of a constanst.
Sean Silva
- [llvm] r220728 - Fix a stackmap bug introduced in r220710.
Pete Cooper
- [lld] r220730 - TMP: fix readN & writeN to not encourage UB
Tim Northover
- [llvm] r220732 - Make it easier to pass a custom diagnostic handler to the IR linker.
Rafael Espindola
- [llvm] r220734 - [AVX512] Fix copy-and-paste bugs in vpermil
Adam Nemet
- [llvm] r220735 - [AVX512] Derive vpermil* from avx512_perm_imm
Adam Nemet
- [llvm] r220736 - [AVX512] Clean up avx512_perm_imm to use X86VectorVTInfo
Adam Nemet
- [llvm] r220737 - [AVX512] Add vpermil variable version
Adam Nemet
- [llvm] r220739 - AArch64InstrInfo.h: Fix a warning introduced in clang r220703. [-Winconsistent-missing-override]
NAKAMURA Takumi
- [PATCH] [AArch64] Turn on FP Load Balancing by Default for Cortex-A53
Z. Zheng
- [PATCH] [AArch64] Make FP Load Balancing pass target agnostic, NFC
Z. Zheng
- r220703 - c++11 patch to issue warning on missing 'override' on
NAKAMURA Takumi
- [PATCH] Add Forward-Edge Control-Flow Integrity support
Tom Roeder
- [llvm] r220741 - Remove the PreserveSource linker mode.
Rafael Espindola
- [PATCH] X86: Implement the vectorcall calling convention
David Majnemer
- [llvm] r220548 - Update test/MC/ARM/coff-debugging-secrel.ll expectations to fix breakage caused by r220544
Timur Iskhodzhanov
- Add a pass to convert aggregate loads/stores into scalar load stores
deadal nix
- [llvm] r220744 - AArch64: enable Cortex-A57 FP balancing on Cortex-A53.
Tim Northover
- [llvm] r220745 - X86: Implement the vectorcall calling convention
Reid Kleckner
- [llvm] r220759 - Minimize the scope of some variables, NFC.
David Blaikie
- [PATCH] Embed LLVM version into version field of bitcode wrapper
Yung, Douglas
- [PATCH] Fix CPPBackend CodeGen
Wei-Ren Chen
- [www] r220764 - Update abstract.
Tanya Lattner
- [www] r220765 - Add speaker.
Tanya Lattner
- [llvm] r220766 - [OCaml] Fix whitespace.
Peter Zotov
- [llvm] r220767 - [OCaml] Enable -g for debug builds.
Peter Zotov
- [lld] r220768 - Update compile target dependency.
Rui Ueyama
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el arch
Kumar Sukhani
- [llvm] r220771 - Untabify and whitespace cleanups.
NAKAMURA Takumi
- [llvm] r220772 - LoopRerollPass.cpp: Use range-based loop. NFC.
NAKAMURA Takumi
- [llvm] r220773 - Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
- [llvm] r220774 - [AVX512] Bring back vector-shuffle lowering support through broadcasts
Robert Khasanov
- [PATCH] [mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
Vladimir Medic
- [llvm] r220775 - Silencing an "enumeral and non-enumeral type in conditional expression" warning; NFC.
Aaron Ballman
- [PATCH] [X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
Simon Pilgrim
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Vaidas Gasiunas
- [PATCH] [X86][SSE] Enable commutation for SSE immediate blend instructions
Simon Pilgrim
- [llvm] r220777 - [x86] Simplify vector selection if condition value type matches vselect value type and true value is all ones or false value is all zeros.
Robert Khasanov
- [llvm] r220779 - [AVX512] Removed special case for cmp instructions in getVectorMaskingNode. Now cmp intrinsics lower as other intrinsics through VSELECT, and then VSELECT tranforms to AND in PerformSELECTCombine.
Robert Khasanov
- [PATCH] [test-suite] Make it build in more environments
Sergey Dmitrouk
- [PATCH][AVX512] Enable intrinsics for vpcmpeq
Robert Khasanov
- [llvm] r220783 - [AVX-512] Expanded rsqrt/rcp instructions to VL subset.
Robert Khasanov
- [llvm] r220806 - [AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.
Robert Khasanov
- [llvm] r220808 - [AVX512] Fix VSQRT packed instructions internal names.
Robert Khasanov
- [www] r220809 - Update Win snapshot to r220682
Hans Wennborg
- [llvm] r220811 - Transforms: reapply SVN r219899
Saleem Abdulrasool
- [PATCH] Add supporting for dumping the COFF debug FPO section.
Jeff Muizelaar
- [llvm] r220814 - [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.
Peter Zotov
- [llvm] r220815 - [OCaml] PR19859: Add Llvm.{fcmp_predicate, float_of_const}.
Peter Zotov
- [llvm] r220816 - [OCaml] PR19859: Add tests for reading the values of numeric constants.
Peter Zotov
- [llvm] r220817 - [C API] PR19859: Add functions to query and modify branches.
Peter Zotov
- [llvm] r220818 - [OCaml] PR19859: Add functions to query and modify branches.
Peter Zotov
- [lld] r220822 - [mach-o] Turn -single_module error into a warning
Nick Kledzik
- [PATCH] COFF: Minor fix to Section size calculation
Keno Fischer
- [lld] r220827 - [mach-o] generate LC_DATA_IN_CODE in final linked images
Nick Kledzik
- [PATCH] [mips64] Add support for MCJIT for MIPS64
Vladimir Stefanovic
- [llvm] r220828 - [OCaml] PR9719, PR14727: Make tests run without ocamlopt.
Peter Zotov
- [llvm] r220829 - [OCaml] Fix whitespace.
Peter Zotov
- [PATCH] [compiler-rt] Use @rpath as LC_ID_DYLIB for ASan dylib on OS X
Kuba Brecka
- [llvm] r220831 - [OCaml] PR14083, PR9606: Only pick *.odoc files from current build target.
Peter Zotov
- [llvm] r220832 - [OCaml] PR5595: Pass LDFLAGS to tests via -cclib.
Peter Zotov
- [PATCH] Generate Loop Fusion Statistics
Johannes Doerfert
- [PATCH] [JIT] Fix some more missing endian conversions in RuntimeDyldThis fixes MachO_i386_eh_frame.s on a big-endian Mips host.
Daniel Sanders
- [www] r220835 - SCHEDULE CHANGE. Move 2 talks to replace cancelled talk.
Tanya Lattner
- [llvm] r220838 - VMCore was renamed to IR long time ago
Seo Sanghyeon
- [llvm] r220839 - test: tweak inlined-allocs test
Saleem Abdulrasool
- [llvm] r220840 - macho-symbolized-disassembly.test: Don't check C++ demangler unconditionally.
NAKAMURA Takumi
- [llvm] r220842 - [OCaml] Synchronize transformations with LLVM-C.
Peter Zotov
- [llvm] r220843 - [OCaml] Drop support for 3.12.1 and earlier.
Peter Zotov
- [llvm] r220844 - [OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.
Peter Zotov
- [llvm] r220845 - [OCaml] If compiled without --enable-shared, hide packages from toplevel.
Peter Zotov
- [llvm] r220846 - [OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.
Peter Zotov
- [llvm] r220847 - [OCaml] Expose Llvm.parse_command_line_options.
Peter Zotov
- [llvm] r220848 - Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
Michael Kuperstein
- [PATCH] Update the directive-eabi_attribute tests.
Charlie Turner
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [PATCH] Add tests for the default value of Tag_CPU_unaligned_access.
Charlie Turner
- [PATCH] [mips] Tolerate the use of the %z inline asm operand modifier with non-immediates.
Toma Tabacu
- [PATCH] [asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize
Kumar Sukhani
- [PATCH] [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [PATCH] Add CRLF support to LineIterator.
Rafael Espíndola
- update to Unix/RWMutex.inc
Andy Chien
- [llvm] r220857 - Whitespace.
NAKAMURA Takumi
- [llvm] r220858 - [AVX512] Implemented AVX512VL FP bnary packed instructions (VADDP*, VSUBP*, VMULP*, VDIVP*, VMAXP*, VMINP*)
Robert Khasanov
- [PATCH] [PATCH] FastISel fixes with FeatureVSX enabled
Bill Schmidt
- [PATCH] [asan] [mips] added support of asan for mips64/mips64el
Alexey Samsonov
- [PATCH] Add handling for range metadata in ValueTracking isKnownNonZero
hfinkel at anl.gov
- [llvm] r220863 - Enable display of compiler diagnostics in clang-tidy by default.
Alexander Kornienko
- [PATCH] [BasicAA] Make better use of zext and sign information.
Nick White
- [PATCH] Fix getRelocationValueString to return the symbol name for EM_386.
Derek Schuff
- [www] r220864 - Cancelled lightning talk.
Tanya Lattner
- [llvm] r220866 - Fix getRelocationValueString to return the symbol name for EM_386.
Jan Wen Voung
- [compiler-rt] r220869 - Reverting r220517; it seems this broke check-asan.
Aaron Ballman
- [compiler-rt] r220517 - Do not set linker flags for MSVC; they are not the same thing as compiler flags. Note, this is already done in the add_compiler_rt_test test_suite function.
Timur Iskhodzhanov
- [PATCH v2] LangRef: clarify that va_arg doesn't work on x86_64
Tim Northover
- [PATCH] [dfsan] New calling convention for custom functions with variadic arguments.
Peter Collingbourne
- [PATCH] Update __dfsw_s{, n}printf custom functions for new calling convention.
Peter Collingbourne
- [polly] r220870 - Fix typo
Tobias Grosser
- [llvm] r220872 - Do not simplifyLatch for loops where hoisting increments couldresult in extra live range interferance
Yi Jiang
- [llvm] r220873 - Test Case for r220872:Do not simplifyLatch for loops where hoisting increments couldresult in extra live range interferance
Yi Jiang
- [llvm] r220875 - Run clang-format on tools/llvm-objdump/MachODump.cpp . No functional change.
Kevin Enderby
- SLP/Loop vectorizer pass ordering
Michael Zolotukhin
- [polly] r220876 - Delete some unnecessary code
Tobias Grosser
- [patch][gold plugin] Replace also-emit-llvm with save-temps
Rafael Espíndola
- [llvm] r220880 - llvm/test/Transforms/LoopRotate/nosimplifylatch.ll: Fix possibly mis-repeatedly-pasted test.
NAKAMURA Takumi
- [llvm] r220884 - Untabify.
NAKAMURA Takumi
- [llvm] r220885 - Replace also-emit-llvm with save-temps.
Rafael Espindola
- [llvm] r220886 - Enable the loop vectorizer in the gold plugin.
Rafael Espindola
- [llvm] r220887 - Enable the slp vectorizer in the gold plugin.
Rafael Espindola
- [PATCH] [Polly][Refactor][NFC] Map basic blocks to SCoP statements.
Johannes Doerfert
- [PATCH] [Polly] Implemented Condition::print(raw_ostream &OS)
Johannes Doerfert
- [PATCH] [Polly][Refactor][NFC] Generalize the creation of ScopArrayInfo objects.
Johannes Doerfert
- [PATCH] Added a new transformation " (sub (or A, B) (and A, B)) --> (xor A, B) "
sonam kumari
- [llvm] r220898 - [OCaml] De-duplicate llvm_raise and llvm_string_of_message.
Peter Zotov
- [llvm] r220899 - [OCaml] [autoconf] Migrate to ocamlfind.
Peter Zotov
- [llvm] r220900 - [OCaml] Enable backtraces in tests.
Peter Zotov
- [llvm] r220901 - [OCaml] Test code emission in Llvm_target.
Peter Zotov
- [llvm] r220902 - [OCaml] Expose LLVM{Get,Set}DLLStorageClass.
Peter Zotov
- [llvm] r220903 - [OCaml] Expose LLVMCloneModule.
Peter Zotov
- [PATCH] [AArch64] Fix miscompile of comparison with 0xffffffffffffffff
Oliver Stannard
- [PATCH] Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
- [PATCH] Fix GettingStarted.rst statement
Wei-Ren Chen
- [llvm] r220906 - [dfsan] New calling convention for custom functions with variadic arguments.
Peter Collingbourne
- [compiler-rt] r220907 - Update __dfsw_s{, n}printf custom functions for new calling convention.
Peter Collingbourne
- [llvm] r220908 - [AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.
Robert Khasanov
- [llvm] r220910 - [Mips] Add new Mips specific e_flags.
Simon Atanasyan
- [PATCH] [Polly][Fix] Handle wrap rounds in the loop bounds given by ScalarEvolution.
Johannes Doerfert
- [PATCH] [Refactor][NFC] Remove unused argument.
Johannes Doerfert
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [llvm] r220912 - ARM: test default values for TAG_CPU_unaligned_access attribute.
Tim Northover
- [zorg] r220913 - Enable --rerun in penryn LNT testers
Tobias Grosser
- [llvm] r220915 - Add profile writing capabilities for sampling profiles.
Diego Novillo
- [lld] r220916 - [mach-o] use the addend in GOT-based relocations.
Tim Northover
- [PATCH][PowerPC] Fix BlockAddress access on ppc64
Ulrich Weigand
- [llvm] r220918 - Fix Twine corruption problem with diagnostics.
Diego Novillo
- [llvm] r220231 - Add const version of OwningBinary::getBinary
Lang Hames
- [llvm] r220919 - lit: PR21417: don't try to update OCAMLPATH if LibDir is empty.
Peter Zotov
- [PATCH] __ANDROID_NDK__ build
Andy Chien
- [llvm] r220922 - Fix comment spelling and tidy diagnostic call in profile reader.
Diego Novillo
- [llvm] r220923 - PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site.
David Blaikie
- [llvm] r220924 - Update test to pass .ll to llvm-link and use Inputs.
Rafael Espindola
- [llvm] r220925 - Add handling for range metadata in ValueTracking isKnownNonZero
Philip Reames
- [llvm] r220926 - llvm-cov: Very basic top level help
Justin Bogner
- [llvm] r220927 - Fix the merging of the constantness of declarations.
Rafael Espindola
- [llvm] r220928 - llvm-cov: Don't manually parse an option for no reason
Justin Bogner
- itatnium ABI test-suite
Reed Kotler
- [llvm] r220929 - llvm-cov: Follow LLVM naming conventions
Justin Bogner
- [PATCH] [mips][microMIPS] Mark symbols as microMIPS if necessary
Zoran Jovanovic
- [llvm] r214449 - Make sure no loads resulting from load->switch DAGCombine are marked invariant
Juergen Ributzka
- [lld] r220931 - [Mips] Add ABI and ARCH flags to the object files.
Simon Atanasyan
- Patch: StackMap: Use IndirectMemRefOp more.
Philip Reames
- [PATCH] Rename 'DarwinStaticLib' to 'DarwinLibName'
Kuba Brecka
- [llvm] r220932 - Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex.
Chris Bieneman
- [llvm] r220933 - Fix incorrect invariant check in DAG Combine
Louis Gerbarg
- [PATCH] [compiler-rt] add ppc64le target arch
Will Schmidt
- [llvm] r220934 - llvm/test/Transforms/SampleProfile/syntax.ll: Relax MISSING-FILE not to
NAKAMURA Takumi
- [PATCH] [compiler-rt] fix and simplify GetMaxVirtualAddress for ppc64*
Will Schmidt
- [llvm] r220935 - EXPORTED_SYMBOL_FILE using mingw and cmake
Chris Bieneman
- [PATCH] Remove -disable-red-zone command line option from LLC.
Steve King
- [PATCH] X86_64 target now obeys llc -disable-red-zone option
Steve King
- [PATCH] Modify OwningBinary interface to separate inspection from ownership transfer.
Lang Hames
- [llvm] r220936 - Speculative fix for Windows build after r220932
Hans Wennborg
- [PATCH] [AArch64] CondOpt pass is missing FCMPSri and FCMPDri
Z. Zheng
- [llvm] r220937 - [SelectionDAG] When scalarizing trunc, don't assert for legal operands.
Ahmed Bougacha
- [PATCH] [AArch64] Check Dest Resgister Liveness in CondOpt pass
Z. Zheng
- Simplify InputGraph and other enhancements ...
Shankar Easwaran
- [PATCH] Statepoint infrastructure for garbage collection
Juergen Ributzka
- [llvm] r220941 - Threading.h: Give named parameters to llvm::call_once(flag, UserFn). [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] AArch64: Fold immediate into the immediate field of logical instructions
Akira Hatanaka
- [llvm] r220945 - PR20557: Fix the bug that bogus cpu parameter crashes llc on AArch64 backend.
Hao Liu
- [llvm] r220949 - Move definition closer to use. NFC.
Rafael Espindola
- [zorg] r220950 - Add perf to ARM LNT benchmark bot
Renato Golin
- [llvm] r220951 - merge tests for constant linking.
Rafael Espindola
- [llvm] r220952 - Object, COFF: Cleanup symbol type code, improve binutils compatibility
David Majnemer
- [llvm] r220953 - Move an input file to Inputs instead of using RUN: true.
Rafael Espindola
- [PATCH] Bug 20557 - bogus cpu parameter crashes llc
Hao Liu
- [llvm] r220957 - [OCaml] Rework Llvm_executionengine using ctypes.
Peter Zotov
- [llvm] r220958 - [OCaml] Ensure consistent naming.
Peter Zotov
- [llvm] r220959 - [PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 code
Ulrich Weigand
- [llvm] r220960 - [SCEV] Improve Scalar Evolution's use of no {un, }signed wrap flags
Bradley Smith
- [PATCH] Induction variables: support arbitrary constant step
Alexey Volkov
- [PATCH] Avoid short relocation in x86_64 large code model
Seo Sanghyeon
- [PATCH] [AArch64] Inline memcpy() as a sequence of ldp-stp with 64-bit registers
Sergey Dmitrouk
- [PATCH] Add hard float versions of floating point to long long conversions
Sergey Dmitrouk
- [PATCH] Implement variable-sized alloca instrumentation.
Maxim Ostapenko
- [llvm] r220961 - [AArch64] CondOpt pass is missing FCMP instructions when searching backward for
Chad Rosier
- [llvm] r220962 - [CMake] llvm/examples: Update libdeps for unoptimized builds.
NAKAMURA Takumi
- [PATCH] Remove the cortex-a9-mp CPU.
Charlie Turner
- [llvm] r220964 - Mark a few variables const. NFC.
Rafael Espindola
- [PATCH] Flag to enable IEEE-754 friendly FP optimizations
Sergey Dmitrouk
- [llvm] r220967 - Correct assert text from r220923
David Blaikie
- [llvm] r220968 - Unify and update link-messages.ll and redefinition.ll. NFC.
Rafael Espindola
- [llvm] r220969 - Update the non-pthreads fallback for RWMutex on Unix
David Blaikie
- [llvm] r220971 - Remove the wrongly named and now empty Ocaml directory
Justin Bogner
- [llvm] r220973 - [asan] fix caller-calee instrumentation to emit new cache for every call site
Kostya Serebryany
- [compiler-rt] r220975 - [asan] run-time part of the caller-callee coverage instrumentation
Kostya Serebryany
- [PATCH] [ARM] Fix ARM triple parsing.
Gabor Ballabas
- [llvm] r220978 - [CodeGenPrepare] Move extractelement close to store if they can be combined.
Quentin Colombet
- [llvm] r220985 - [asan] do not treat inline asm calls as indirect calls
Kostya Serebryany
- [PATCH] R600/SI: Fix sext_inreg problems
Matt Arsenault
- [PATCH] R600/SI: Allow commuting some 3 op instructions
Matt Arsenault
- [llvm] r220987 - [AArch64] Check Dest Register Liveness in CondOpt pass.
Chad Rosier
- [llvm] r220988 - [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- [compiler-rt] r220991 - [asan] increase the initial buffer size in caller-callee dumper
Kostya Serebryany
- [PATCH] Hexagon: Handle ctor/init_array initialization.
Sid Manning
- [llvm] r220994 - IR: MDNode => Value: Instruction::setMetadata()
Duncan P. N. Exon Smith
- LLVM Documentation: MergeFunctions pass
llvm at dyatkovskiy.com
- [llvm] r220995 - IR: Instruction::setMetadata() should use cast_or_null
Duncan P. N. Exon Smith
- [PATCH] [X86] 8bit divrem: Improve codegen for AH register extraction.
Ahmed Bougacha
- [PATCH] SymbolRewriter: introduce the SymbolRewriter pass
Saleem Abdulrasool
- [PATCH] Refactor fortified (__*_chk) library function handling in TLI/LibCallSimplifier.
Ahmed Bougacha
- [llvm] r220996 - R600: Make sure to inline all internal functions
Tom Stellard
- [llvm] r220997 - R600: Don't promote allocas when one of the users is a ptrtoint instruction
Tom Stellard
- [llvm] r220998 - R600: Add missing file to CMakeLists.txt
Tom Stellard
- [PATCH] Add show and merge tools for sample PGO profiles.
Diego Novillo
- [PATCH] Reassociate x + -0.1234 * y into x - 0.1234 * y (part 2)
Chad Rosier
- [llvm] r221003 - [Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
- [llvm] r221004 - R600: Add IPO to the list of required libraries
Tom Stellard
- [llvm] r221005 - Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
- [lld] r221007 - [mach-o] explicitly cast little_n uses to ints to silence MSVC
Tim Northover
- [llvm] r221009 - Correctly update dom-tree after loop vectorizer.
Michael Zolotukhin
- [llvm] r221010 - Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.
David Blaikie
- [PATCH] [Support][Program] Add findProgramByName(Name, OptionalPaths)
Michael Spencer
- [llvm] r221012 - Suppress MSVC's equivalent of -Wshadow warnings
Reid Kleckner
- [llvm] r221013 - Define LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer
Reid Kleckner
- [llvm] r221014 - Refactor duplicated code in liking GlobalValues.
Rafael Espindola
- [polly] r221015 - [Refactor][NFC] Map basic blocks to SCoP statements.
Johannes Doerfert
- [polly] r221016 - [Refactor][NFC] Remove unused argument.
Johannes Doerfert
- [llvm] r221017 - Work around bugs in MSVC "14" CTP 3's conversion logic
Reid Kleckner
- [PATCH] [Polly][Refactor][NFC] Allow to nicely bail from ScopInfo.
Johannes Doerfert
- [llvm] r221020 - Revert "R600: Make sure to inline all internal functions"
Reid Kleckner
- [llvm] r221021 - Revert "R600: Add missing file to CMakeLists.txt"
Reid Kleckner
- [llvm] r221023 - IR: MDNode => Value: Add Instruction::getMDNode()
Duncan P. N. Exon Smith
- [PATCH] [Polly] Remove the MaxLoopDepth attribute from TempScops
Johannes Doerfert
- [llvm] r221024 - IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
- [polly] r221026 - Remove the MaxLoopDepth attribute from the TempScop class
Johannes Doerfert
- [PATCH] [Polly] Remove the LoopBounds from the TempScop class
Johannes Doerfert
- [llvm] r221027 - IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
- [llvm] r221028 - Temporarily revert r220777 to sort out build bot breakage.
Adrian Prantl
- [llvm] r221031 - Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid having to cast from DwarfUnit* on every call.
David Blaikie
- [llvm] r221032 - Add show and merge tools for sample PGO profiles.
Diego Novillo
- [llvm] r221033 - Add '*' to auto variable that is a pointer, as per the coding conventions.
David Blaikie
- [llvm] r221034 - Just iterate the DwarfCompileUnits rather than trying to filter them out of the list of all units.
David Blaikie
- [polly] r221035 - Remove the LoopBounds from the TempScop class.
Johannes Doerfert
- [llvm] r221036 - And... fix the build some more.
David Blaikie
- [llvm] r221037 - Remove unused function
David Blaikie
- [PATCH] [NFC] Make the maximal loop depth an absolut value.
Johannes Doerfert
- [polly] r221038 - [FIX] Move the statistic code to fix the build.
Johannes Doerfert
- [llvm] r221040 - Revert r220779, "[AVX512] Removed special case for cmp instructions in getVectorMaskingNode. Now cmp intrinsics lower as other intrinsics through VSELECT, and then VSELECT tranforms to AND in PerformSELECTCombine."
NAKAMURA Takumi
- [llvm] r221041 - Revert "Temporarily revert r220777 to sort out build bot breakage."
Adrian Prantl
- [llvm] r221044 - IR: Restore the old behavior of getDISubprogram
David Majnemer
- [llvm] r221045 - InstCombine: Combine (X+cst) < 0 --> X < -cst
David Majnemer
- [llvm] r221046 - [CMake] llvm-profdata requires Core.
NAKAMURA Takumi
- [llvm] r221047 - [JIT] Fix some more missing endian conversions in RuntimeDyld
Daniel Sanders
- [llvm] r221048 - Test commit
Daniel Sanders
- [llvm] r221049 - Revert r221048 - Test commit
Daniel Sanders
- [llvm] r221050 - Remove redundant calls to isMaterializable.
Rafael Espindola
- [llvm] r221051 - Sink DwarfDebug::AbstractSPDies down into DwarfFile
David Blaikie
- [llvm] r221052 - [tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost parts of the Mips O32 implementation
Daniel Sanders
- [llvm] r221053 - [mips] Removed MipsCC::fixedArgFn(). NFC
Daniel Sanders
- [llvm] r221054 - [mips] Remove MipsCC::CCInfo. NFC.
Daniel Sanders
- [llvm] r221055 - Sink DwarfUnit::Skeleton down into DwarfCompileUnit
David Blaikie
- [llvm] r221056 - [mips] Move F128 argument handling into MipsCCState as we did for returns. NFC.
Daniel Sanders
- [llvm] r221057 - [mips] Remove ByValArgInfo::Address in favour of CCValAssign::getMemLocOffset(). NFC.
Daniel Sanders
- [llvm] r221058 - [mips] Fix unused variable warning introduced in r221056
Daniel Sanders
- [llvm] r221059 - [mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
Daniel Sanders
- [llvm] r221060 - Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instead of DwarfUnit*) now that it's specific to DwarfCompileUnit anyway.
David Blaikie
- [llvm] r221061 - Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
Daniel Sanders
- [PATCH] Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
Daniel Sanders
- [llvm] r221062 - Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
David Blaikie
- [llvm] r221067 - Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly
David Blaikie
- [llvm] r221068 - Remove test coverage added in 221067 due to it being non-portable.
David Blaikie
- [llvm] r221069 - InstCombine: Don't assume that m_ZExt matches an Instruction
David Majnemer
- [llvm] r221070 - Fix the build of the gold plugin.
Rafael Espindola
- [llvm] r221071 - Test 221067 in a fixed-target test so as not to fail on targets with different DWARF encodings
David Blaikie
- [llvm] r221072 - Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
- [llvm] r221074 - Update test to use llvm-readobj. NFC.
Rafael Espindola
- [llvm] r221075 - Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only place it's needed.
David Blaikie
- [llvm] r221076 - Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the skeleton explicitly.
David Blaikie
- [llvm] r221077 - Docs: update va_arg example with valid x86_64 va_list type.
Tim Northover
- [patch] Fix pr21328.
Rafael Espíndola
- [PATCH] UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases
David Majnemer
- [llvm] r221078 - Don't bother creating LabelBegin for .dwo units
David Blaikie
- [patch][cmake] Use -Wl,-O3 when linking
Rafael Espíndola
- [llvm] r221079 - Be sure to initialize DwarfCompileUnit::LabelBegin now that it may be skipped in initSection
David Blaikie
- [llvm] r221080 - DebugInfo: Refactor index type DIE initialization by rolling it into the accessor
David Blaikie
- [PATCH] Support REG_SEQUENCE in tablegen.
Matt Arsenault
- [llvm] r221081 - Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
NAKAMURA Takumi
- [llvm] r221082 - Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName
David Blaikie
- [llvm] r221083 - DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCompileUnit
David Blaikie
- [llvm] r221084 - Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don't have variables
David Blaikie
- [llvm] r221085 - Push DwarfUnit::addAddress down into DwarfCompileUnit
David Blaikie
- [llvm] r221086 - Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
David Blaikie
- [llvm] r221087 - Sink DwarfUnit::addLocationList down into DwarfCompileUnit
David Blaikie
- [llvm] r221088 - Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
David Blaikie
- [llvm] r221089 - Fix the build from the last commit
David Blaikie
- [llvm] r221090 - Sink DwarfUnit::addExpr into DwarfCompileUnit
David Blaikie
- [llvm] r221091 - Use Alias Analysis to hoist 2 loads from diamond to the common predecessor basic block.
Elena Demikhovsky
- [llvm] r221092 - Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
David Blaikie
- [llvm] r221093 - Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into DwarfCompileUnit
David Blaikie
- [llvm] r221094 - Add DwarfUnit::isDwoUnit and use it to generalize string creation
David Blaikie
- [llvm] r221095 - Formatting
David Blaikie
- [llvm] r221096 - Revert r221014: "Refactor duplicated code in liking GlobalValues."
Chandler Carruth
- [llvm] r220584 - [Hexagon] Resubmission of 220427
Chandler Carruth
- [llvm] r221097 - [cmake] Pass -O3 when linking.
Rafael Espindola
- [llvm] r221098 - Revert r221096 bringing back r221014 with a fix.
Rafael Espindola
- [www-pubs] r221100 - Added Si-Mohamed Lamraoui's and Shin Nakajima's paper on fault localization
John Criswell
- [llvm] r221102 - Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
Daniel Sanders
- [www-pubs] r221105 - Added the Declarative, Temporal, and Practical Programming with Capabilities
John Criswell
- [www] r221106 - + fosdem
Sylvestre Ledru
- [PATCH] Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
- [llvm] r221115 - Fix missing C++ mode comment
Matt Arsenault
- [llvm] r221116 - Fix typo
Matt Arsenault
- [llvm] r221117 - Support REG_SEQUENCE in tablegen.
Matt Arsenault
- [llvm] r221118 - R600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs
Matt Arsenault
- [llvm] r221119 - R600: Don't unnecessarily repeat the register class
Matt Arsenault
- [PATCH] R600: Error on initializer for LDS.
Matt Arsenault
- [llvm] r221120 - Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
- [llvm] r221123 - Sink range list handling down from DwarfUnit into its only use, in DwarfCompileUnit.
David Blaikie
- [lld] r221126 - [lld] Teach LLD how to parse most linker scripts
Rafael Auler
- [lld] r221128 - [LinkerScript] Change ErrorOr usage to fix MSVC2012 buildbots
Rafael Auler
- [PATCH] [InstCombineAddSub] Transformation for the expression (X | Y) - X --> (~X & Y)
Ankur Garg
- [llvm] r221129 - InstCombine: Combine (X | Y) - X to (~X & Y)
David Majnemer
Last message date:
Sun Nov 2 22:04:33 PST 2014
Archived on: Tue Aug 4 17:11:56 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).