The Week Of Monday 14 September 2015 Archives by thread
Starting: Mon Sep 14 00:51:55 PDT 2015
Ending: Sun Sep 20 23:29:15 PDT 2015
Messages: 1220
- [llvm] r247534 - GlobalsAAResult: Try to fix crash.
James Molloy via llvm-commits
- [PATCH] D9887: [DebugInfo][FastISel] Prevent using debug location from previous block for local values
Sergey Dmitrouk via llvm-commits
- [PATCH] D12805: [mips] Save a copy of MipsABIInfo in the MipsTargetStreamer to escape a dangling pointer
Daniel Sanders via llvm-commits
- [lld] r247475 - Implement -rpath.
Joerg Sonnenberger via llvm-commits
- [PATCH] D12723: llvm-mc-fuzzer: A fuzzing tool for the MC layer.
Daniel Sanders via llvm-commits
- [llvm] r246990 - [mips] Reserve address spaces 1-255 for software use.
Daniel Sanders via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
shridHar joshi via llvm-commits
- [llvm] r247128 - Fix vector splitting for extract_vector_elt and vector elements of <8-bits.
Daniel Sanders via llvm-commits
- [polly] r247540 - Propagate exit conditions as described in the PET paper
Johannes Doerfert via llvm-commits
- [polly] r247542 - Revert r247278 "Disable support for modulo expressions"
Johannes Doerfert via llvm-commits
- [llvm] r247543 - Whitespace.
NAKAMURA Takumi via llvm-commits
- [polly] r247544 - [FIX] Allow the whole SCoP to be a non-affine subregion
Johannes Doerfert via llvm-commits
- [polly] r247545 - [FIX] Handle error blocks in non-affine regions correctly
Johannes Doerfert via llvm-commits
- [PATCH] D12765: [LV] Allow vectorization of loops with induction post-inc expressions
Jakub Kuderski via llvm-commits
- [llvm] r247546 - [mips] Save a copy of MipsABIInfo in the MipsTargetStreamer to escape a dangling pointer
Simon Atanasyan via llvm-commits
- [llvm] r247547 - [mips] Remove redundant nested-name-specifier. NFC
Simon Atanasyan via llvm-commits
- [polly] r247549 - Fix formatting
Tobias Grosser via llvm-commits
- [polly] r247550 - [FIX] XFAIL test that depends on pending LLVM commit
Johannes Doerfert via llvm-commits
- [polly] r247551 - [test] Load Polly before using the polly flags
Tobias Grosser via llvm-commits
- [PATCH] D12836: [CorrelatedValuePropagation] Infer nonnull attributes
Igor Laevsky via llvm-commits
- [llvm] r247553 - [CMake] Reformat CLANG_TEST_DEPS.
NAKAMURA Takumi via llvm-commits
- [llvm] r247555 - Revert part of r247553, "[CMake] Reformat CLANG_TEST_DEPS." It was accidental commit.
NAKAMURA Takumi via llvm-commits
- [llvm] r247556 - Reformat blank lines.
NAKAMURA Takumi via llvm-commits
- [llvm] r247557 - Reformat partially.
NAKAMURA Takumi via llvm-commits
- [PATCH] D10337: [mips][microMIPS] Implement CACHEE, WRPGPR and WSBH instructions
Daniel Sanders via llvm-commits
- [PATCH] D12837: [Polly] Revise polly-{update|check}-format targets
Michael Kruse via llvm-commits
- [PATCH] D12788: [elf2] Combine adjacent compatible OutputSections in PT_LOADs.
Rafael Espíndola via llvm-commits
- [PATCH] D10640: [mips][microMIPS] Implement LWP and SWP instructions
Daniel Sanders via llvm-commits
- [PATCH] D11630: [mips][microMIPS] Implement LLE and SCE instructions
Daniel Sanders via llvm-commits
- [PATCH] D11631: [mips][microMIPS] Implement LWLE, LWRE, SWLE and SWRE instructions
Daniel Sanders via llvm-commits
- [PATCH] D12196: [ARM] Extract shifts out of multiply-by-constant
John Brawn via llvm-commits
- [PATCH] D11632: [mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6
Daniel Sanders via llvm-commits
- [PATCH] D12838: [GlobalsAA] Teach GlobalsAA about memory intrinsics
James Molloy via llvm-commits
- [PATCH] D10970: [mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris via llvm-commits
- [PATCH] D12153: Support inline functions symbolization in Addr2Line symbolizer.
Maxim Ostapenko via llvm-commits
- [PATCH] D10537: [mips] Add support for branch-likely pseudo-instructions
Zoran Jovanovic via llvm-commits
- [llvm] r247569 - [ARM] Extract shifts out of multiply-by-constant
John Brawn via llvm-commits
- [PATCH] Flag to enable IEEE-754 friendly FP optimizations
Sergey Dmitrouk via llvm-commits
- [PATCH] D12841: [LLVMdev] Compiler-RT - Enabling ThreadSanitizer on PPC64(BE/LE) platforms
Simone via llvm-commits
- [PATCH] D12842: [LoopVectorization] Add an API to make the LoopVectorizer publically accessible
James Molloy via llvm-commits
- [llvm] r247570 - [MergeFuncs] Fix bug in merging GetElementPointers
JF Bastien via llvm-commits
- [PATCH] D12820: [MergeFuncs] Fix bug in merging GetElementPointers
JF Bastien via llvm-commits
- [polly] r247572 - Replace some SmallVector-typed parameters by ArrayRef
Michael Kruse via llvm-commits
- [PATCH] D12730: [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand functions, NFC.
Daniel Sanders via llvm-commits
- [llvm] r247573 - [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand operands, NFC.
Daniel Sanders via llvm-commits
- [PATCH] Added missing variables in GetElementPtr documentation
Jon Eyolfson via llvm-commits
- [PATCH] D12843: [Polly] Merge IRAccess into MemoryAccess
Michael Kruse via llvm-commits
- [PATCH] D12844: Support align attribute for return values
Artur Pilipenko via llvm-commits
- [PATCH] D12638: Improve ISel using across lane min/max reduction
Jun Bum Lim via llvm-commits
- [llvm] r247575 - Improve ISel using across lane min/max reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12846: [llvm-mc] Better error handling in ENOENT case + test
Davide Italiano via llvm-commits
- [llvm] r247518 - [llvm-mc] More meaningful error if input file doesn't exist.
Davide Italiano via llvm-commits
- [PATCH] D12745: [IndVars] Widen more comparisons for non-negative induction vars.
Chad Rosier via llvm-commits
- [PATCH] D12824: [x86][WIP] CSR alignment, dead code?
Philip Reames via llvm-commits
- [llvm] r247577 - dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)
Adrian Prantl via llvm-commits
- [PATCH] D12847: Nit cleanup in LangRef about dereferenceable metadata
Artur Pilipenko via llvm-commits
- [polly] r247581 - Revise polly-{update|check}-format targets
Michael Kruse via llvm-commits
- [llvm] r247582 - [llvm-mc] Better error handling in ENOENT case + test.
Davide Italiano via llvm-commits
- [PATCH] D12850: [Polly] Run polly-check-format with unit tests
Michael Kruse via llvm-commits
- [PATCH] D12851: [GlobalOpt] Sort members of llvm.used deterministically
Jake VanAdrighem via llvm-commits
- [PATCH] D8705: ScheduleDAGInstrs::buildSchedGraph() handling of memory dependecies rewritten.
Jonas Paulsson via llvm-commits
- [llvm] r247585 - Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space"
David Blaikie via llvm-commits
- [PATCH] D12853: Introduce !value.align metadata for load instruction
Artur Pilipenko via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12779: [InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite
Chen Li via llvm-commits
- [llvm] r247587 - [InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite
Chen Li via llvm-commits
- buildSchedGraph() patch
Jonas Paulsson via llvm-commits
- [llvm] r247588 - RegisterPressure: Simplify close{Top|Bottom}()
Matthias Braun via llvm-commits
- [PATCH] D12813: RegisterPressure: Simplify close{Top|Bottom}()
Phabricator via llvm-commits
- [lld] r247487 - Start adding support for creating shared libraries.
Davide Italiano via llvm-commits
- [llvm] r247592 - [CMake] Add llvm-ar subdirectory explicitly.
Chris Bieneman via llvm-commits
- [PATCH] D12856: Always promote f16
Pirama Arumuga Nainar via llvm-commits
- [PATCH] Print the argument names in declarations while debugging
Justin Bogner via llvm-commits
- [lld] r247599 - Correctly align sections.
Rafael Espindola via llvm-commits
- [polly] r247600 - Run polly-check-format with unit tests
Michael Kruse via llvm-commits
- [PATCH] D12771: [LICM] Hoist calls to readonly argmemonly functions even with stores in the loop
Philip Reames via llvm-commits
- [llvm] r247604 - Make AsmPrinter::EmitJumpTableInfo virtual
Dan Gohman via llvm-commits
- [PATCH] D12786: Make AsmPrinter::EmitJumpTableInfo virtual
Phabricator via llvm-commits
- [compiler-rt] r247606 - [CMake] If COMPILER_RT_INCLUDE_TESTS is off we shouldn't include the root test directory.
Chris Bieneman via llvm-commits
- [compiler-rt] r247607 - [CMake] Add options to control building sanitizers and builtins.
Chris Bieneman via llvm-commits
- [lld] r247609 - Start adding the .hash output section.
Rafael Espindola via llvm-commits
- [llvm] r247610 - [opaque pointer types] Switch a few cases of getElementType over, since I had them lying around anyway
David Blaikie via llvm-commits
- [lld] r247613 - Use C++11 member initializers. NFC.
Rui Ueyama via llvm-commits
- [llvm] r246406 - [dsymutil] Fix handling of inlined_subprogram low_pcs
David Blaikie via llvm-commits
- [lld] r244691 - COFF: Align sections to 512-byte boundaries on disk.
Sean Silva via llvm-commits
- [llvm] r247616 - RegisterPressure: constify getRegSetPressureAtPos()
Matthias Braun via llvm-commits
- [PATCH] D12713: Runtime test for poisoning vtable pointer during destruction.
Naomi Musgrave via llvm-commits
- [PATCH] D12826: [PM] Wire up optimization levels and default pipeline construction APIs in the PassBuilder.
Paul Robinson via llvm-commits
- [PATCH] D12863: [NaryReassociate] Add support for Mul instructions
Volkan Keles via llvm-commits
- [PATCH] D11885: AMDGPU/SI: Add SI Machine Scheduler
Matt Arsenault via llvm-commits
- [llvm] r247621 - [opaque pointer types] Add an explicit value type to GlobalObject
David Blaikie via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
- [PATCH] D12269: Add a pass to lift aggregate into allocas so SROA can get rid of them.
Amaury SECHET via llvm-commits
- [lld] r247625 - Add content to the .hash section.
Rafael Espindola via llvm-commits
- [llvm] r247626 - DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId.
Adrian Prantl via llvm-commits
- [PATCH] D12864: [CMake] Refactor and cleanup generating and installing symlinks to tools.
Chris Bieneman via llvm-commits
- [PATCH] D12680: [InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ instructions
Sanjay Patel via llvm-commits
- [PATCH] D12681: Calling conventions for HHVM
Chad Rosier via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12866: [InstCombine] fold zexts and constants into a phi (PR24766)
Sanjay Patel via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das via llvm-commits
- [PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das via llvm-commits
- [llvm] r247632 - [CMake] Refactor and cleanup generating and installing symlinks to tools.
Chris Bieneman via llvm-commits
- [PATCH] D11399: invariant.group and invariant.group.barrier docs
Piotr Padlewski via llvm-commits
- [llvm] r247635 - [llvm-cov] Disable name and path truncation
Vedant Kumar via llvm-commits
- [llvm] r247636 - dsymutil: Remove the now obsolete RelocMgr argument from cloneDIE. (NFC)
Adrian Prantl via llvm-commits
- [lld] r247637 - Simplify, NFC.
Rafael Espindola via llvm-commits
- [PATCH] D12819: [compiler-rt] [sanitizers] Move CheckVMASize after flag initialization
Alexey Samsonov via llvm-commits
- [compiler-rt] r247642 - Support inline functions symbolization in Addr2Line symbolizer.
Alexey Samsonov via llvm-commits
- [PATCH] D12867: ELF2: Simplify by removing temporary variables
Rui Ueyama via llvm-commits
- [lld] r247644 - Fix style.
Rui Ueyama via llvm-commits
- [lld] r247645 - Fix typo.
Rui Ueyama via llvm-commits
- [llvm] r247649 - [WebAssembly] Implement int64-to-int32 conversion.
Dan Gohman via llvm-commits
- [PATCH] D12869: [Support] Add a new environment variable: LLVM_TEMP_DIR
Vedant Kumar via llvm-commits
- [lld] r247652 - ELF2: Simplify by removing temporary variables.
Rui Ueyama via llvm-commits
- [llvm] r247656 - [PlaceSafepoints] Make the width of a counted loop settable.
Sanjoy Das via llvm-commits
- [PATCH] D12789: [PlaceSafepoints] Make the width of a counted loop settable.
Sanjoy Das via llvm-commits
- [llvm] r247658 - [CMake] Rename target->dest as per feedback from Chapuni on http://reviews.llvm.org/D12864
Chris Bieneman via llvm-commits
- [PATCH] D12874: [LLD/ELF2] Initial support for local symbols in symtab
Davide Italiano via llvm-commits
- [PATCH] D12310: Introducing llvm.invariant.group.barrier intrinsic
Piotr Padlewski via llvm-commits
- [llvm] r247450 - Use function attribute "stackrealign" to decide whether stack
Akira Hatanaka via llvm-commits
- [PATCH] D12875: Stripping invariant.group metadata in CodeGenPrepare
Piotr Padlewski via llvm-commits
- [PATCH] D12191: AAP Backend
Edward Jones via llvm-commits
- [llvm] r247669 - [mips] Added support for various EVA ASE instructions.
Daniel Sanders via llvm-commits
- [llvm] r247670 - [mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6
Zoran Jovanovic via llvm-commits
- [llvm] r247674 - [GlobalsAA] Disable globals-aa by default
James Molloy via llvm-commits
- [polly] r247675 - Fix after renamed CMake cache entry
Michael Kruse via llvm-commits
- [llvm] r247679 - Fix namespace indentation and missing blank lines before 'public:' in *MCAsmInfo.h. NFC.
Daniel Sanders via llvm-commits
- [lld] r247680 - Use the same typedef style for all Elf_* types.
Rafael Espindola via llvm-commits
- [llvm] r247683 - Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders via llvm-commits
- [PATCH] D10969: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders via llvm-commits
- [compiler-rt] r247684 - [sanitizer] Move CheckVMASize after flag initialization
Adhemerval Zanella via llvm-commits
- [lld] r247685 - Make this test a bit more robust in preparation to adding more cases.
Rafael Espindola via llvm-commits
- [llvm] r247686 - Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders via llvm-commits
- [lld] r247688 - Add support for R_X86_64_64.
Rafael Espindola via llvm-commits
- [lld] r247691 - Replace isa+cast with dyn_cast. NFC.
Rafael Espindola via llvm-commits
- [llvm] r247692 - Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders via llvm-commits
- [PATCH] D11210: Broaden optimization of fcmp ([us]itofp x, constant)
Steve Canon via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
hfinkel at anl.gov via llvm-commits
- [llvm] r247694 - [SystemZ] Fix assertion failure in tryBuildVectorShuffle
Ulrich Weigand via llvm-commits
- [PATCH] D12709: [PATCH] [sanitizers] [msan] Enable MSAN for aarch64
Renato Golin via llvm-commits
- [PATCH] D12881: [mips][microMIPS] Fix an issue with disassembling lwm32 instruction
Zoran Jovanovic via llvm-commits
- [llvm] r247697 - [mips] Add support for branch-likely pseudo-instructions
Zoran Jovanovic via llvm-commits
- [llvm] r247698 - [mips][microMIPS] Fix an issue with disassembling lwm32 instruction
Zoran Jovanovic via llvm-commits
- [llvm] r247699 - more space; NFC
Sanjay Patel via llvm-commits
- [llvm] r247700 - 80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC...
Sanjay Patel via llvm-commits
- [www] r247701 - Win snapshot: r247596
Hans Wennborg via llvm-commits
- [PATCH] D12705: InstCombine: match De Morgan's Law hidden by zext ops (PR22723)
Sanjay Patel via llvm-commits
- [llvm] r247702 - Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders via llvm-commits
- [PATCH] D11438: Fix x86_64 fp128 calling convention
enh via llvm-commits
- [PATCH] D12685: Document the stability policy for LLVM-C APIs.
Mehdi AMINI via llvm-commits
- [PATCH] D2333: Make the MemDepPrinter to print something
Dan Gohman via llvm-commits
- [llvm] r247705 - [NaryReassociate] Add support for Mul instructions
Marcello Maggioni via llvm-commits
- [PATCH] D12882: [SimplifyCFG] do not speculate fdiv by default; it's expensive (PR24818)
Sanjay Patel via llvm-commits
- [llvm] r247707 - [CorrelatedValuePropagation] Infer nonnull attributes
Igor Laevsky via llvm-commits
- [llvm] r247708 - Broaden optimization of fcmp ([us]itofp x, constant) by instcombine.
Arch D. Robison via llvm-commits
- [llvm] r247497 - Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan.
Larisse Voufo via llvm-commits
- [PATCH] D12883: [llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner via llvm-commits
- [llvm] r247710 - [ShrinkWrapping] Fix an infinite loop while looking for restore point.
Quentin Colombet via llvm-commits
- [PATCH] D12698: DAGCombiner: Replace store of FP constant after attemping store merges
Sanjay Patel via llvm-commits
- [llvm] r247711 - Introducing llvm.invariant.group.barrier intrinsic
Piotr Padlewski via llvm-commits
- [PATCH] D12884: [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner via llvm-commits
- [compiler-rt] r247484 - ubsan: Implement memory permission validation for vtables.
H.J. Lu via llvm-commits
- [PATCH] D12885: [NaryReassociate] Fix incomplete test functions
Volkan Keles via llvm-commits
- [llvm] r247713 - [ShrinkWrapping] Add a test case for r247710.
Quentin Colombet via llvm-commits
- [PATCH] D12660: Make the default triple optional by allowing an empty string
Eric Christopher via llvm-commits
- [PATCH] D12886: Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan.
Larisse Voufo via llvm-commits
- [llvm] r247716 - Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan." for preliminary community discussion (See. D12886)
Larisse Voufo via llvm-commits
- [PATCH] D12887: [Machine Combiner] Refactor machine reassociation into a target-independent pass
Chad Rosier via llvm-commits
- [PATCH] D12337: [Codegen] Ensure stack is properly aligned for call argument initialization
Jeroen Ketema via llvm-commits
- [llvm] r247719 - test: Add "REQUIRES: native" so this test passes with no default triple configured
Justin Bogner via llvm-commits
- [PATCH] D12564: SelectionDAG: Introduce PersistentID to SDNode for assert builds.
Owen Anderson via llvm-commits
- [lld] r247721 - COFF: Add a test for ICF which LLD cannot handle yet.
Rui Ueyama via llvm-commits
- [PATCH] D12095: propagate fast-math-flags on DAG nodes
Sanjay Patel via llvm-commits
- [PATCH] D11805: Make DwarfAccelTable customizable. NFC.
Eric Christopher via llvm-commits
- [PATCH] D12742: [ARM] Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are scaled by a probability to avoid precision issue.
Cong Hou via llvm-commits
- [PATCH] D12513: Update edge weights properly when merging blocks in if-conversion.
Cong Hou via llvm-commits
- [polly] r247728 - Coalesce the constructed domains early
Johannes Doerfert via llvm-commits
- [llvm] r247729 - LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r247730 - Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith via llvm-commits
- [polly] r247731 - Use blocks instead of domains in SCEVAffinator
Johannes Doerfert via llvm-commits
- [polly] r247732 - Use modulo semantic to generate non-integer-overflow assumptions
Johannes Doerfert via llvm-commits
- [PATCH] remove double slash in include path.
Dave Airlie via llvm-commits
- [llvm] r247734 - [ASan] Don't instrument globals in .preinit_array/.init_array/.fini_array
Alexey Samsonov via llvm-commits
- [llvm] r247735 - Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith via llvm-commits
- [lld] r247736 - LTO: Adjust to LLVM r247735
Duncan P. N. Exon Smith via llvm-commits
- [compiler-rt] r247737 - [ASan] Add test for .preinit_array/.init_array/.fini_array sections.
Alexey Samsonov via llvm-commits
- [lld] r247738 - [elf2] Relocate absolute symbols.
Michael J. Spencer via llvm-commits
- llvm-commits got removed from CC list when hitting reply-all to a Phab review
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r247744 - [llvm-cxxdump] Remove duplicate code check.
Davide Italiano via llvm-commits
- [lld] r247745 - [elf2] Add error checking for the R_X86_64_32 relocation.
Michael J. Spencer via llvm-commits
- [llvm] r247747 - [SCEVExpander] Fix comment formatting; NFC.
Sanjoy Das via llvm-commits
- [llvm] r247748 - [IndVars] Rename variable; NFC.
Sanjoy Das via llvm-commits
- [llvm] r247749 - [IndVars] Fix PR24783.
Sanjoy Das via llvm-commits
- [llvm] r247757 - llvm/CodeGen/CommandFlags.h: Prune doubleslash in #include.
NAKAMURA Takumi via llvm-commits
- [PATCH] D11758: [Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the...
Michael Zolotukhin via llvm-commits
- [lld] r247758 - [elf2] Add R_X86_64_32S.
Michael J. Spencer via llvm-commits
- [compiler-rt] r247763 - Explicit reference to bug highlighted by
Naomi Musgrave via llvm-commits
- [PATCH] D12536: Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson via llvm-commits
- [lld] r247768 - [elf2] Simplify overflow checks.
Michael J. Spencer via llvm-commits
- [PATCH] D12896: AMDGPU: Don't create REG_SEQUENCE with SGPR dest and VGPR sources
Matt Arsenault via llvm-commits
- [llvm] r247253 - [ADT] Apply a large hammer to StringRef functions: attribute always_inline.
Justin Bogner via llvm-commits
- [llvm] r247769 - [Unroll] Fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin via llvm-commits
- [lld] r247770 - ICF: Improve ICF to reduce more sections than before.
Rui Ueyama via llvm-commits
- [llvm] r247771 - Fix a spelling error in the description of a statistic. NFC
Craig Topper via llvm-commits
- [llvm] r247772 - Use range-based for loops. NFC
Craig Topper via llvm-commits
- [llvm] r247774 - [NaryReassociate] Improve test CHECK
Mehdi Amini via llvm-commits
- [llvm] r247775 - Make the default triple optional by allowing an empty string
Mehdi Amini via llvm-commits
- [llvm] r247776 - Fix test gmlt.test by moving its Inputs where expected.
Mehdi Amini via llvm-commits
- [llvm] r247777 - Copy back Inputs/gmlt.ll. Also DebugInfo/X86/gmlt.test uses it.
NAKAMURA Takumi via llvm-commits
- [PATCH] D11890: Fixed Visual Studio warnings.
James Touton via llvm-commits
- [llvm] r247779 - Whitespace.
NAKAMURA Takumi via llvm-commits
- [llvm] r247780 - [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SWE instructions
Zoran Jovanovic via llvm-commits
- [PATCH] D9189: [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SWE instructions
Phabricator via llvm-commits
- [polly] r247781 - Add option to enable/disable reduction usage in dependence analysis
Tobias Grosser via llvm-commits
- [llvm] r247784 - [X86] Fix emitEpilogue() to make less assumptions about pops
Michael Kuperstein via llvm-commits
- [llvm] r247785 - [X86] Do not generate 64-bit pops of 32-bit GPRs.
Michael Kuperstein via llvm-commits
- [llvm] r247786 - llvm-mc-fuzzer: A fuzzing tool for the MC layer.
Daniel Sanders via llvm-commits
- [PATCH] D11798: [mips][microMIPS] Implement BOVC, BNVC, EXT, INS, JALRC, PREFE and NAL instructions
Daniel Sanders via llvm-commits
- [PATCH] D12372: [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Michael Kuperstein via llvm-commits
- [PATCH] D12628: [mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP, SIGRIE, SSNOP, SYNC, SYNCI and WAIT instructions
Daniel Sanders via llvm-commits
- [lld] r247790 - Fix test to actually test something.
Rafael Espindola via llvm-commits
- [PATCH] D10539: [mips] Handling of immediates bigger than 16 bits
Srdjan Obucina via llvm-commits
- [llvm] r247791 - [ARM] Register ARMPreAllocLoadStoreOpt pass with LLVM pass manager.
Chad Rosier via llvm-commits
- [PATCH] D11406: [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions
Daniel Sanders via llvm-commits
- [llvm] r247793 - Test commit: Fixed a few typos in the comments.
David L Kreitzer via llvm-commits
- [llvm] r247794 - [SPARC] Recognize st/stx operations with %fsr argument too.
Joerg Sonnenberger via llvm-commits
- [PATCH] D12775: Use new TokenFactor chain when merging stores
Mikael Holmén via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
- [lld] r247795 - [Mips] Do not show an error if R_MIPS_GPREL32 relocation has a non-local target
Simon Atanasyan via llvm-commits
- [lld] r247796 - [Mips] Rejects all --hash-style arguments except 'sysv' in case of MIPS target
Simon Atanasyan via llvm-commits
- [lld] r247797 - Remove redundant "protected:".
Rafael Espindola via llvm-commits
- [lld] r247802 - COFF: Create ICF class to move code from SectionChunk to ICF. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D12707: [PATCH] [sanitizers] Add MSan support for AArch64
Adhemerval Zanella via llvm-commits
- [llvm] r247804 - [SPARC] Both GNU and Solaris as support eq as condition code for integer ops.
Joerg Sonnenberger via llvm-commits
- [PATCH] D12905: [SCEV][LV] Introduce SCEV Predicates and use them to re-implement stride versioning
silviu.baranga at arm.com via llvm-commits
- [llvm] r247807 - [sanitizer] Add MSan support for AArch64
Adhemerval Zanella via llvm-commits
- [compiler-rt] r247809 - [MSan] Enable MSAN for aarch64
Adhemerval Zanella via llvm-commits
- [PATCH] D6267: [mips] Add assembler support for the .cprestore directive.
Sean Bruno via llvm-commits
- [PATCH] D12535: [PR24643] Speeding up FoldingSetNodeID::AddPointer
Benjamin Kramer via llvm-commits
- [lld] r247811 - Start creating dynamic relocations.
Rafael Espindola via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Charlie Turner via llvm-commits
- [llvm] r247813 - don't repeat function names in comments; NFC
Sanjay Patel via llvm-commits
- [llvm] r247814 - Add assembler fatal error for undefined assembler labels in COFF writer
Reid Kleckner via llvm-commits
- [llvm] r247815 - propagate fast-math-flags on DAG nodes
Sanjay Patel via llvm-commits
- [lld] r247816 - COFF: Rename /opt:lldicf -> /opt:icf.
Rui Ueyama via llvm-commits
- [lld] r247817 - COFF: Enable ICF by default.
Rui Ueyama via llvm-commits
- [llvm] r247818 - [WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman via llvm-commits
- [llvm] r247819 - Improve "default_triple" specification: make it at the directory level for test/tools/llvm-mc
Mehdi Amini via llvm-commits
- [PATCH] D12907: LLD: Enable extra LTO verification only when build type is debug
Rui Ueyama via llvm-commits
- [llvm] r247820 - [WinEH] Skip state numbering when no EH pads are present
Reid Kleckner via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Mehdi Amini via llvm-commits
- [PATCH] D12908: [AArch64] Improved bitfield instruction selection.
Geoff Berry via llvm-commits
- [PATCH] D12703: [InstCombine] Optimize icmp slt signum(x), 1 --> icmp sle x, 0.
David Majnemer via llvm-commits
- [llvm] r247824 - Disable the second verification run when performing LTO through
Teresa Johnson via llvm-commits
- [compiler-rt] r247833 - [CMake] Make the sample program in darwin_test_archs have a symbol it needs to link.
Chris Bieneman via llvm-commits
- [llvm] r247834 - [WinEHPrepare] Refactor explicit EH preparation
David Majnemer via llvm-commits
- [llvm] r247835 - [WinEHPrepare] Provide a cloning mode which doesn't demote
David Majnemer via llvm-commits
- [lld] r247837 - Add DT_RELA and DT_RELASZ to the dynamic table.
Rafael Espindola via llvm-commits
- [PATCH] D12911: Correct an incorrect OMPT ifdef
John Mellor-Crummey via llvm-commits
- [lld] r247838 - Move code computing NumEntries to finalize.
Rafael Espindola via llvm-commits
- [PATCH] D12703: [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1.
David Majnemer via llvm-commits
- [lld] r247839 - Relax the test to fix some bots.
Rafael Espindola via llvm-commits
- [compiler-rt] r247840 - Fix compilation warning in compiler-rt.
Evgeniy Stepanov via llvm-commits
- [llvm] r247844 - [WinEH] Pull Adjectives and CatchObj out of the catchpad arg list
Reid Kleckner via llvm-commits
- [compiler-rt] r247845 - [Windows] xfail a test that uses C++ EH
Reid Kleckner via llvm-commits
- [llvm] r247846 - [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1
Sanjoy Das via llvm-commits
- [llvm] r247847 - Allow BackpatchWord to be called for non-32-bit aligned words, and
Teresa Johnson via llvm-commits
- [llvm] r247848 - [WinEHPrepare] Turn terminatepad into a cleanuppad + call + cleanupret
David Majnemer via llvm-commits
- [lld] r247849 - [ELF2] Initial support for local symbols.
Davide Italiano via llvm-commits
- [llvm] r247850 - [CMake] More refactoring of symlink creation.
Chris Bieneman via llvm-commits
- [PATCH] D12912: ScalarEvolution: added tmp to avoid use-after-dtor in for loop.
Naomi Musgrave via llvm-commits
- [lld] r247853 - COFF: Output messages for /verbose to stdout instead of stderr.
Rui Ueyama via llvm-commits
- [lld] r247854 - COFF: Fix bug that /opt:noicf was ignored.
Rui Ueyama via llvm-commits
- [PATCH] D12913: Fixed debug info emitting for imported entity defined directly in a function scope.
Amjad Aboud via llvm-commits
- [lld] r247856 - COFF: Fix bug that not all symbols were written to symtab if /opt:noref.
Rui Ueyama via llvm-commits
- [PATCH] D12193: [mips][p5600] Added P5600 processor and initial scheduler.
Vasileios Kalintiris via llvm-commits
- [lld] r247858 - Start adding support for Elf_Rel.
Rafael Espindola via llvm-commits
- [llvm] r247860 - [WinEH] Rip out the landingpad-based C++ EH state numbering code
Reid Kleckner via llvm-commits
- [PATCH] D12914: Updating docs for poison-in-dtor.
Naomi Musgrave via llvm-commits
- [llvm] r246720 - IR: Remove a redundant function. NFC
Daniel Berlin via llvm-commits
- [lld] r246869 - COFF: Use section content checksum for ICF.
Rui Ueyama via llvm-commits
- [llvm] r247864 - constify the Function parameter to the TTI creation callback and
Eric Christopher via llvm-commits
- [llvm] r247865 - Use the cached TargetInstrInfo instead of looking it up again.
Eric Christopher via llvm-commits
- [llvm] r247866 - Make sure we're negating the assembler predicate - no testcase
Eric Christopher via llvm-commits
- [llvm] r247867 - ScalarEvolution: added tmp to avoid use-after-dtor in for loop.
Naomi Musgrave via llvm-commits
- [PATCH] D12663: [X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
Quentin Colombet via llvm-commits
- [lld] r247868 - COFF: ICF: Print out the number of iterations. NFC.
Rui Ueyama via llvm-commits
- [lld] r247869 - COFF: Remove DefinedSymbol::isLive() and markLive(). NFC.
Rui Ueyama via llvm-commits
- [llvm] r247870 - Try to fix WebAssembly build after r247864
Hans Wennborg via llvm-commits
- [llvm] r247873 - Check for errors after reading a sample profile in llvm-profdata.
Diego Novillo via llvm-commits
- [llvm] r247874 - GCC AutoFDO profile reader - Initial support.
Diego Novillo via llvm-commits
- [PATCH] D12920: Add TargetCustom type to PseudoSourceValue
Marcello Maggioni via llvm-commits
- [PATCH] D12923: Add support for function attribute "notail"
Akira Hatanaka via llvm-commits
- [PATCH] D12924: [PrologEpilogInserter] Minor refactoring.
Maksim Panchenko via llvm-commits
- [llvm] r247876 - AVX-512: shufflevector for i1 vectors <2 x i1> .. <64 x i1>
Elena Demikhovsky via llvm-commits
- [PATCH] D12926: Added MD_invariant_group to LLVMContext
Piotr Padlewski via llvm-commits
- [PATCH] D12928: GVN small fix
Piotr Padlewski via llvm-commits
- [lld] r247878 - [ELF2] Fix typo in RelocationSection::hasRelocs method
Denis Protivensky via llvm-commits
- [llvm] r247880 - [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions
Zoran Jovanovic via llvm-commits
- [PATCH] D9658: [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions
Phabricator via llvm-commits
- [PATCH] D11716: [X86][AVX512DQ] add new intrinsics
Asaf Badouh via llvm-commits
- [PATCH] D12931: [X86][AVX512] add support in VFPCLASS
Asaf Badouh via llvm-commits
- [PATCH] D9824: [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions
Zlatko Buljan via llvm-commits
- [llvm] r247884 - Typos. NFC.
Chad Rosier via llvm-commits
- [PATCH] D11893: AVX512 : vinserti64x2 implemantation
Igor Breger via llvm-commits
- [PATCH] D12932: [LazyValueInfo] Report nonnull range for nonnull pointers
Igor Laevsky via llvm-commits
- FW: Re: [llvm] r238473 - Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.
scott douglass via llvm-commits
- [lld] r247888 - Add support of Elf_Rel dynamic relocations.
Rafael Espindola via llvm-commits
- [PATCH] D12799: [ValueTracking] Teach isKnownNonZero a new trick
James Molloy via llvm-commits
- [PATCH] D12800: [ValueTracking] Teach isKnownNonZero about monotonically increasing PHIs
James Molloy via llvm-commits
- [llvm] r247891 - Refactor string encoding checks in BitcodeWriter (NFC)
Teresa Johnson via llvm-commits
- [PATCH] D12935: [InstCombine] Improve Vector Demanded Bits Through Bitcasts
Simon Pilgrim via llvm-commits
- [PATCH] D12937: [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
A. Skrobov via llvm-commits
- [polly] r247893 - Extract function that derives the index expressions of a GEP instruction [NFC]
Tobias Grosser via llvm-commits
- [llvm] r247894 - Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson via llvm-commits
- [llvm] r247896 - Fix doc build: sublists require a blank line before/after.
Mehdi Amini via llvm-commits
- [PATCH] D12710: InstCombine: Preserve tbaa metadata when merging loads that are phi arguments
Akira Hatanaka via llvm-commits
- [llvm] r247425 - [libFuzzer] mention more trophies
Y Song via llvm-commits
- [PATCH] D12939: [compiler-rt] [sanitizer] Clean buildbot failures for aarch64
Adhemerval Zanella via llvm-commits
- [llvm] r247897 - [mips] Add assembler support for the .cprestore directive.
Daniel Sanders via llvm-commits
- [llvm] r247898 - Revert "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson via llvm-commits
- [PATCH] D12941: [ELF2] Use correct symbol table indexes for hash and relocation sections
Igor Kudrin via llvm-commits
- [llvm] r247901 - Test commit.
Zia Ansari via llvm-commits
- [llvm] r247904 - [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor
Reid Kleckner via llvm-commits
- [llvm] r247905 - Fix the test case I just committed
Reid Kleckner via llvm-commits
- [polly] r247906 - Model fixed-size multi-dimensional arrays if possible multi-dimensional
Tobias Grosser via llvm-commits
- [polly] r247907 - Do not use the assumed context in the dependence analysis any more
Tobias Grosser via llvm-commits
- [PATCH] D12561: [X86][SSE] Match zero/any extension shuffles that don't start from the first element
Quentin Colombet via llvm-commits
- [lld] r247911 - Use a MapVector to output symbols in a deterministic order.
Rafael Espindola via llvm-commits
- [PATCH] D11370: Improved the interface of methods commuting operands, improved X86-FMA3 mem-folding&coalescing.
Vyacheslav Klochkov via llvm-commits
- [zorg] r247917 - Some code cleaning. Removed long time off-line builders.
Galina Kistanova via llvm-commits
- [llvm] r247918 - [SCEV] Don't repeat method/field names in comment in header; NFC.
Sanjoy Das via llvm-commits
- [llvm] r247919 - [SCEV] Use auto instead of full iterator type; NFCI.
Sanjoy Das via llvm-commits
- [llvm] r247920 - Temporarily fix gcov failures in big-endian hosts.
Diego Novillo via llvm-commits
- [compiler-rt] r247921 - Revert "ubsan: Implement memory permission validation for vtables."
Evgeniy Stepanov via llvm-commits
- [lld] r247925 - [elf2] Combine adjacent compatible OutputSections in PT_LOADs.
Michael J. Spencer via llvm-commits
- [llvm] r247927 - Restore "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson via llvm-commits
- [polly] r247928 - Delinearize multi-dimensional arrays through bitcasts
Tobias Grosser via llvm-commits
- [llvm] r247931 - Added MD_invariant_group to LLVMContext
Piotr Padlewski via llvm-commits
- [PATCH] D12943: [WinEH] Add a funclet layout pass
David Majnemer via llvm-commits
- [llvm] r247934 - [InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ instructions
Simon Pilgrim via llvm-commits
- [llvm] r247935 - gvn small fix
Piotr Padlewski via llvm-commits
- [llvm] r247936 - [WinEH] Make funclet return instrs pseudo instrs
Reid Kleckner via llvm-commits
- [llvm] r247937 - [WinEH] Add a funclet layout pass
David Majnemer via llvm-commits
- [llvm] r247938 - fix typo; NFC
Sanjay Patel via llvm-commits
- [llvm] r247940 - [SPARC] Add mulscc.
Joerg Sonnenberger via llvm-commits
- [PATCH] D12944: [ELF2] Fill up local symbols field correctly
Davide Italiano via llvm-commits
- [llvm] r247942 - MachineScheduler: Provide an option for node hiding cutoff and disable it by default
Matthias Braun via llvm-commits
- [llvm] r247943 - RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker
Matthias Braun via llvm-commits
- [llvm] r247944 - [WinEH] Fix tests broken by funclet-layout
David Majnemer via llvm-commits
- [llvm] r247945 - Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker"
Matthias Braun via llvm-commits
- [PATCH] D12814: RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker
Phabricator via llvm-commits
- [lld] r247946 - [elf2] Fix dynamic-reloc.s test.
Michael J. Spencer via llvm-commits
- [lld] r247947 - [elf2] Extend program-header-layout.s to check that read only sections are correctly merged into the first PT_LOAD.
Michael J. Spencer via llvm-commits
- [lld] r247949 - Remove dead member variable.
Rafael Espindola via llvm-commits
- [zorg] r247950 - [zorg] For lldb builders, add step 'update scripts' to download scripts from aosp repo
Ying Chen via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- [llvm] r247951 - [bpf] expand indirect branches
Alexei Starovoitov via llvm-commits
- [llvm] r247952 - [opaque pointer types] Add an explicit pointee type to alias records in the IR
David Blaikie via llvm-commits
- [llvm] r247954 - [llvm-readobj] Fix another "time of check to time of use bug".
Davide Italiano via llvm-commits
- [zorg] r247955 - Added new clang fast builder llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast.
Galina Kistanova via llvm-commits
- macho-dump deprecation/removal plan
Rafael Espíndola via llvm-commits
- [PATCH] D12946: Avoid pointer truncation by InstCombine with IntToPtr combining
Stanislav Mekhanoshin via llvm-commits
- [lld] r247956 - Enable extra LTO verification only when build type is debug.
Rui Ueyama via llvm-commits
- [PATCH] D12947: [SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das via llvm-commits
- [PATCH] D12948: [SCEV] Teach SCEV that A < B => (A+1) < (B+1) on no overflow.
Sanjoy Das via llvm-commits
- [PATCH] D12949: [SCEV] Split out a helper function from isImpliedCond; NFC.
Sanjoy Das via llvm-commits
- [PATCH] D12950: [SCEV] Teach isLoopBackedgeGuardedByCond to exploit trip counts.
Sanjoy Das via llvm-commits
- [llvm] r186044 - Don't assert if we can't constant fold extract/insertvalue
David Blaikie via llvm-commits
- [PATCH] D12951: [Unroll] When completely unrolling the loop, replace conditinal branches with unconditional.
Michael Zolotukhin via llvm-commits
- [llvm] r239987 - config.h.*: Rework r210144. Don't edit config.h.in manually.
Justin Bogner via llvm-commits
- [llvm] r247958 - [ShrinkWrap] Refactor the handling of infinite loop in the analysis.
Quentin Colombet via llvm-commits
- [PATCH] D12778: Change the probability to check if a hot successor has a more important predecessor in block-placement.
Cong Hou via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Paul Robinson via llvm-commits
- [PATCH] D12952: Android support for SafeStack
Evgeniy Stepanov via llvm-commits
- [PATCH] D12635: merge vector stores into wider vector stores and fix AArch64 misaligned access TLI hook (PR21711)
Sanjay Patel via llvm-commits
- [lld] r247960 - [ELF2] Fill up local symbols fields correctly.
Davide Italiano via llvm-commits
- [lld] r247961 - COFF: Optimize ICF by comparing relocations before section contents.
Rui Ueyama via llvm-commits
- [lld] r247963 - COFF: Optimize ICF by not creating temporary vectors.
Rui Ueyama via llvm-commits
- [lld] r247964 - COFF: Remove useless micro-optimization.
Rui Ueyama via llvm-commits
- [lld] r247965 - COFF: Reorder comparisons.
Rui Ueyama via llvm-commits
- [PATCH] D11605: [LoopUnswitch] Add block frequency analysis to recognize hot/cold regions
Chen Li via llvm-commits
- [llvm] r247969 - Whitespace. Indent with spaces instead of a tab.
Bob Wilson via llvm-commits
- [polly] r247970 - Store EscapeMap as Value* instead of AllocInst
Tobias Grosser via llvm-commits
- [llvm] r247971 - Remove trailing whitespace from the old Orc Kaleidoscope examples.
Lang Hames via llvm-commits
- [llvm] r247972 - Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds.
Yaron Keren via llvm-commits
- [llvm] r247974 - Fix BitVectorTest on 32-bit hosts after r247972.
Yaron Keren via llvm-commits
- [llvm] r247978 - [WinEH] Moved funclet pads should be in relative order
David Majnemer via llvm-commits
- [PATCH] D12956: [mips] Allow constant expressions in second argument of .cpsetup.
Daniel Sanders via llvm-commits
- [llvm] r247979 - [llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer.rst.
Daniel Sanders via llvm-commits
- [PATCH] D12957: Fix "Got assumption for the wrong function!" assert
Artur Pilipenko via llvm-commits
- [llvm] r247980 - [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer"
Michael Kruse via llvm-commits
- [llvm] r247982 - Nit cleanup in LangRef about dereferenceable metadata
Artur Pilipenko via llvm-commits
- [llvm] r247983 - Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift is undefined behavior on implementations where uinptr_t is 32-bits. One such platform is Windows, MSVC, x86.
Aaron Ballman via llvm-commits
- [llvm] r247984 - Support align attribute for return values
Artur Pilipenko via llvm-commits
- [PATCH] D12958: Refactor computeKnownBits alignment handling code
Artur Pilipenko via llvm-commits
- [llvm] r247985 - [LazyValueInfo] Report nonnull range for nonnull pointers
Igor Laevsky via llvm-commits
- [llvm] r247986 - Silencing a -Wsign-compare warning; NFC.
Aaron Ballman via llvm-commits
- [PATCH] D12959: [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values.
Daniel Sanders via llvm-commits
- [PATCH] D12960: [llvm-mc-fuzzer] Support untested instruction discovery for variable length instruction sets like microMIPS.
Daniel Sanders via llvm-commits
- [PATCH] D8313: Refactor commoning of target specific load/store intrinsics in EarlyCSE
hfinkel at anl.gov via llvm-commits
- [llvm] r243750 - [CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore
Bruno Cardoso Lopes via llvm-commits
- [llvm] r247988 - [AArch64] Remove some redundant cases. NFC.
Chad Rosier via llvm-commits
- [llvm] r247989 - [AArch64] Reorder cases to improve readability. NFC.
Chad Rosier via llvm-commits
- [llvm] r247990 - [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values.
Daniel Sanders via llvm-commits
- [lld] r247992 - Start adding support for creating the GOT.
Rafael Espindola via llvm-commits
- [llvm] r247993 - Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds
Yaron Keren via llvm-commits
- [llvm] r247994 - Remove temporary file on signal.
Rafael Espindola via llvm-commits
- [PATCH] D12027: [lld][LinkerScript] Consider order of headers in PHDRS command
Denis Protivensky via llvm-commits
- [PATCH] D12965: [InstCombine] shrink switch conditions better (PR24766)
Sanjay Patel via llvm-commits
- [compiler-rt] r247996 - [compiler-rt] [sanitizer] Clean buildbot failures for aarch64
Adhemerval Zanella via llvm-commits
- [PATCH] D11678: [CodeGen] Fixes *absdiff* intrinsic: LangRef doc/test case improvement and corresponding code change
hfinkel at anl.gov via llvm-commits
- [PATCH] D12798: [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb implementation
Zoran Jovanovic via llvm-commits
- [PATCH] D12969: Don't raise inexact when lowering ceil, floor, round, trunc
Steve Canon via llvm-commits
- [PATCH] D10920: Unify isSafeToLoadUnconditionally and isDereferenceablePointer
hfinkel at anl.gov via llvm-commits
- [PATCH] D12970: SmallVector fix. Some tests still failing. Not sure thisis right approach for fixing circular dependency that givesuse-after-dtor bug.
Naomi Musgrave via llvm-commits
- [PATCH] D12596: Fix for bootstrap bug introduced in r244921
Nemanja Ivanovic via llvm-commits
- [llvm] r248006 - [AArch64] Improved bitfield instruction selection.
Geoff Berry via llvm-commits
- [PATCH] D12972: [Object/ELF] Ensure preconditions are satisfied.
Davide Italiano via llvm-commits
- [compiler-rt] r248008 - Disable one MSAN test in AArch64 until we have a proper fix
Renato Golin via llvm-commits
- [PATCH] D12974: [ARM] Do not scale vext with a factor
Jeroen Ketema via llvm-commits
- [PATCH] D12975: [Polly] De-LICM (WIP)
Michael Kruse via llvm-commits
- [llvm] r248009 - [CMake] More cleanup of installing symlinks.
Chris Bieneman via llvm-commits
- [llvm] r248010 - SelectionDAG: Introduce PersistentID to SDNode for assert builds.
Matthias Braun via llvm-commits
- [PATCH] D12566: SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default.
Matthias Braun via llvm-commits
- [PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matthias Braun via llvm-commits
- [PATCH] D12568: SelectionDAGDumper: Avoid unnecessary newlines
Matthias Braun via llvm-commits
- [PATCH] D12569: SelectionDAGDumper: Leave out the <multiple use> markers
Matthias Braun via llvm-commits
- [PATCH] D12565: SelectionDAGDumper: print datatypes behind node names
Matthias Braun via llvm-commits
- [llvm] r248011 - SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default.
Matthias Braun via llvm-commits
- [llvm] r248012 - SelectionDAGDumper: Avoid unnecessary newlines
Matthias Braun via llvm-commits
- [llvm] r248013 - SelectionDAGDumper: Leave out the <multiple use> markers
Matthias Braun via llvm-commits
- [compiler-rt] r248014 - Disable final MSAN test in AArch64 to get the bots green
Renato Golin via llvm-commits
- [llvm] r248018 - Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are scaled by a probability to avoid precision issue.
Cong Hou via llvm-commits
- [PATCH] D10674: Value profiling - patchset 3
Betul Buyukkurt via llvm-commits
- [lld] r248019 - [ELF2] Constify member functions.
Davide Italiano via llvm-commits
- [PATCH] D12978: [ELF2] Support relocs for local symbols
Davide Italiano via llvm-commits
- [llvm] r248020 - Make MachineScheduler debug output less confusing.
James Y Knight via llvm-commits
- [llvm] r248022 - Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan. (Complete version of r247497. See D12886)
Larisse Voufo via llvm-commits
- [llvm] r248023 - Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC)
Teresa Johnson via llvm-commits
- [polly] r248024 - Merge IRAccess into MemoryAccess
Michael Kruse via llvm-commits
- [polly] r248026 - Remove unused variable Dimension [NFC]
Michael Kruse via llvm-commits
- [PATCH] D11768: FastISel fails to remove dead code
Hans Wennborg via llvm-commits
- [llvm] r248027 - Limit the range of processors supported by ARM fast isel to v6 or
Eric Christopher via llvm-commits
- [llvm] r248030 - Update edge weights properly when merging blocks in if-conversion.
Cong Hou via llvm-commits
- [llvm] r248032 - [Object/ELF] Change comment to reflect reality.
Davide Italiano via llvm-commits
- [lld] r248038 - COFF: Parallelize ICF.
Rui Ueyama via llvm-commits
- [llvm] r248039 - [CMake] Adding ALWAYS_GENERATE option to symlink utility functions.
Chris Bieneman via llvm-commits
- [llvm] r248040 - This code never uses r_addend, so it can just use Elf_Rel.
Rafael Espindola via llvm-commits
- [llvm] r248042 - Fix typo and test commit
Luke Larson via llvm-commits
- [lld] r248044 - Style fix to make it look consistent. NFC.
Rui Ueyama via llvm-commits
- [llvm] r248045 - [IndVars] Widen more comparisons for non-negative induction vars
Sanjoy Das via llvm-commits
- [PATCH] D12985: [ARM] Take into account address spaces in interleaved access vectorization
Jeroen Ketema via llvm-commits
- [lld] r248049 - [elf2] Convert if/else cascade into a covered switch. NFC.
Michael J. Spencer via llvm-commits
- [PATCH] D9638: Implement `internal_start/join_thread` on Mac OS X
Ismail Pazarbasi via llvm-commits
- [lld] r248052 - COFF: Parallelize Writer::writeSections().
Rui Ueyama via llvm-commits
- [lld] r248054 - [elf2] Relocate against common symbols.
Michael J. Spencer via llvm-commits
- [lld] r248056 - [elf2] Relocate against undefined weak symbols.
Michael J. Spencer via llvm-commits
- [lld] r248058 - COFF: Address review comments.
Rui Ueyama via llvm-commits
- [PATCH] D12988: [Bug 24848] Use range metadata to constant fold comparisons with constant values
Chen Li via llvm-commits
- [lld] r248061 - Fix build error that std::atomic is not copy-constructible.
Rui Ueyama via llvm-commits
- [PATCH] D12979: Avoid inlining in exception handling context
hfinkel at anl.gov via llvm-commits
- [lld] r248063 - COFF: Use parallel_sort in Writer::sortExceptionTable().
Rui Ueyama via llvm-commits
- [PATCH] D12990: AMDGPU: Handle i64->v2i32 loads/stores in PreprocessISelDAG
Matt Arsenault via llvm-commits
- [PATCH] D12991: [DivergenceAnalysis] Separate the definition
Volkan Keles via llvm-commits
- [llvm] r248067 - AMDGPU: Add failing testcase for live interval construction
Matt Arsenault via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
hfinkel at anl.gov via llvm-commits
- [lld] r248071 - [elf2] Improve relocation-undefined-weak.s test.
Michael J. Spencer via llvm-commits
- [PATCH] D12357: [PM] Add full support for alias analyses to the new pass manager, and port aa-eval to the new pass manager to test this support.
hfinkel at anl.gov via llvm-commits
- [llvm] r248073 - [InstCombine] FoldICmpCstShrCst didn't handle icmps of -1 in the ashr case correctly
David Majnemer via llvm-commits
- [llvm] r248074 - [InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1
David Majnemer via llvm-commits
- [lld] r248078 - COFF: Parallelize InputFile::parse().
Rui Ueyama via llvm-commits
- [PATCH] D12992: invariant.group handling in GVN
Piotr Padlewski via llvm-commits
- [lld] r248081 - Remove unused #includes.
Rui Ueyama via llvm-commits
- [llvm] r248082 - Test commit. Fix comment. NFC.
Maksim Panchenko via llvm-commits
- [llvm] r248084 - [PrologEpilogInserter] Minor refactoring.
Maksim Panchenko via llvm-commits
- [llvm] r248086 - NFC: Fix indentation and add braces to clarify nested of else-statement.
Bob Wilson via llvm-commits
- [llvm] r248087 - AMDGPU: Remove dead code
Matt Arsenault via llvm-commits
- [llvm] r248088 - [CMake] Update LLVM_TEST_DEPENDS not to use macho-dump. It has been unused since r247235.
NAKAMURA Takumi via llvm-commits
- [llvm] r248089 - [InstCombine] Use SimplifyDemandedVectorEltsLow helper function. NFCI.
Simon Pilgrim via llvm-commits
- [llvm] r248091 - [X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
Simon Pilgrim via llvm-commits
- [llvm] r248093 - [X86][AVX2] Use general sext IR for vpmovsx stack folding tests
Simon Pilgrim via llvm-commits
- [PATCH] Workaround for CMake build to allow CMake build to work on OpenBSD
Brad Smith via llvm-commits
- [PATCH] D12995: Add support for lldb config.h and detect ncurses' include path
Kamil Rytarowski via llvm-commits
- [llvm] r248096 - [obj2yaml] Fix "time of check to time of use" bug. Add a test.
Davide Italiano via llvm-commits
- [llvm] r248097 - Fixup r248096, commit the *correct* test.
Davide Italiano via llvm-commits
- [lld] r248098 - COFF: Actually parallelize InputFile::parse().
Rui Ueyama via llvm-commits
- [lld] r248099 - COFF: Move markLive() from Writer.cpp to its own file.
Rui Ueyama via llvm-commits
- [PATCH] D12997: [Inline] Use AssumptionCache from the right Function
Vedant Kumar via llvm-commits
- [lld] r248102 - COFF: Fix thread-safety bug.
Rui Ueyama via llvm-commits
- [PATCH] D12998: Overhaul OMPT initialization interface
John Mellor-Crummey via llvm-commits
- [lld] r248103 - COFF: Make Chunk::writeTo() const. NFC.
Rui Ueyama via llvm-commits
- [lld] r248104 - COFF: Change Symbol::Body type from atomic pointer to regular pointer.
Rui Ueyama via llvm-commits
- [lld] r248105 - Remove dead code.
Rui Ueyama via llvm-commits
- [lld] r248106 - COFF: Fix race condition.
Rui Ueyama via llvm-commits
- [llvm] r248107 - [IndVars] Fix a bug in r248045.
Sanjoy Das via llvm-commits
- [lld] r248109 - COFF: Run InputFile::parse() in background using std::async().
Rui Ueyama via llvm-commits
- [llvm] r248110 - ARM: cleanup formatting
Saleem Abdulrasool via llvm-commits
- [PATCH] D12999: Simplify control variable logic for OMPT
John Mellor-Crummey via llvm-commits
- [PATCH] D12665: [X86][AVX512] extend support in Scalar conversion
Elena Demikhovsky via llvm-commits
- [PATCH] D12593: AVX512 : vcmpss/sd implementation
Elena Demikhovsky via llvm-commits
- [PATCH] D12525: AVX512 : vshuff32x4 intrinsic implementation
Elena Demikhovsky via llvm-commits
- [llvm] r248111 - AVX512: Implement instructions encoding, lowering and intrinsics
Igor Breger via llvm-commits
- [llvm] r248112 - [IndVars] Don't repeat function names in comment; NFC.
Sanjoy Das via llvm-commits
- [llvm] r248113 - AVX512: Implemented intrinsics for vshuff32x4, vshuff64x2, vshufi64x2, vshufi32x4
Igor Breger via llvm-commits
- [PATCH] D12102: AVX512: vsqrtss/sd implementation.
Elena Demikhovsky via llvm-commits
- [llvm] r248114 - [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Michael Kuperstein via llvm-commits
- [llvm] r248115 - [X86][AVX512DQ] Add fpclass instruction
Asaf Badouh via llvm-commits
- [llvm] r248116 - AVX512: vsqrtss/sd encoding and intrinsics implementation.
Igor Breger via llvm-commits
- [llvm] r248117 - [X86][AVX512] extend support in Scalar conversion
Asaf Badouh via llvm-commits
- [polly] r248118 - [NFC] Remove obsolete diagnostic for unstructured control flow
Johannes Doerfert via llvm-commits
- [polly] r248119 - Add loop trip count based heuristic for SCoP detection
Johannes Doerfert via llvm-commits
- [polly] r248120 - Allow loops with multiple back edges
Johannes Doerfert via llvm-commits
- [llvm] r248121 - AVX512: Implemented encoding and intrinsics for vcmpss/sd.
Igor Breger via llvm-commits
- [PATCH] D12690: AVX512 : VPERMILPS/PD implementation
Igor Breger via llvm-commits
- [llvm] r248122 - [X86][SSE] Intrinsics builtins test refresh. NFCI
Simon Pilgrim via llvm-commits
- [llvm] r248123 - add test file ahead of any functional changes for PR22428
Sanjay Patel via llvm-commits
- [polly] r248124 - [FIX] Repair test case that was unprofitable
Johannes Doerfert via llvm-commits
- [polly] r248125 - Simplify domain generation
Johannes Doerfert via llvm-commits
- [polly] r248126 - Add bounded loop assumption
Johannes Doerfert via llvm-commits
- [PATCH] D13002: [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
Simon Pilgrim via llvm-commits
- [polly] r248128 - Use <nsw> AddRecs in the affinator to avoid bounded assumptions
Johannes Doerfert via llvm-commits
- [PATCH] D13003: [DAGCombiner] Improve FMA support for interpolation patterns
Simon Pilgrim via llvm-commits
- [llvm] r248130 - [IndVars] Don't add a level of indentation for namespace {. NFC.
Sanjoy Das via llvm-commits
- [llvm] r248131 - [IndVars] Use C++11 style field initialization; NFCI.
Sanjoy Das via llvm-commits
- [lld] r248132 - COFF: Fix ICF regression.
Rui Ueyama via llvm-commits
- [lld] r248133 - [ELF2] Implement support for -discard-locals.
Davide Italiano via llvm-commits
- [lld] r248134 - [ELF2] Accept -X/-x as alias for -discard-locals/-discard-all.
Davide Italiano via llvm-commits
- [llvm] r248135 - Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC
Craig Topper via llvm-commits
- [llvm] r248136 - Don't pass StringRefs around by const reference. Pass by value instead per coding standards. NFC
Craig Topper via llvm-commits
- [PATCH] D11897: [libunwind] Make it possible to use libunwind without heap.
whitequark via llvm-commits
- [llvm] r248140 - Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC
Craig Topper via llvm-commits
Last message date:
Sun Sep 20 23:29:15 PDT 2015
Archived on: Sun Sep 20 23:28:19 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).