The Week Of Monday 23 November 2015 Archives by author
Starting: Mon Nov 23 00:17:17 PST 2015
Ending: Sun Nov 29 23:40:19 PST 2015
Messages: 1159
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Demikhovsky, Elena via llvm-commits
- [PATCH] D14357: [ARM] Enable shrink-wrapping by default
A. Skrobov via llvm-commits
- [PATCH] D14934: [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
A. Skrobov via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
A. Skrobov via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
A. Skrobov via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
A. Skrobov via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
A. Skrobov via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
A. Skrobov via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
A. Skrobov via llvm-commits
- [PATCH] D14759: In TargetParser, disallow duplicate CPU names. (NFC)
A. Skrobov via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
A. Skrobov via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
A. Skrobov via llvm-commits
- [PATCH] D14934: [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
A. Skrobov via llvm-commits
- [PATCH] D14959: [Support] Add path::temp_directory() function.
Aaron Ballman via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Aaron Ballman via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Aaron Ballman via llvm-commits
- [PATCH] D14959: [Support] Add path::temp_directory() function.
Aaron Ballman via llvm-commits
- [PATCH] D14929: [compiler-rt] [msan] Test fixes for msan with libc++
Adhemerval Zanella via llvm-commits
- [compiler-rt] r254015 - [compiler-rt] [msan] Couple of fixes for msan with libc++
Adhemerval Zanella via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Adhemerval Zanella via llvm-commits
- [compiler-rt] r254151 - [compiler-rt] [tsan] Unify aarch64 mapping
Adhemerval Zanella via llvm-commits
- [PATCH] D14725: [compiler-rt] [dfsan] Unify aarch64 mapping
Adhemerval Zanella via llvm-commits
- [llvm] r254196 - [sanitizer] [dfsan] Unify aarch64 mapping
Adhemerval Zanella via llvm-commits
- [compiler-rt] r254197 - [compiler-rt] [dfsan] Unify aarch64 mapping
Adhemerval Zanella via llvm-commits
- [PATCH] D14725: [compiler-rt] [dfsan] Unify aarch64 mapping
Adhemerval Zanella via llvm-commits
- [PATCH] D15041: [compiler-rt] Remove SANITIZER_AARCH64_VMA usage
Adhemerval Zanella via llvm-commits
- [PATCH] D15014: [AArch64] Add ARMv8.2-A FP16 scalar instructions
Ahmed Bougacha via llvm-commits
- [PATCH] D15015: [AArch64] Add ARMv8.2-A FP16 vector instructions
Ahmed Bougacha via llvm-commits
- [PATCH] D14994: Enable MatchRegisterName to match register altnames
Alex Bradbury via llvm-commits
- [PATCH] D14994: Enable MatchRegisterName to match register altnames
Alex Bradbury via llvm-commits
- [PATCH] D15044: [TableGen] Fix bug in printing namespace for register altname indices in AsmWriterEmitter
Alex Bradbury via llvm-commits
- [PATCH] D15044: [TableGen] Fix bug in printing namespace for register altname indices in AsmWriterEmitter
Alex Bradbury via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Alex Bradbury via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Alexey Samsonov via llvm-commits
- [PATCH] D14951: [asan] Fix the atos-symbolizer-dyld-root-path.cc test case
Alexey Samsonov via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Alexey Samsonov via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Alexey Samsonov via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Alexey Samsonov via llvm-commits
- [llvm] r254021 - [PGO] MST based PGO instrumentation infrastructure
Alexey Samsonov via llvm-commits
- [PATCH] D14979: [asan] Correctly release memory allocated during early startup.
Alexey Samsonov via llvm-commits
- [PATCH] D14687: Macro support in LLVM IR
Amjad Aboud via llvm-commits
- [llvm] r253902 - [WinEH] Fix problem where CodeGenPrepare incorrectly sinks a bitcast into an EH pad.
Andrew Kaylor via llvm-commits
- [llvm] r253908 - [WinEH] Fix a case where GVN could incorrectly PRE a load into an EH pad.
Andrew Kaylor via llvm-commits
- [PATCH] D9068: ScheduleDAGInstrs: Rework schedule graph builder.
Andrew Trick via llvm-commits
- [PATCH] D9067: LiveIntervalAnalysis: Support moving of subregister defs in handleMove
Andrew Trick via llvm-commits
- [PATCH] D14966: LiveIntervalAnalysis: Add function to reassign vregs of dead subregister defs
Andrew Trick via llvm-commits
- [PATCH] D14967: ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI
Andrew Trick via llvm-commits
- [PATCH] D14806: MachineScheduler: Add a target hook for deciding which RegPressure sets to increase
Andrew Trick via llvm-commits
- [llvm] r254187 - Use $GO_EXECUTABLE in Go-based lit tests
Andrew Wilkins via llvm-commits
- [PATCH] D14041: Use $GO_EXECUTABLE in Go-based lit tests
Andrew Wilkins via llvm-commits
- [llvm] r254189 - test: check if go_executable is set
Andrew Wilkins via llvm-commits
- [llvm] r254190 - test: bail early if tool_path is None
Andrew Wilkins via llvm-commits
- [PATCH] D15033: tools/llvm-config: improve shared library support
Andrew Wilkins via llvm-commits
- [PATCH] D13294: LEA code size optimization pass (Part 1): Remove redundant address recalculations
Andrey Turetskiy via llvm-commits
- [PATCH] D13295: LEA code size optimization pass (Part 2): Remove redundant LEA instructions
Andrey Turetskiy via llvm-commits
- [PATCH] D13294: LEA code size optimization pass (Part 1): Remove redundant address recalculations
Andrey Turetskiy via llvm-commits
- [PATCH] D13979: Introduction of FeatureX87
Andrey Turetskiy via llvm-commits
- [PATCH] D13979: Introduction of FeatureX87
Andrey Turetskiy via llvm-commits
- [PATCH] D13294: LEA code size optimization pass (Part 1): Remove redundant address recalculations
Andrey Turetskiy via llvm-commits
- [PATCH] D13295: LEA code size optimization pass (Part 2): Remove redundant LEA instructions
Andrey Turetskiy via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers via llvm-commits
- [llvm] r253927 - findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers via llvm-commits
- [PATCH] D14674: [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Andy Kaylor via llvm-commits
- [PATCH] D14674: [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Andy Kaylor via llvm-commits
- [PATCH] D14996: [WinEH] Avoid infinite loop in BranchFolding for multiple single block funclets
Andy Kaylor via llvm-commits
- [PATCH] Support: Avoid buffered reads of /dev/urandom
Anton Blanchard via llvm-commits
- [llvm] r254085 - Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
Artyom Skrobov via llvm-commits
- [llvm] r254201 - [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
Artyom Skrobov via llvm-commits
- [llvm] r254202 - Follow-up fix for r254201
Artyom Skrobov via llvm-commits
- [PATCH] D14897: [X86] Fix several issues related to X86's psadbw instruction.
Asaf Badouh via llvm-commits
- [llvm] r254145 - [SimplifyLibCalls] Don't depend on a called function having a name, it might be an indirect call.
Benjamin Kramer via llvm-commits
- [llvm] r254238 - [SimplifyLibCalls] Fix inverted condition that lead to an uninitialized memory read below.
Benjamin Kramer via llvm-commits
- [llvm] r253915 - [LIR] Put includes in correct order. NFC.
Chad Rosier via llvm-commits
- [PATCH] D14902: [AArch64] Promote loads from stored
Chad Rosier via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Chad Rosier via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use std::map rather than DenseMap for MinBWs.
Charlie Turner via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use std::map rather than DenseMap for MinBWs.
Charlie Turner via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Charlie Turner via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Charlie Turner via llvm-commits
- [llvm] r254179 - [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Charlie Turner via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Charlie Turner via llvm-commits
- [PATCH] D14866: [zorg] Add support for uploading artifacts to the 'llvmlab bisect' bucket and enable this for clang-cmake-mips.
Charlie Turner via llvm-commits
- [PATCH] D11438: Fix x86_64 fp128 calling convention
Chih-Hung Hsieh via llvm-commits
- [PATCH] D11438: Fix x86_64 fp128 calling convention
Chih-Hung Hsieh via llvm-commits
- [llvm] r253936 - NFC. Fixing my consistently incorrect spelling.
Chris Bieneman via llvm-commits
- [llvm] r253944 - [CMake] export_executable_symbols also needs to add -rdynamic to the linker flags on Darwin
Chris Bieneman via llvm-commits
- [llvm] r253959 - [CMake] When disabling PIC, also pass -fno-pie when linking if it is supported.
Chris Bieneman via llvm-commits
- [compiler-rt] r254082 - [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as the other darwin builtin libraries.
Chris Bieneman via llvm-commits
- [PATCH] D14913: Fix a use-after-free in `llvm-config`.
Chris Bieneman via llvm-commits
- [PATCH] D14588: [X86][SSE] Transform truncation from v8i32/v16i32 to v8i8/v16i8 into bitand and X86ISD::PACKUS operations during DAG combine.
Cong Hou via llvm-commits
- [PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Cong Hou via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Cong Hou via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Cong Hou via llvm-commits
- [llvm] r253952 - [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Cong Hou via llvm-commits
- [PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou via llvm-commits
- [llvm] r253965 - Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou via llvm-commits
- [llvm] r254010 - [X86] Fix several issues related to X86's psadbw instruction.
Cong Hou via llvm-commits
- Jenkins asan+ubsan build failure / X86TargetLowering::LowerBUILD_VECTOR
Cong Hou via llvm-commits
- [PATCH] D14973: Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
Cong Hou via llvm-commits
- [PATCH] D14588: [X86][SSE] Transform truncation from v8i32/v16i32 to v8i8/v16i8 into bitand and X86ISD::PACKUS operations during DAG combine.
Cong Hou via llvm-commits
- [PATCH] D14588: [X86][SSE] Transform truncation from v8i32/v16i32 to v8i8/v16i8 into bitand and X86ISD::PACKUS operations during DAG combine.
Cong Hou via llvm-commits
- [PATCH] D14973: Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
Cong Hou via llvm-commits
- [PATCH] D14973: Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
Cong Hou via llvm-commits
- [PATCH] D14973: Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
Cong Hou via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Cong Hou via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Cong Hou via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Cong Hou via llvm-commits
- [PATCH] D14588: [X86][SSE] Transform truncation from v8i32/v16i32 to v8i8/v16i8 into bitand and X86ISD::PACKUS operations during DAG combine.
Cong Hou via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Craig Topper via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Craig Topper via llvm-commits
- [llvm] r253955 - [TableGen] Use array_pod_sort. NFC
Craig Topper via llvm-commits
- [llvm] r253956 - Revert change that accidentally snuck into r253955.
Craig Topper via llvm-commits
- [llvm] r253960 - [TableGen] Use SmallVector::assign instead of a resize and replace element.
Craig Topper via llvm-commits
- [llvm] r253961 - [TableGen] Use std::set_intersection to merge TypeSets. NFC
Craig Topper via llvm-commits
- [llvm] r253962 - [TableGen] Fix formatting and use logical OR. NFC
Craig Topper via llvm-commits
- [llvm] r253963 - [TableGen] Use the other version of EnforceVectorEltTypeIs inside the TypeSet version of EnforceVectorEltTypeIs to reduce duplicated code. NFC
Craig Topper via llvm-commits
- [llvm] r253964 - [TableGen] Use std::remove_if instead of manually coded loops that call erase multiple times. NFC
Craig Topper via llvm-commits
- [llvm] r253964 - [TableGen] Use std::remove_if instead of manually coded loops that call erase multiple times. NFC
Craig Topper via llvm-commits
- [llvm] r254136 - [TableGen] Flip reversed comments.
Craig Topper via llvm-commits
- [llvm] r254137 - Add type constraints to masked_load/masked_store to ensure the mask vector has the same number of elements as the other vectors.
Craig Topper via llvm-commits
- [llvm] r254138 - [SelectionDAG] Add a SDTCisSameSizeAs type constraint that can be used to ensure vector widths match even if the element size and count don't.
Craig Topper via llvm-commits
- [llvm] r254139 - [X86] Strengthen the type constraints on X86psadbw and X86dbpsadbw to reduce some of the type checks in the isel matching tables.
Craig Topper via llvm-commits
- [llvm] r254142 - [X86] Strengthen more type constraints to reduce isel table size.
Craig Topper via llvm-commits
- [llvm] r254167 - [X86] Strengthen more type constraints to reduce isel table size.
Craig Topper via llvm-commits
- [llvm] r254169 - [X86] Revert part of r254167 to recover bots.
Craig Topper via llvm-commits
- [llvm] r254172 - [X86] Split ISD node for Vfpclass and Vfpclasss so that we can write strong type constraints for each that don't cause ambiguous isel.
Craig Topper via llvm-commits
- [llvm] r254176 - [X86] Merge X86VPermt2Fp and X86VPermt2Int back together by weakening them just enough. The SDTCisSameSizeAs introduced in r254138 helps here.
Craig Topper via llvm-commits
- [llvm] r254177 - [X86] Now that X86VPermt2 is used in all the avx512_perm_t_sizes just hardcode it into the patterns instead of passing as an argument. NFC
Craig Topper via llvm-commits
- [llvm] r254191 - [X86] Pair a NoVLX with HasAVX512 to match the others and remove a unique predicate check in the isel tables. NFC
Craig Topper via llvm-commits
- [llvm] r254192 - [TableGen] Sort pattern predicates before concatenating into a string so that different orders of the same set will produce the same string. This can reduce the number of unique predicates in the isel tables. NFC
Craig Topper via llvm-commits
- [llvm] r254221 - [TableGen] Use SmallString instead of std::string to build up a string to avoid heap allocations. NFC
Craig Topper via llvm-commits
- [llvm] r254222 - Use range-based for loops. NFC
Craig Topper via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Craig Topper via llvm-commits
- [llvm] r254243 - Remove unnecessary intermediate lambda. NFC
Craig Topper via llvm-commits
- [llvm] r254246 - Remove an intermediate lambda. NFC
Craig Topper via llvm-commits
- [llvm] r254260 - Use a lambda instead of std::bind and std::mem_fn I introduced in r254242. NFC
Craig Topper via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Craig Topper via llvm-commits
- [llvm] r254269 - [X86] int_x86_avx2_permps and X86ISD::VPERMV should take an integer vector for its shuffle indices.
Craig Topper via llvm-commits
- [llvm] r254274 - [X86] Remove duplicate entries from intrinsics tables and add asserts to verify there are no others.
Craig Topper via llvm-commits
- [llvm] r254277 - [AVX512] The vpermi2 instructions require an integer vector for the index vector. This is reflected correctly in the intrinsics, but was not refelected in the isel patterns.
Craig Topper via llvm-commits
- [PATCH] D15063: Introduce a range version of std::any_of, and use it in SCEV
Craig Topper via llvm-commits
- [llvm] r254279 - [X86] Use ArrayRef. NFC
Craig Topper via llvm-commits
- [llvm] r254280 - Revert r254279 "[X86] Use ArrayRef. NFC". It seems to have upset an MSVC build bot.
Craig Topper via llvm-commits
- [llvm] r253876 - [WebAssembly] Use dominator information to improve BLOCK placement
Dan Gohman via llvm-commits
- [llvm] r253878 - [WebAssembly] Emit .param, .result, and .local through MC.
Dan Gohman via llvm-commits
- [llvm] r253892 - [WebAssembly] Remove incomplete MCCodeEmitter bits.
Dan Gohman via llvm-commits
- [llvm] r253901 - [WebAssembly] Always print loop end labels
Dan Gohman via llvm-commits
- [llvm] r253905 - [WebAssembly] Don't use set_local instructions explicitly.
Dan Gohman via llvm-commits
- [llvm] r253916 - [WebAssembly] Model the return value of store instructions in wasm.
Dan Gohman via llvm-commits
- [llvm] r253922 - [WebAssembly] Suffix output operands with '='.
Dan Gohman via llvm-commits
- [llvm] r253925 - [WebAssembly] Don't special-case call operand order.
Dan Gohman via llvm-commits
- [llvm] r253931 - [WebAssembly] Don't print the types of memory_size and grow_memory
Dan Gohman via llvm-commits
- [llvm] r254071 - [WebAssembly] Whitespace consistency. NFC.
Dan Gohman via llvm-commits
- [llvm] r254073 - [WebAssembly] Add 'final' to some classes. NFC.
Dan Gohman via llvm-commits
- [llvm] r254075 - [WebAssembly] Codegen support for ISD::ExternalSymbol
Dan Gohman via llvm-commits
- [llvm] r254076 - [WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman via llvm-commits
- [llvm] r254077 - [WebAssembly] Make several tests more strict.
Dan Gohman via llvm-commits
- [llvm] r254075 - [WebAssembly] Codegen support for ISD::ExternalSymbol
Dan Gohman via llvm-commits
- [llvm] r254079 - [WebAssembly] Clean up several FIXME comments.
Dan Gohman via llvm-commits
- [llvm] r254084 - [WebAssembly] Use a physical register to describe ARGUMENT liveness.
Dan Gohman via llvm-commits
- [llvm] r254094 - [WebAssembly] Fix WebAssembly register numbering for registers added late.
Dan Gohman via llvm-commits
- [llvm] r254096 - [WebAssembly] Add some comments. NFC.
Dan Gohman via llvm-commits
- [llvm] r254104 - [WebAssembly] Fold setne and seteq comparisons into selects.
Dan Gohman via llvm-commits
- [llvm] r254106 - [WebAssembly] Fix inline asm support for i64 operands.
Dan Gohman via llvm-commits
- [llvm] r254267 - [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman via llvm-commits
- [llvm] r254268 - [WebAssembly] Delete unused functions. NFC.
Dan Gohman via llvm-commits
- [llvm] r254271 - [WebAssembly] Set several MCInstrDesc flags.
Dan Gohman via llvm-commits
- [llvm] r254272 - [WebAssembly] Delete an obsolete TODO comment.
Dan Gohman via llvm-commits
- [PATCH] D14221: [mips] .ent and .end should also set the type and size of the symbol respectively.
Daniel Sanders via llvm-commits
- [PATCH] D14700: [mips][freebsd] Explicitly select PC-relative Personality and LSDA encodings.
Daniel Sanders via llvm-commits
- [PATCH] D14058: [mips][microMIPS] Implement DPS.W.PH, DPSQ_S.W.PH, DPSQ_SA.L.W, DPSQX_S.W.PH, DPSQX_SA.W.PH, DPSU.H.QBL, DPSU.H.QBR and DPSX.W.PH instructions
Daniel Sanders via llvm-commits
- [llvm] r253875 - [mips] .ent and .end should also set the type and size of the symbol respectively.
Daniel Sanders via llvm-commits
- [PATCH] D13649: [mips] Clang ll/sc illegal instruction on mips64r2 with -O0
Daniel Sanders via llvm-commits
- [PATCH] D14866: [zorg] Add support for uploading artifacts to the 'llvmlab bisect' bucket and enable this for clang-cmake-mips.
Daniel Sanders via llvm-commits
- [PATCH] D14900: [mips] SelectionDAGISel subclasses now follow the optimization level.
Daniel Sanders via llvm-commits
- [PATCH] D14792: Have 'optnone' respect -fast-isel=false
Daniel Sanders via llvm-commits
- [llvm] r254147 - [mips][ias] Replace anchor comments with anchor instructions in tests.
Daniel Sanders via llvm-commits
- [PATCH] D14705: [mips][ias] Explicitly disable IAS on tests that depend on not assembling.
Daniel Sanders via llvm-commits
- [llvm] r254148 - [mips][ias] Explicitly disable IAS on tests that depend on not assembling.
Daniel Sanders via llvm-commits
- [PATCH] D14712: [mips][ias] Range check uimm5 operands and fix several bugs this revealed.
Daniel Sanders via llvm-commits
- [PATCH] D14866: [zorg] Add support for uploading artifacts to the 'llvmlab bisect' bucket and enable this for clang-cmake-mips.
Daniel Sanders via llvm-commits
- [llvm] r254164 - [mips][ias] Range check uimm5 operands and fix several bugs this revealed.
Daniel Sanders via llvm-commits
- [PATCH] D14436: [mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A].W.PHL, MAQ_S[A].W.PHR, MFHI, MFLO, MTHI and MTLO instructions
Daniel Sanders via llvm-commits
- [PATCH] D14527: [mips][microMIPS] Implement PREPEND, RADDU.W.QB, RDDSP, REPL.PH, REPL.QB, REPLV.PH, REPLV.QB and MTHLIP instructions
Daniel Sanders via llvm-commits
- [PATCH] D14605: [mips][microMIPS] Implement PRECR.QB.PH, PRECR_SRA[_R].PH.W, PRECRQ.PH.W, PRECRQ.QB.PH, PRECRQU_S.QB.PH and PRECRQ_RS.PH.W instructions
Daniel Sanders via llvm-commits
- [PATCH] D13885: [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SEL.fmt, SELEQZ.fmt, SELNEQZ.fmt and CLASS.fmt
Daniel Sanders via llvm-commits
- [PATCH] D14770: [mips][microMIPS] Fix issue with offset operand of BALC and BC instructions
Daniel Sanders via llvm-commits
- [PATCH] D14866: [zorg] Add support for uploading artifacts to the 'llvmlab bisect' bucket and enable this for clang-cmake-mips.
Daniel Sanders via llvm-commits
- [PATCH] D15047: [Mips64] Fix extension of 32-bit integer types.
Daniel Sanders via llvm-commits
- [PATCH] D14961: LLVM CodeView library
Dave Bartolomeo via llvm-commits
- [llvm] r253964 - [TableGen] Use std::remove_if instead of manually coded loops that call erase multiple times. NFC
David Blaikie via llvm-commits
- [lld] r253971 - Reapply fixed r253967.
David Blaikie via llvm-commits
- [lld] r253985 - ELF: print out a verbose error when a windows emulation is used
David Blaikie via llvm-commits
- [PATCH] D14910: [RuntimeDyld] DenseMap -> std::unordered_map
David Blaikie via llvm-commits
- [llvm] r253964 - [TableGen] Use std::remove_if instead of manually coded loops that call erase multiple times. NFC
David Blaikie via llvm-commits
- [llvm] r254042 - Revert r254021
David Blaikie via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use std::map rather than DenseMap for MinBWs.
David Blaikie via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
David Blaikie via llvm-commits
- [lld] r254105 - Reapply r254098.
David Blaikie via llvm-commits
- [lld] r254105 - Reapply r254098.
David Blaikie via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
David Blaikie via llvm-commits
- [lld] r254105 - Reapply r254098.
David Blaikie via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
David Blaikie via llvm-commits
- [PATCH] D15064: Introduce a range version of std::find, and use in SCEV
David Blaikie via llvm-commits
- [PATCH] D15068: ScopInfo: Replace while/iterator construct with std::remove_if
David Blaikie via llvm-commits
- [PATCH] D7241: Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0.
David Chisnall via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
David Kreitzer via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
David Kreitzer via llvm-commits
- [PATCH] D14948: [X86] Use precise CFI for pushes by default
David Kreitzer via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
David Li via llvm-commits
- [PATCH] D14894: [PGO] Add --text-format option for llvm-profdata show|merge commands
David Li via llvm-commits
- [PATCH] D14894: [PGO] Add --text-format option for llvm-profdata show|merge commands
David Li via llvm-commits
- [PATCH] D14894: [PGO] Add --text-format option for llvm-profdata show|merge commands
David Li via llvm-commits
- [PATCH] D14931: [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
David Li via llvm-commits
- [PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
David Li via llvm-commits
- [PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
David Li via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
David Li via llvm-commits
- [PATCH] D14973: Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
David Li via llvm-commits
- [PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.
David Li via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
David Li via llvm-commits
- [PATCH] D15056: [PGO] Unify VP data format between raw and indexed profile (part-1)
David Li via llvm-commits
- [PATCH] D15057: [PGO] Enable common VP format in profile runtime
David Li via llvm-commits
- [PATCH] D14842: [WinEH] Fix two cases where instructions can incorrectly be inserted into EH pads
David Majnemer via llvm-commits
- [PATCH] D14857: [InstCombine] Don't drop operand bundles
David Majnemer via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
David Majnemer via llvm-commits
- [PATCH] D14400: [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x)
David Majnemer via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Davide Italiano via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Davide Italiano via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Davide Italiano via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Davide Italiano via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Davide Italiano via llvm-commits
- [llvm] r253945 - [DIE] Make DIE.h NDEBUG conditional-free.
Davide Italiano via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Davide Italiano via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Davide Italiano via llvm-commits
- [llvm] r254093 - [SCCP] More informative message if we don't know how to handle a terminator.
Davide Italiano via llvm-commits
- [llvm] r254193 - [SimplifyLibCalls] Use range-based loop. NFC.
Davide Italiano via llvm-commits
- [llvm] r254239 - [SimplifyLibCalls] Use any_of(). Suggested by David Blaikie!
Davide Italiano via llvm-commits
- [llvm] r254263 - [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
Davide Italiano via llvm-commits
- [llvm] r254264 - [SimplifyLibCalls] Cross out implemented transformations.
Davide Italiano via llvm-commits
- [PATCH] D14400: [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x)
Davide Italiano via llvm-commits
- [llvm] r254265 - [SimplifyLibCalls] Don't crash if the function doesn't have a name.
Davide Italiano via llvm-commits
- [PATCH] D14894: [PGO] Add --text-format option for llvm-profdata show|merge commands
Diego Novillo via llvm-commits
- [llvm] r253716 - SamplePGO - Do not count never-executed inlined functions when computing coverage.
Diego Novillo via llvm-commits
- [llvm] r253868 - SamplePGO - Use newly introduced local variable. NFC.
Diego Novillo via llvm-commits
- [llvm] r253877 - SamplePGO - Clear coverage tracking when clearing per-function data.
Diego Novillo via llvm-commits
- [llvm] r253912 - SamplePGO - Add coverage tracking for samples.
Diego Novillo via llvm-commits
- [llvm] r254034 - SamplePGO - Add test for hot/cold inlined functions.
Diego Novillo via llvm-commits
- [PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.
Diego Novillo via llvm-commits
- [PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.
Diego Novillo via llvm-commits
- [llvm] r254211 - SamplePGO - Fix default threshold for hot callsites.
Diego Novillo via llvm-commits
- [llvm] r254212 - SamplePGO - Add initial support for inliner annotations.
Diego Novillo via llvm-commits
- [llvm] r254261 - SamplePGO - Do not use std::to_string in diagnostics.
Diego Novillo via llvm-commits
- [PATCH] D15049: [asan] Skip all non-shared objects in FindFirstDSOCallback.
Dimitry Andric via llvm-commits
- [PATCH] D14918: [tsan] Fix CallocOverflow unit test on OS X
Dmitry Vyukov via llvm-commits
- [PATCH] D14918: [tsan] Fix CallocOverflow unit test on OS X
Dmitry Vyukov via llvm-commits
- [PATCH] D14923: [tsan] Mark a few more tests with "UNSUPPORTED: darwin"
Dmitry Vyukov via llvm-commits
- [PATCH] D14947: [tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp
Dmitry Vyukov via llvm-commits
- [PATCH] D14947: [tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp
Dmitry Vyukov via llvm-commits
- [PATCH] D15041: [compiler-rt] Remove SANITIZER_AARCH64_VMA usage
Dmitry Vyukov via llvm-commits
- [PATCH] D15011: [tsan] Add release+acquire semantics for serial dispatch queues
Dmitry Vyukov via llvm-commits
- [PATCH] D15011: [tsan] Add release+acquire semantics for serial dispatch queues
Dmitry Vyukov via llvm-commits
- [PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.
Easwaran Raman via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Ed Maste via llvm-commits
- [zorg] r254014 - Add FreeBSD 11 LLDB buildslave
Ed Maste via llvm-commits
- [zorg] r247950 - [zorg] For lldb builders, add step 'update scripts' to download scripts from aosp repo
Ed Maste via llvm-commits
- [zorg] r254162 - Set runTest=False on FreeBSD LLDB builder temporarily
Ed Maste via llvm-commits
- [PATCH] D15045: [ELF/AArch64] Rearrange AArch64 relocations in alphabetical order. NFC.
Ed Maste via llvm-commits
- [PATCH] D14906: [X86][FMA] Optimize FNEG(FMA) Patterns
Elena Demikhovsky via llvm-commits
- [PATCH] D14906: [X86][FMA] Optimize FNEG(FMA) Patterns
Elena Demikhovsky via llvm-commits
- [PATCH] D14942: Fixed a bug in VPERMT2 intrinsic
Elena Demikhovsky via llvm-commits
- [PATCH] D13633: Type legalizer for masked gather/scatter intrinsics
Elena Demikhovsky via llvm-commits
- [PATCH] D14942: Fixed a bug in VPERMT2 intrinsic
Elena Demikhovsky via llvm-commits
- [llvm] r254059 - AVX-512: Fixed a bug in VPERMT2* intrinsic.
Elena Demikhovsky via llvm-commits
- [PATCH] D14942: Fixed a bug in VPERMT2 intrinsic
Elena Demikhovsky via llvm-commits
- [PATCH] D14976: Fixed a failure in cost calculation for vector GEP
Elena Demikhovsky via llvm-commits
- [PATCH] D14976: Fixed a failure in cost calculation for vector GEP
Elena Demikhovsky via llvm-commits
- [PATCH] D14810: AVX512 : vmovq.s implementation.
Elena Demikhovsky via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Eric Christopher via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Eric Christopher via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Eric Christopher via llvm-commits
- [llvm] r254061 - Fix some places where we were assuming that memory type had been legalized
Eric Christopher via llvm-commits
- [llvm] r254062 - Accept any stack offset, including none, here.
Eric Christopher via llvm-commits
- [PATCH] D14929: [compiler-rt] [msan] Test fixes for msan with libc++
Evgeniy Stepanov via llvm-commits
- [llvm] r254027 - [msan] Relax origin-alignment test.
Evgeniy Stepanov via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
Evgeniy Stepanov via llvm-commits
- [PATCH] D14974: [safestack] Fix alignment of dynamic allocas.
Evgeniy Stepanov via llvm-commits
- [llvm] r254109 - [safestack] Fix alignment of dynamic allocas.
Evgeniy Stepanov via llvm-commits
- [PATCH] D14974: [safestack] Fix alignment of dynamic allocas.
Evgeniy Stepanov via llvm-commits
- [PATCH] D15001: Extend debug info for function parameters in SDAG.
Evgeniy Stepanov via llvm-commits
- [PATCH] D15002: [safestack] Fix handling of array allocas.
Evgeniy Stepanov via llvm-commits
- [PATCH] D15002: [safestack] Fix handling of array allocas.
Evgeniy Stepanov via llvm-commits
- [PATCH] D15002: [safestack] Fix handling of array allocas.
Evgeniy Stepanov via llvm-commits
- [PATCH] D15002: [safestack] Fix handling of array allocas.
Evgeniy Stepanov via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
Evgeniy Stepanov via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
Evgeniy Stepanov via llvm-commits
- [PATCH] D14866: [zorg] Add support for uploading artifacts to the 'llvmlab bisect' bucket and enable this for clang-cmake-mips.
Galina via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- Some buildbot statistics for week of 11/15/2015 - 11/21/2015
Galina Kistanova via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- [PATCH] D14797: [BranchFolding] Merge MMOs during tail merge
Geoff Berry via llvm-commits
- [PATCH] D14933: Add the allocsize attribute to LLVM
George Burgess IV via llvm-commits
- [PATCH] D14713: [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar via llvm-commits
- [PATCH] D14849: ELF: Make .note.GNU-stack handling compatible with traditional linkers.
George Rimar via llvm-commits
- [PATCH] D14218: [ELF2] Implements -z relro: create an ELF "PT_GNU_RELRO" segment header in the object.
George Rimar via llvm-commits
- [PATCH] D14713: [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.
George Rimar via llvm-commits
- [lld] r253966 - [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.
George Rimar via llvm-commits
- [PATCH] D14713: [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.
George Rimar via llvm-commits
- [lld] r253967 - [ELF] Implements -z relro: create an ELF "PT_GNU_RELRO" segment header in the object.
George Rimar via llvm-commits
- [PATCH] D14218: [ELF2] Implements -z relro: create an ELF "PT_GNU_RELRO" segment header in the object.
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [lld] r253970 - Revert r253967 which broke buildbot.
George Rimar via llvm-commits
- [lld] r253971 - Reapply fixed r253967.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [PATCH] D14958: [ELF] - R_386_COPY relocation inplemented (x86)
George Rimar via llvm-commits
- [lld] r254065 - [ELF] - R_386_COPY relocation implemented (x86)
George Rimar via llvm-commits
- [PATCH] D14958: [ELF] - R_386_COPY relocation inplemented (x86)
George Rimar via llvm-commits
- [lld] r253971 - Reapply fixed r253967.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14993: [ELF] - simplify Target interface, relocPointsToGot() removed.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [lld] r254088 - [ELF] - simplify Target interface, relocPointsToGot() removed.
George Rimar via llvm-commits
- [PATCH] D14993: [ELF] - simplify Target interface, relocPointsToGot() removed.
George Rimar via llvm-commits
- [lld] r254090 - [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [lld] r254098 - [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
George Rimar via llvm-commits
- [lld] r254101 - [ELF] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
- [lld] r254103 - Revert r254098 as it seems broke build bot.
George Rimar via llvm-commits
- [lld] r254105 - Reapply r254098.
George Rimar via llvm-commits
- [PATCH] D15000: [ELF] - Implemented @tlsgd optimization (GD->IE case).
George Rimar via llvm-commits
- HA: [lld] r254105 - Reapply r254098.
George Rimar via llvm-commits
- [PATCH] D15012: [ELF] - split RelocationSection<ELFT>::writeTo function.
George Rimar via llvm-commits
- HA: [lld] r254105 - Reapply r254098.
George Rimar via llvm-commits
- [lld] r254175 - Replaced stuff with auto. NFC.
George Rimar via llvm-commits
- HA: [lld] r254105 - Reapply r254098.
George Rimar via llvm-commits
- [lld] r254253 - Fixed potential crash on non-ELF64LE targets.
George Rimar via llvm-commits
- [PATCH] D15060: [ELF] - Implemented some GD, LD and IE TLS access models for x86 target.
George Rimar via llvm-commits
- [PATCH] D15012: [ELF] - split RelocationSection<ELFT>::writeTo function.
George Rimar via llvm-commits
- [PATCH] D15012: [ELF] - split RelocationSection<ELFT>::writeTo function.
George Rimar via llvm-commits
- RFC: Intel386 psABI version 1.1 draft
H.J. Lu via llvm-commits
- RFC: Intel386 psABI version 1.1 draft
H.J. Lu via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Hal Finkel via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Hal Finkel via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Hal Finkel via llvm-commits
- [llvm] r254035 - [PGO] Relax test cases in PGO instrumentation
Hal Finkel via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Hal Finkel via llvm-commits
- [llvm] r254064 - [PowerPC] Don't generate mfocrf on the e500mc
Hal Finkel via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Hal Finkel via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Hal Finkel via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Hal Finkel via llvm-commits
- [lld] r254111 - Fix a comment typo (cashe -> cache)
Hal Finkel via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Hal Finkel via llvm-commits
- [llvm] r254171 - [bugpoint] Fix "Alias must point to a definition" problems
Hal Finkel via llvm-commits
- [lld] r252790 - Add support for processing .eh_frame.
Hal Finkel via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Hans Wennborg via llvm-commits
- [llvm] r254044 - Revert r253528: "[X86] Enable shrink-wrapping by default."
Hans Wennborg via llvm-commits
- [llvm] r253528 - [X86] Enable shrink-wrapping by default.
Hans Wennborg via llvm-commits
- [PATCH] D14960: Doxygen: Use mathjax
Hans Wennborg via llvm-commits
- [lld] r254049 - Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"
Hans Wennborg via llvm-commits
- [lld] r254031 - ELF2: LinkerScript: lookup absolute paths under sysroot
Hans Wennborg via llvm-commits
- [lld] r254052 - Follow-up to r254049; remove function I missed in the revert.
Hans Wennborg via llvm-commits
- [llvm] r254075 - [WebAssembly] Codegen support for ISD::ExternalSymbol
Hans Wennborg via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Hans Wennborg via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Hans Wennborg via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Hans Wennborg via llvm-commits
- [PATCH] D14300: MSP430 calling convention updates
Iain Sandoe via llvm-commits
- [PATCH] D14941: [x86] remove duplicate movq instruction defs (PR25554)
Igor Breger via llvm-commits
- [PATCH] D14942: Fixed a bug in VPERMT2 intrinsic
Igor Breger via llvm-commits
- [llvm] r254248 - AVX512:Implemented encoding for the vmovq.s instruction.
Igor Breger via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Igor Kudrin via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Igor Kudrin via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Igor Kudrin via llvm-commits
- [lld] r253879 - [ELF/AArch64] Fix overflow checks for R_AARCH64_PREL16 and _PREL32 relocations.
Igor Kudrin via llvm-commits
- [lld] r253884 - [ELF/AArch64] Factor out overflow checks into a separate function. NFC.
Igor Kudrin via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Igor Kudrin via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Igor Kudrin via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Igor Kudrin via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Igor Kudrin via llvm-commits
- [lld] r253957 - [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Igor Kudrin via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Igor Kudrin via llvm-commits
- [PATCH] D14943: [ELF] Factor out relocation checks into separate functions.
Igor Kudrin via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Igor Kudrin via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
Igor Kudrin via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Igor Kudrin via llvm-commits
- [PATCH] D14943: [ELF] Factor out relocation checks into separate functions.
Igor Kudrin via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Igor Kudrin via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Igor Kudrin via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Igor Kudrin via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Igor Kudrin via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Igor Kudrin via llvm-commits
- [lld] r254144 - [ELF] Factor out relocation checks into separate functions.
Igor Kudrin via llvm-commits
- [PATCH] D14943: [ELF] Factor out relocation checks into separate functions.
Igor Kudrin via llvm-commits
- [lld] r254146 - [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Igor Kudrin via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Igor Kudrin via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Igor Kudrin via llvm-commits
- [PATCH] D15045: [ELF/AArch64] Rearrange relocations to follow the documentation order. NFC.
Igor Kudrin via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Igor Kudrin via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Igor Kudrin via llvm-commits
- [PATCH] D15045: [ELF/AArch64] Rearrange relocations to follow the documentation order. NFC.
Igor Kudrin via llvm-commits
- [PATCH] D15045: [ELF/AArch64] Rearrange AArch64 relocations in alphabetical order. NFC.
Igor Kudrin via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Igor Kudrin via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Igor Kudrin via llvm-commits
- [llvm] r253969 - Fix build after r253954
Ismail Donmez via llvm-commits
- [llvm] r253954 - Add a FunctionImporter helper to perform summary-based cross-module function importing
Ismail Donmez via llvm-commits
- [PATCH] D14889: sancov -not_covered_functions.
Ivan Krasin via llvm-commits
- [PATCH] D14889: sancov -not_covered_functions.
Ivan Krasin via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Ivan Krasin via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Ivan Krasin via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Ivan Krasin via llvm-commits
- [compiler-rt] r254102 - sanitizer_common: remove noisy warning about symbolizer not found.
Ivan Krasin via llvm-commits
- [llvm] r254075 - [WebAssembly] Codegen support for ISD::ExternalSymbol
JF Bastien via llvm-commits
- [PATCH] D14296: [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions
James Molloy via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
James Molloy via llvm-commits
- [llvm] r253917 - Make utils/update_llc_test_checks.py note that the assertions are
James Y Knight via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Jay Foad via llvm-commits
- [PATCH] D14976: Fixed a failure in cost calculation for vector GEP
Jingyue Wu via llvm-commits
- [PATCH] D14976: Fixed a failure in cost calculation for vector GEP
Jingyue Wu via llvm-commits
- [lld] r253797 - ELF: Make .note.GNU-stack more compatible with traditional linkers.
Joerg Sonnenberger via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Joerg Sonnenberger via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Joerg Sonnenberger via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Joerg Sonnenberger via llvm-commits
- [lld] r254032 - ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.
Joerg Sonnenberger via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Joerg Sonnenberger via llvm-commits
- [lld] r254032 - ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.
Joerg Sonnenberger via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Joerg Sonnenberger via llvm-commits
- [PATCH] D14970: ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Joerg Sonnenberger via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Joerg Sonnenberger via llvm-commits
- [PATCH] Support: Avoid buffered reads of /dev/urandom
Joerg Sonnenberger via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Joerg Sonnenberger via llvm-commits
- [PATCH] D13994: [SimplifyLibCalls] Optimization for pow(x, n) where n is some constant
Joerg Sonnenberger via llvm-commits
- [PATCH] D14563: [SelectionDAGBuilder] Make sure DemoteReg ends up in right reg-class in visitRet().
Jonas Paulsson via llvm-commits
- [PATCH] [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
Jonas Paulsson via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
Jonas Paulsson via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
Jonas Paulsson via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
Jonas Paulsson via llvm-commits
- [PATCH] D14147: Hanlding of aligned allocas on a target that does not align stack pointer.
Jonas Paulsson via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
Jonas Paulsson via llvm-commits
- [llvm] r254227 - [Stack realignment] Handling of aligned allocas.
Jonas Paulsson via llvm-commits
- [PATCH] D14147: Hanlding of aligned allocas on a target that does not align stack pointer.
Jonas Paulsson via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
Jonas Paulsson via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
Jonathan Roelofs via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
Jonathan Roelofs via llvm-commits
- [llvm] r242714 - [ARM] Refactor the prologue/epilogue emission to be more robust.
Jonathan Roelofs via llvm-commits
- [PATCH] D14986: Fix Thumb1 epilogue generation
Jonathan Roelofs via llvm-commits
- [PATCH] D14902: [AArch64] Promote loads from stored
Jun Bum Lim via llvm-commits
- [PATCH] D14902: [AArch64] Promote loads from stored
Jun Bum Lim via llvm-commits
- [PATCH] D14797: [BranchFolding] Merge MMOs during tail merge
Junmo Park via llvm-commits
- Jenkins asan+ubsan build failure / X86TargetLowering::LowerBUILD_VECTOR
Kaelyn Takata via llvm-commits
- Jenkins asan+ubsan build failure / X86TargetLowering::LowerBUILD_VECTOR
Kaelyn Takata via llvm-commits
- [llvm] r254043 - Fix an asan error where NumElements > 32 for at least one case in
Kaelyn Takata via llvm-commits
- [PATCH] D14910: [RuntimeDyld] DenseMap -> std::unordered_map
Keno Fischer via llvm-commits
- [PATCH] D14962: [ASAN] Add doFinalization to reset state
Keno Fischer via llvm-commits
- [PATCH] D14963: [MCMachOStreamer] Properly reset CreatedADWARFSection
Keno Fischer via llvm-commits
- [PATCH] D14473: [Verifier] Improve error for cross-module references
Keno Fischer via llvm-commits
- [PATCH] D14962: [ASAN] Add doFinalization to reset state
Keno Fischer via llvm-commits
- [PATCH] D14910: [RuntimeDyld] DenseMap -> std::unordered_map
Keno Fischer via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Keno Fischer via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Keno Fischer via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Keno Fischer via llvm-commits
- [llvm] r254215 - [autoconf] Fix MinGW build
Keno Fischer via llvm-commits
- [PATCH] D14962: [ASAN] Add doFinalization to reset state
Kostya Serebryany via llvm-commits
- [llvm] r254100 - [libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany via llvm-commits
- [llvm] r254115 - [libFuzzer] clean up the docs, add one more link
Kostya Serebryany via llvm-commits
- [llvm] r253867 - [Hexagon] Update instruction formats
Krzysztof Parzyszek via llvm-commits
- [llvm] r253923 - Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
- [llvm] r253928 - Revert r253923.
Krzysztof Parzyszek via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
- [llvm] r253978 - Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
- [PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
- [llvm] r253986 - [Hexagon] Bring HexagonInstrInfo up to date
Krzysztof Parzyszek via llvm-commits
- [llvm] r253987 - [Hexagon] Add missing include of <cctype>
Krzysztof Parzyszek via llvm-commits
- [llvm] r253989 - Add names for the new vector types in CodeGenTarget.cpp
Krzysztof Parzyszek via llvm-commits
- [llvm] r253992 - Add vector types for intrinsics
Krzysztof Parzyszek via llvm-commits
- [llvm] r254089 - Add hexagonv55 and hexagonv60 as recognized CPUs, make v60 the default
Krzysztof Parzyszek via llvm-commits
- [llvm] r254099 - [Hexagon] Treat transfers of FP immediates are pseudo instructions
Krzysztof Parzyszek via llvm-commits
- [llvm] r254132 - [Hexagon] HVX vector register classes and more isel patterns
Krzysztof Parzyszek via llvm-commits
- [llvm] r254165 - [Hexagon] Hexagon V60 HVX intrinsic defintions
Krzysztof Parzyszek via llvm-commits
- [llvm] r254168 - [Hexagon] Lowering of V60/HVX vector types
Krzysztof Parzyszek via llvm-commits
- [compiler-rt] r253858 - [tsan] Modify the tls_race.cc and tls_race2.cc tests to pass on OS X
Kuba Brecka via llvm-commits
- [PATCH] D14907: [tsan] Fix weakly imported functions on OS X
Kuba Brecka via llvm-commits
- [PATCH] D14918: [tsan] Fix CallocOverflow unit test on OS X
Kuba Brecka via llvm-commits
- [PATCH] D14918: [tsan] Fix CallocOverflow unit test on OS X
Kuba Brecka via llvm-commits
- [PATCH] D14923: [tsan] Mark a few more tests with "UNSUPPORTED: darwin"
Kuba Brecka via llvm-commits
- [PATCH] D14924: [tsan] Replace pthread semaphore in signal_cond.cc with barrier_wait
Kuba Brecka via llvm-commits
- [PATCH] D14925: [tsan] Fix stack_sync_reuse.cc test on OS X
Kuba Brecka via llvm-commits
- [PATCH] D14946: [tsan] Fix signal number definitions for OS X
Kuba Brecka via llvm-commits
- [PATCH] D14947: [tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp
Kuba Brecka via llvm-commits
- [compiler-rt] r253979 - [tsan] Fix CallocOverflow unit test on OS X
Kuba Brecka via llvm-commits
- [compiler-rt] r253980 - [tsan] Replace pthread semaphore in signal_cond.cc with barrier_wait
Kuba Brecka via llvm-commits
- [compiler-rt] r253981 - [tsan] Fix stack_sync_reuse.cc test on OS X
Kuba Brecka via llvm-commits
- [compiler-rt] r253982 - [tsan] Implement basic GCD interceptors for OS X
Kuba Brecka via llvm-commits
- [compiler-rt] r253983 - [tsan] Fix signal number definitions for OS X
Kuba Brecka via llvm-commits
- [PATCH] D14923: [tsan] Mark a few more tests with "UNSUPPORTED: darwin"
Kuba Brecka via llvm-commits
- [PATCH] D14949: [tsan] Change mutexset6.cc to use a mutex instead of spinlock
Kuba Brecka via llvm-commits
- [PATCH] D14951: [asan] Fix the atos-symbolizer-dyld-root-path.cc test case
Kuba Brecka via llvm-commits
- [compiler-rt] r254058 - [asan] Fix the atos-symbolizer-dyld-root-path.cc test case
Kuba Brecka via llvm-commits
- [compiler-rt] r254068 - [sanitizer] Fix a crash with DlAddrSymbolizer and unnamed symbols
Kuba Brecka via llvm-commits
- [PATCH] D14984: [tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threads
Kuba Brecka via llvm-commits
- [PATCH] D14987: [tsan] Add interceptors for Darwin-specific locking APIs
Kuba Brecka via llvm-commits
- [PATCH] D14988: [tsan] Add a testcase for a race on a Obj-C instance variable
Kuba Brecka via llvm-commits
- [PATCH] D14992: [tsan] Add interceptors and sychronization for libdispatch semaphores on OS X
Kuba Brecka via llvm-commits
- [PATCH] D15008: [sanitizer] Fix a crash in SizeClassAllocator32 with an out-of-range pointer
Kuba Brecka via llvm-commits
- [PATCH] D15011: [tsan] Add release+acquire semantics for serial dispatch queues
Kuba Brecka via llvm-commits
- [PATCH] D14947: [tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp
Kuba Brecka via llvm-commits
- [PATCH] D15048: [tsan] Add dispatch_group API interceptors and synchronization
Kuba Brecka via llvm-commits
- [compiler-rt] r254223 - [tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threads
Kuba Brecka via llvm-commits
- [compiler-rt] r254224 - [tsan] Change mutexset6.cc to use a mutex instead of spinlock
Kuba Brecka via llvm-commits
- [compiler-rt] r254225 - [tsan] Mark a few more tests with "UNSUPPORTED: darwin"
Kuba Brecka via llvm-commits
- [PATCH] D15011: [tsan] Add release+acquire semantics for serial dispatch queues
Kuba Brecka via llvm-commits
- [compiler-rt] r254226 - [tsan] Add a testcase for a race on a Obj-C instance variable
Kuba Brecka via llvm-commits
- [compiler-rt] r254228 - [tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp
Kuba Brecka via llvm-commits
- [compiler-rt] r254229 - [tsan] Add release+acquire semantics for serial dispatch queues
Kuba Brecka via llvm-commits
- [compiler-rt] r254249 - Fixup for r254228 ("Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp") to fix the build of unit tests. We need to add the ASM file into RTTsan_dynamic as well.
Kuba Brecka via llvm-commits
- [PATCH] D15052: [tsan] Fix signals and setjmp/longjmp on OS X
Kuba Brecka via llvm-commits
- [PATCH] D15053: [tsan] Change comments referencing code.google.com to point to GitHub instead
Kuba Brecka via llvm-commits
- [PATCH] D15028: [ELF] Enable temporary labels symbol names
Leny Kholodov via llvm-commits
- [PATCH] D13994: [SimplifyLibCalls] Optimization for pow(x, n) where n is some constant
Mandeep Singh Grang via llvm-commits
- [PATCH] D13994: [SimplifyLibCalls] Optimization for pow(x, n) where n is some constant
Mandeep Singh Grang via llvm-commits
- [PATCH] D7241: Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0.
Manuel Jacob via llvm-commits
- [PATCH] D7241: Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0.
Manuel Jacob via llvm-commits
- [PATCH] D7241: Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0.
Manuel Jacob via llvm-commits
- [llvm] r254095 - AMDGPU/SI: select S_ABS_I32 when possible (v2)
Marek Olsak via llvm-commits
- [PATCH] D14827: Adding support for missing variations of X86 string related instructions
Marina Yatsina via llvm-commits
- [llvm] r253865 - ARM: address WoA division overflow crash
Martell Malone via llvm-commits
- [PATCH] D14164: Driver: fallback to parent directory of clang if no sysroot for mingw-w64 target
Martell Malone via llvm-commits
- [PATCH] D14164: Driver: fallback to parent directory of clang if no sysroot for mingw-w64 target
Martell Malone via llvm-commits
- [lld] r253985 - ELF: print out a verbose error when a windows emulation is used
Martell Malone via llvm-commits
- [llvm] r254158 - ARM: address WOA unsigned division overflow crash
Martell Malone via llvm-commits
- [llvm] r253974 - AMDGPU: Split x8 and x16 vector loads instead of scalarize
Matt Arsenault via llvm-commits
- [llvm] r253975 - AMDGPU: Split LDS vector loads
Matt Arsenault via llvm-commits
- [PATCH] D14268: AMDGPU: Split x8 and x16 vector loads instead of scalarize
Matt Arsenault via llvm-commits
- [PATCH] D14249: AMDGPU: Split LDS vector loads
Matt Arsenault via llvm-commits
- [PATCH] D13438: Start replacing vector_extract/vector_insert with extractelt/insertelt
Matt Arsenault via llvm-commits
- [PATCH] D14966: LiveIntervalAnalysis: Add function to reassign vregs of dead subregister defs
Matt Arsenault via llvm-commits
- [PATCH] D14898: AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Matt Arsenault via llvm-commits
- [PATCH] D14898: AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Matt Arsenault via llvm-commits
- [llvm] r254086 - AMDGPU: Make v2i64/v2f64 legal types.
Matt Arsenault via llvm-commits
- [llvm] r254087 - AMDGPU: Add some tests for promotion of v2i64 scalar_to_vector
Matt Arsenault via llvm-commits
- [PATCH] D14251: AMDGPU: Make v2i64/v2f64 legal types.
Matt Arsenault via llvm-commits
- [PATCH] D14250: AMDGPU: Add some tests for promotion of v2i64 scalar_to_vector
Matt Arsenault via llvm-commits
- [llvm] r254091 - AMDGPU: Check feature attributes in SIMachineFunctionInfo
Matt Arsenault via llvm-commits
- [PATCH] D14462: AMDGPU: Check feature attributes in SIMachineFunctionInfo
Matt Arsenault via llvm-commits
- [llvm] r254116 - AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Matt Arsenault via llvm-commits
- [PATCH] D14875: LiveVariables should not clobber MachineOperand::IsDead, ::IsKill on reserved physical registers
Matthias Braun via llvm-commits
- [PATCH] D14960: Doxygen: Use mathjax
Matthias Braun via llvm-commits
- Jenkins asan+ubsan build failure / X86TargetLowering::LowerBUILD_VECTOR
Matthias Braun via llvm-commits
- [llvm] r254012 - LiveVariables should not clobber MachineOperand::IsDead, ::IsKill on reserved physical registers
Matthias Braun via llvm-commits
- Failing doxygen build
Matthias Braun via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
Matthias Braun via llvm-commits
- [PATCH] D14966: LiveIntervalAnalysis: Add function to reassign vregs of dead subregister defs
Matthias Braun via llvm-commits
- [PATCH] D9068: ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun via llvm-commits
- [PATCH] D9067: LiveIntervalAnalysis: Support moving of subregister defs in handleMove
Matthias Braun via llvm-commits
- [PATCH] D14967: ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI
Matthias Braun via llvm-commits
- [PATCH] D14968: RegisterPressure: Make liveness tracking subregister aware
Matthias Braun via llvm-commits
- [PATCH] D14969: MachineScheduler: Allow independent scheduling of sub register defs
Matthias Braun via llvm-commits
- [PATCH] D9069: MachineScheduler: Allow tracking of subregister lane masks.
Matthias Braun via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
Matthias Braun via llvm-commits
- Jenkins asan+ubsan build failure / X86TargetLowering::LowerBUILD_VECTOR
Matthias Braun via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
Matthias Braun via llvm-commits
- [PATCH] D14601: AsmPrinter: Fix wrong OS X versions being emitted for darwin triples
Matthias Braun via llvm-commits
- [PATCH] D13922: Restrict tail duplication in the presence of subregisters
Matthias Braun via llvm-commits
- [PATCH] D14348: Add Printable class to simplify the construction of Print helpers.
Matthias Braun via llvm-commits
- [PATCH] D14719: Expand subregisters in MachineFrameInfo::getPristineRegs
Matthias Braun via llvm-commits
- [PATCH] D14719: Expand subregisters in MachineFrameInfo::getPristineRegs
Matthias Braun via llvm-commits
- [PATCH] D14806: MachineScheduler: Add a target hook for deciding which RegPressure sets to increase
Matthias Braun via llvm-commits
- [PATCH] D14807: AMDGPU: Implement SIRegisterInfo::getRegPressureSetScore()
Matthias Braun via llvm-commits
- [llvm] r254048 - Doxygen: Use mathjax to create formulas.
Matthias Braun via llvm-commits
- [PATCH] D14960: Doxygen: Use mathjax
Matthias Braun via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
Matthias Braun via llvm-commits
- [PATCH] D14999: MC: Warn on .xxx_version_min <-> target triple version mismatch
Matthias Braun via llvm-commits
- [PATCH] D11492: DarwinAsmParser: Warn on multiple/mismatching version_min directives
Matthias Braun via llvm-commits
- [PATCH] D14999: MC: Warn on .xxx_version_min <-> target triple version mismatch
Matthias Braun via llvm-commits
- [test-suite] r254124 - Fix implicit function declaration errors
Matthias Braun via llvm-commits
- [test-suite] r254125 - Change bitbench test to not have its own source as input
Matthias Braun via llvm-commits
- [test-suite] r254126 - lit.cfg: Cleanup config usage
Matthias Braun via llvm-commits
- [test-suite] r254127 - lit: Be robust against missing timing result files
Matthias Braun via llvm-commits
- [test-suite] r254128 - lit: Refactoring: Introduce toplevel prepareRunSafely function
Matthias Braun via llvm-commits
- [test-suite] r254129 - lit: Parse stdout/stderr redirection in script
Matthias Braun via llvm-commits
- [test-suite] r254130 - tools/CMakeLists.txt: Add timeit-target target
Matthias Braun via llvm-commits
- [test-suite] r254131 - RunSafely: If no -l flag is given do not pass in a default username
Matthias Braun via llvm-commits
- [PATCH] D15004: cmake: Use custom target to compile timeit/fpcmp
Matthias Braun via llvm-commits
- [PATCH] D14817: [sanitizer] Avoid -Wmaybe-uninitialized related warnings when building ASan with GCC.
Maxim Ostapenko via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Maxim Ostapenko via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Maxim Ostapenko via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Maxim Ostapenko via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Maxim Ostapenko via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
Maxim Ostapenko via llvm-commits
- [PATCH] D14902: [AArch64] Promote loads from stored
Meador Inge via llvm-commits
- [PATCH] D14300: MSP430 calling convention updates
Meador Inge via llvm-commits
- [PATCH] D14300: MSP430 calling convention updates
Meador Inge via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi AMINI via llvm-commits
- [PATCH] D14912: Add findFunctionInfoList() accessor to FunctionInfoIndex.
Mehdi AMINI via llvm-commits
- [PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Mehdi AMINI via llvm-commits
- [PATCH] D15024: [ThinLTO] Support for specifying function index from pass manager
Mehdi AMINI via llvm-commits
- [PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Mehdi AMINI via llvm-commits
- [PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Mehdi AMINI via llvm-commits
- [llvm] r253953 - Add findFunctionInfoList() accessor to FunctionInfoIndex.
Mehdi Amini via llvm-commits
- [llvm] r253954 - Add a FunctionImporter helper to perform summary-based cross-module function importing
Mehdi Amini via llvm-commits
- [PATCH][LNT] Pass target to test-suites configure script
Michael Daniels via llvm-commits
- [PATCH] D12975: [Polly] De-LICM (WIP)
Michael Kruse via llvm-commits
- [PATCH] D14333: [Polly] IR cleanup after CodeGeneration
Michael Kruse via llvm-commits
- [PATCH] D14333: [Polly] IR cleanup after CodeGeneration
Michael Kruse via llvm-commits
- [polly] r254149 - Introduce origin/kind for exit PHI node accesses
Michael Kruse via llvm-commits
- [PATCH] D14688: [Polly] Introduce origin/kind for exit PHI node accesses
Michael Kruse via llvm-commits
- [polly] r254150 - IR cleanup after CodeGeneration
Michael Kruse via llvm-commits
- [PATCH] D14333: [Polly] IR cleanup after CodeGeneration
Michael Kruse via llvm-commits
- [PATCH] D13676: [Polly] Store leading and trailing memory accesses separately
Michael Kruse via llvm-commits
- [PATCH] D13762: [Polly] Ensure unique implicit reads/writes at beginning/end of ScopStmts
Michael Kruse via llvm-commits
- [PATCH] D13762: [Polly] Ensure unique implicit reads/writes at beginning/end of ScopStmts
Michael Kruse via llvm-commits
- [PATCH] D13762: [Polly] Ensure unique implicit reads/writes at beginning/end of ScopStmts
Michael Kruse via llvm-commits
- [PATCH] D14948: [X86] Use precise CFI for pushes by default
Michael Kuperstein via llvm-commits
- [PATCH] D14948: [X86] Use precise CFI for pushes by default
Michael Kuperstein via llvm-commits
- [PATCH] D14948: [X86] Use precise CFI for pushes by default
Michael Kuperstein via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Michael Kuperstein via llvm-commits
- [PATCH] D14948: [X86] Use precise CFI for pushes by default
Michael Kuperstein via llvm-commits
- [PATCH] D15054: [X86] Better support for the MCU psABI
Michael Kuperstein via llvm-commits
- [PATCH] D15054: [X86] Better support for the MCU psABI
Michael Kuperstein via llvm-commits
- [PATCH] D14971: X86: Emit smaller code for moving 8-bit immediates
Michael Kuperstein via llvm-commits
- [PATCH] D14889: sancov -not_covered_functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not_covered_functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Mike Aizatsky via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
NAKAMURA Takumi via llvm-commits
- [llvm] r254230 - llvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts due to -debug-pass.
NAKAMURA Takumi via llvm-commits
- [llvm] r253870 - [Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests
Nathan Slingerland via llvm-commits
- [PATCH] D14845: [Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests
Nathan Slingerland via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
Nathan Slingerland via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
Nathan Slingerland via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
Nathan Slingerland via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
Nathan Slingerland via llvm-commits
- [PATCH] D14931: [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Nathan Slingerland via llvm-commits
- [PATCH] D14931: [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Nathan Slingerland via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Nathan Slingerland via llvm-commits
- [PATCH] D14931: [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Nathan Slingerland via llvm-commits
- [PATCH] D14893: [llvm-profdata] Change instr prof counter overflow to saturate rather than discard
Nathan Slingerland via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Nathan Slingerland via llvm-commits
- [PATCH] D14875: LiveVariables should not clobber MachineOperand::IsDead, ::IsKill on reserved physical registers
Nick Johnson via llvm-commits
- [PATCH] D15013: [AArch64] Add subtarget features for ARMv8.2-A
Oliver Stannard via llvm-commits
- [PATCH] D15014: [AArch64] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard via llvm-commits
- [PATCH] D15015: [AArch64] Add ARMv8.2-A FP16 vector instructions
Oliver Stannard via llvm-commits
- [PATCH] D15016: [AArch64] Add ARMv8.2-A persistent memory instruction
Oliver Stannard via llvm-commits
- [PATCH] D15017: [AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
Oliver Stannard via llvm-commits
- [PATCH] D15018: [AArch64] Add ARMv8.2-A new AT instruction variants
Oliver Stannard via llvm-commits
- [PATCH] D15020: [AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard via llvm-commits
- [PATCH] D15021: [AArch64] Add ARMv8.2-A Statistical Profiling Extension
Oliver Stannard via llvm-commits
- [llvm] r254154 - [AArch64] Add subtarget features for ARMv8.2-A
Oliver Stannard via llvm-commits
- [llvm] r254155 - [AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
Oliver Stannard via llvm-commits
- [PATCH] D15013: [AArch64] Add subtarget features for ARMv8.2-A
Oliver Stannard via llvm-commits
- [llvm] r254156 - [AArch64] Add ARMv8.2-A persistent memory instruction
Oliver Stannard via llvm-commits
- [PATCH] D15017: [AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
Oliver Stannard via llvm-commits
- [PATCH] D15016: [AArch64] Add ARMv8.2-A persistent memory instruction
Oliver Stannard via llvm-commits
- [llvm] r254157 - [AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard via llvm-commits
- [llvm] r254159 - [AArch64] Add ARMv8.2-A new AT instruction variants
Oliver Stannard via llvm-commits
- [PATCH] D15020: [AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard via llvm-commits
- [PATCH] D15018: [AArch64] Add ARMv8.2-A new AT instruction variants
Oliver Stannard via llvm-commits
- [PATCH] D15036: [ARM] Add subtarget features for ARMv8.2-A
Oliver Stannard via llvm-commits
- [PATCH] D15037: [ARM] Add ARMv8.2-A to TargetParser
Oliver Stannard via llvm-commits
- [PATCH] D15038: [ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard via llvm-commits
- [PATCH] D15039: [ARM] Add ARMv8.2-A FP16 vector instructions
Oliver Stannard via llvm-commits
- [llvm] r254198 - [AArch64] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard via llvm-commits
- [PATCH] D15014: [AArch64] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard via llvm-commits
- [PATCH] D15015: [AArch64] Add ARMv8.2-A FP16 vector instructions
Oliver Stannard via llvm-commits
- [PATCH] D15015: [AArch64] Add ARMv8.2-A FP16 vector instructions
Oliver Stannard via llvm-commits
- [PATCH] D14665: Support literal structs in mangled intrinsics.
Pat Gavlin via llvm-commits
- [llvm] r253888 - Add Windows error code and tidy formatting for system errors.
Paul Robinson via llvm-commits
- [PATCH] D14892: Add Windows error code and tidy formatting for system errors
Paul Robinson via llvm-commits
- [PATCH] D14892: Add Windows error code and tidy formatting for system errors
Paul Robinson via llvm-commits
- [PATCH] D14900: [mips] SelectionDAGISel subclasses now follow the optimization level.
Paul Robinson via llvm-commits
- [PATCH] D14792: Have 'optnone' respect -fast-isel=false
Paul Robinson via llvm-commits
- [PATCH] D14792: Have 'optnone' respect -fast-isel=false
Paul Robinson via llvm-commits
- [llvm] r253968 - Fix non-PIC build after 253959
Pavel Labath via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Paweł Bylica via llvm-commits
- [PATCH] D14959: [Support] Add path::temp_directory() function.
Paweł Bylica via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Paweł Bylica via llvm-commits
- [PATCH] D14959: [Support] Add path::temp_directory() function.
Paweł Bylica via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Paweł Bylica via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Peter Collingbourne via llvm-commits
- [PATCH] D14889: sancov -not-covered-functions.
Peter Collingbourne via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
Peter Collingbourne via llvm-commits
- [llvm] r254054 - AsmParser: Make the code for parsing unnamed aliases more closely resemble that for unnamed globals.
Peter Collingbourne via llvm-commits
- [PATCH] D14975: MC: Simplify handling of temporary symbols in COFF writer.
Peter Collingbourne via llvm-commits
- [PATCH] D14974: [safestack] Fix alignment of dynamic allocas.
Peter Collingbourne via llvm-commits
- [PATCH] D15001: Extend debug info for function parameters in SDAG.
Peter Collingbourne via llvm-commits
- [PATCH] D15002: [safestack] Fix handling of array allocas.
Peter Collingbourne via llvm-commits
- [PATCH] D14975: MC: Simplify handling of temporary symbols in COFF writer.
Peter Collingbourne via llvm-commits
- [PATCH] D15002: [safestack] Fix handling of array allocas.
Peter Collingbourne via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
Peter Collingbourne via llvm-commits
- [PATCH] D14972: [safestack] Protect byval function arguments.
Peter Collingbourne via llvm-commits
- [PATCH] D14725: [compiler-rt] [dfsan] Unify aarch64 mapping
Peter Collingbourne via llvm-commits
- [llvm] r254183 - MC: Simplify handling of temporary symbols in COFF writer.
Peter Collingbourne via llvm-commits
- [PATCH] D14975: MC: Simplify handling of temporary symbols in COFF writer.
Peter Collingbourne via llvm-commits
- [PATCH] D14873: [tsan] Modify the tls_race.cc and tls_race2.cc tests to pass on OS X
Phabricator via llvm-commits
- [PATCH] D14842: [WinEH] Fix two cases where instructions can incorrectly be inserted into EH pads
Phabricator via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Phabricator via llvm-commits
- [PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
Phabricator via llvm-commits
- [PATCH] D14918: [tsan] Fix CallocOverflow unit test on OS X
Phabricator via llvm-commits
- [PATCH] D14924: [tsan] Replace pthread semaphore in signal_cond.cc with barrier_wait
Phabricator via llvm-commits
- [PATCH] D14925: [tsan] Fix stack_sync_reuse.cc test on OS X
Phabricator via llvm-commits
- [PATCH] D14745: [tsan] Implement basic GCD interceptors for OS X
Phabricator via llvm-commits
- [PATCH] D14946: [tsan] Fix signal number definitions for OS X
Phabricator via llvm-commits
- [PATCH] D14897: [X86] Fix several issues related to X86's psadbw instruction.
Phabricator via llvm-commits
- [PATCH] D14875: LiveVariables should not clobber MachineOperand::IsDead, ::IsKill on reserved physical registers
Phabricator via llvm-commits
- [PATCH] D14960: Doxygen: Use mathjax
Phabricator via llvm-commits
- [PATCH] D14951: [asan] Fix the atos-symbolizer-dyld-root-path.cc test case
Phabricator via llvm-commits
- [PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
Phabricator via llvm-commits
- [PATCH] D14913: Fix a use-after-free in `llvm-config`.
Phabricator via llvm-commits
- [PATCH] D14898: AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Phabricator via llvm-commits
- [PATCH] D14934: [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
Phabricator via llvm-commits
- [PATCH] D14984: [tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threads
Phabricator via llvm-commits
- [PATCH] D14949: [tsan] Change mutexset6.cc to use a mutex instead of spinlock
Phabricator via llvm-commits
- [PATCH] D14923: [tsan] Mark a few more tests with "UNSUPPORTED: darwin"
Phabricator via llvm-commits
- [PATCH] D14988: [tsan] Add a testcase for a race on a Obj-C instance variable
Phabricator via llvm-commits
- [PATCH] D14947: [tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmp
Phabricator via llvm-commits
- [PATCH] D15011: [tsan] Add release+acquire semantics for serial dispatch queues
Phabricator via llvm-commits
- [PATCH] D14810: AVX512 : vmovq.s implementation.
Phabricator via llvm-commits
- [PATCH] D14665: Support literal structs in mangled intrinsics.
Philip Reames via llvm-commits
- [PATCH] D14936: Fix fptosi, fptoui from f16 vectors to i8, i16 vectors
Pirama Arumuga Nainar via llvm-commits
- [lld] r253869 - Fix Elf_Rel processing for .eh_frame.
Rafael Espindola via llvm-commits
- [llvm] r253924 - Don't create implicit comdats.
Rafael Espindola via llvm-commits
- [llvm] r253984 - Add an already passing test.
Rafael Espindola via llvm-commits
- [llvm] r253993 - Make this test a bit more strict.
Rafael Espindola via llvm-commits
- [llvm] r254170 - Disallow aliases to available_externally.
Rafael Espindola via llvm-commits
- [llvm] r254174 - Add a few passing lto tests.
Rafael Espindola via llvm-commits
- [llvm] r254184 - Make the test a bit more interesting.
Rafael Espindola via llvm-commits
- [llvm] r254185 - Add missing file.
Rafael Espindola via llvm-commits
- [llvm] r254186 - Test both input file orders.
Rafael Espindola via llvm-commits
- [llvm] r254209 - Simplify the linking of recursive data.
Rafael Espindola via llvm-commits
- [llvm] r254210 - Modernize the test a bit
Rafael Espindola via llvm-commits
- [llvm] r254213 - Pass .ll directly to llvm-link
Rafael Espindola via llvm-commits
- [llvm] r254214 - Pass .ll directly to llvm-link.
Rafael Espindola via llvm-commits
- [llvm] r254240 - Fix a crash when writing merged bitcode.
Rafael Espindola via llvm-commits
- [llvm] r254241 - Correctly handle llvm.global_ctors merging.
Rafael Espindola via llvm-commits
- [llvm] r254254 - Simplify. NFC.
Rafael Espindola via llvm-commits
- [llvm] r254255 - Make this test less strict.
Rafael Espindola via llvm-commits
- [llvm] r254256 - Don't depend on the order the IR is copied.
Rafael Espindola via llvm-commits
- [llvm] r254257 - Don't depend on the order the IR is copied.
Rafael Espindola via llvm-commits
- [llvm] r254258 - Add a passing test.
Rafael Espindola via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Rafael Espíndola via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Rafael Espíndola via llvm-commits
- [PATCH] D14446: Fallback to getpwuid() in path::home_directory() on Unix.
Rafael Espíndola via llvm-commits
- [llvm] r254170 - Disallow aliases to available_externally.
Rafael Espíndola via llvm-commits
- [PATCH] D14218: [ELF2] Implements -z relro: create an ELF "PT_GNU_RELRO" segment header in the object.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D14943: [ELF] Factor out relocation checks into separate functions.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D14963: [MCMachOStreamer] Properly reset CreatedADWARFSection
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D14975: MC: Simplify handling of temporary symbols in COFF writer.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Reid Kleckner via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Reid Kleckner via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Reid Kleckner via llvm-commits
- [PATCH] D14827: Adding support for missing variations of X86 string related instructions
Reid Kleckner via llvm-commits
- [PATCH] D14878: findDeadCallerSavedReg needs to pay attention to calling convention
Reid Kleckner via llvm-commits
- [PATCH] D14948: [X86] Use precise CFI for pushes by default
Reid Kleckner via llvm-commits
- [PATCH] D14827: Adding support for missing variations of X86 string related instructions
Reid Kleckner via llvm-commits
- [PATCH] D14827: Adding support for missing variations of X86 string related instructions
Reid Kleckner via llvm-commits
- [llvm] r253918 - [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Renato Golin via llvm-commits
- [PATCH] D14934: [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
Renato Golin via llvm-commits
- [llvm] r254234 - Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM."
Renato Golin via llvm-commits
- [llvm] r254201 - [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.
Renato Golin via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Richard Diamond via llvm-commits
- [llvm] r254108 - Fix a use-after-free in `llvm-config`.
Richard Diamond via llvm-commits
- [PATCH] D15033: tools/llvm-config: improve shared library support
Richard Diamond via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [llvm] r254021 - [PGO] MST based PGO instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [llvm] r254028 - [PGO] Fix build errors in x86_64-darwin
Rong Xu via llvm-commits
- [llvm] r254035 - [PGO] Relax test cases in PGO instrumentation
Rong Xu via llvm-commits
- [llvm] r254028 - [PGO] Fix build errors in x86_64-darwin
Rong Xu via llvm-commits
- [llvm] r254040 - [PGO] Revert revision r254021,r254028,r254035
Rong Xu via llvm-commits
- [llvm] r254042 - Revert r254021
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Rui Ueyama via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
Rui Ueyama via llvm-commits
- [PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.
Rui Ueyama via llvm-commits
- [PATCH] D14916: ELF2: LinkerScript: lookup absolute paths under sysroot
Rui Ueyama via llvm-commits
- [lld] r253797 - ELF: Make .note.GNU-stack more compatible with traditional linkers.
Rui Ueyama via llvm-commits
- [PATCH] D14713: [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
Rui Ueyama via llvm-commits
- [PATCH] D14922: [ELF/AArch64] Factor out overflow check into a separate function.
Rui Ueyama via llvm-commits
- [lld] r253985 - ELF: print out a verbose error when a windows emulation is used
Rui Ueyama via llvm-commits
- [PATCH] D14916: ELF2: LinkerScript: lookup absolute paths under sysroot
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [lld] r254004 - ELF: Improve error handling of unknown emulation names.
Rui Ueyama via llvm-commits
- [lld] r253985 - ELF: print out a verbose error when a windows emulation is used
Rui Ueyama via llvm-commits
- [PATCH] D14943: [ELF] Factor out relocation checks into separate functions.
Rui Ueyama via llvm-commits
- [PATCH] D14958: [ELF] - R_386_COPY relocation inplemented (x86)
Rui Ueyama via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Rui Ueyama via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [lld] r254032 - ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [lld] r254032 - ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [PATCH] D14970: ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Rui Ueyama via llvm-commits
- [lld] r254003 - Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."
Rui Ueyama via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
Rui Ueyama via llvm-commits
- [lld] r254039 - ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Rui Ueyama via llvm-commits
- [PATCH] D14970: ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Rui Ueyama via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Rui Ueyama via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
Rui Ueyama via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
Rui Ueyama via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
Rui Ueyama via llvm-commits
- [PATCH] D14930: [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
Rui Ueyama via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Rui Ueyama via llvm-commits
- [PATCH] D14957: [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS, PREL}{16, 32} relocations.
Rui Ueyama via llvm-commits
- [PATCH] D14943: [ELF] Factor out relocation checks into separate functions.
Rui Ueyama via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14993: [ELF] - simplify Target interface, relocPointsToGot() removed.
Rui Ueyama via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
Rui Ueyama via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Rui Ueyama via llvm-commits
- [PATCH] D14955: [ELF] - Lazy relocations support for x86 target.
Rui Ueyama via llvm-commits
- [PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
Rui Ueyama via llvm-commits
- [PATCH] D15000: [ELF] - Implemented @tlsgd optimization (GD->IE case).
Rui Ueyama via llvm-commits
- [PATCH] D15027: [ELF] Lookup INPUT argument in the current directory
Rui Ueyama via llvm-commits
- [PATCH] D15012: [ELF] - split RelocationSection<ELFT>::writeTo function.
Rui Ueyama via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Rui Ueyama via llvm-commits
- [PATCH] D15045: [ELF/AArch64] Rearrange relocations to follow the documentation order. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Rui Ueyama via llvm-commits
- [PATCH] D15045: [ELF/AArch64] Rearrange AArch64 relocations in alphabetical order. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Rui Ueyama via llvm-commits
- [PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Rui Ueyama via llvm-commits
- [PATCH] D14789: libc++abi: mark visibility
Saleem Abdulrasool via llvm-commits
- [llvm] r253934 - [x86] add test to show suboptimal codegen (PR25554)
Sanjay Patel via llvm-commits
- [llvm] r253935 - added comment (using freshly updated update_llc_test_checks.py)
Sanjay Patel via llvm-commits
- [PATCH] D14941: [x86] remove duplicate movq instruction defs (PR25554)
Sanjay Patel via llvm-commits
- [llvm] r253940 - minimize test case but still show the bug
Sanjay Patel via llvm-commits
- [PATCH] D14941: [x86] remove duplicate movq instruction defs (PR25554)
Sanjay Patel via llvm-commits
- [llvm] r253988 - [x86] remove duplicate movq instruction defs (PR25554)
Sanjay Patel via llvm-commits
- [PATCH] D14941: [x86] remove duplicate movq instruction defs (PR25554)
Sanjay Patel via llvm-commits
- [PATCH] D14941: [x86] remove duplicate movq instruction defs (PR25554)
Sanjay Patel via llvm-commits
- [PATCH] D4583: don't transform splats of vector FP (PR20358)
Sanjay Patel via llvm-commits
- [PATCH] D14707: add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel via llvm-commits
- [llvm] r253996 - use convenience function for copying IR flags; NFCI
Sanjay Patel via llvm-commits
- [llvm] r253997 - [InstCombine] fix propagation of fast-math-flags
Sanjay Patel via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Sanjay Patel via llvm-commits
- [llvm] r254069 - fix typo; NFC
Sanjay Patel via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Sanjay Patel via llvm-commits
- [PATCH] D9029: [PATCH][CodeGen] Adding "llvm.sad" intrinsic and corresponding ISD::SAD node for "Sum Of Absolute Differences" operation
Sanjay Patel via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Sanjay Patel via llvm-commits
- [PATCH] D14997: [X86][FMA4] Prefer FMA4 to FMA
Sanjay Patel via llvm-commits
- [PATCH] D14707: add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel via llvm-commits
- [PATCH] D14879: [InstCombine] fold bitcasts around an extractelement
Sanjay Patel via llvm-commits
- [llvm] r254266 - fix typos in comments; NFC
Sanjay Patel via llvm-commits
- [PATCH] D14674: [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das via llvm-commits
- [llvm] r253918 - [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das via llvm-commits
- [llvm] r253919 - [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das via llvm-commits
- [llvm] r253920 - [RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das via llvm-commits
- [PATCH] D14674: [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das via llvm-commits
- [PATCH] D14675: [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das via llvm-commits
- [PATCH] D14676: [RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das via llvm-commits
- [llvm] r253933 - [RuntimeDyld] Avoid unused-private-field warning; NFC
Sanjoy Das via llvm-commits
- [llvm] r253918 - [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das via llvm-commits
- [llvm] r253918 - [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das via llvm-commits
- [llvm] r254017 - [RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
Sanjoy Das via llvm-commits
- [llvm] r253918 - [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das via llvm-commits
- [llvm] r254046 - [InstCombine] Don't drop operand bundles
Sanjoy Das via llvm-commits
- [llvm] r254047 - [OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das via llvm-commits
- [PATCH] D14857: [InstCombine] Don't drop operand bundles
Sanjoy Das via llvm-commits
- [llvm] r254118 - [OperandBundles] Treat "deopt" operand bundles specially
Sanjoy Das via llvm-commits
- [PATCH] D15058: [SCEVExpander] Have hoistIVInc preserve LCSSA
Sanjoy Das via llvm-commits
- [PATCH] D15059: [IndVars] Have getInsertPointForUses preserve LCSSA
Sanjoy Das via llvm-commits
- [PATCH] D14908: [IndVars] Preserve LCSSA on inner loops
Sanjoy Das via llvm-commits
- [llvm] r254273 - Fix out of bounds access in hasStructRetAttr
Sanjoy Das via llvm-commits
- [llvm] r254275 - [SCEV] Use range version of all_of; NFC
Sanjoy Das via llvm-commits
- [llvm] r254276 - [SCEV] Use lambda instead of std::bind; NFC
Sanjoy Das via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Sanjoy Das via llvm-commits
- [llvm] r254278 - [ADT] Fix typo in comment
Sanjoy Das via llvm-commits
- [PATCH] D15063: Introduce a range version of std::any_of, and use it in SCEV
Sanjoy Das via llvm-commits
- [PATCH] D15064: Introduce a range version of std::find, and use in SCEV
Sanjoy Das via llvm-commits
- [PATCH] D15063: Introduce a range version of std::any_of, and use it in SCEV
Sanjoy Das via llvm-commits
- [PATCH] D13594: [mips] Allowed dla instructions on 32-bit architectures.
Scott Egerton via llvm-commits
- [PATCH] D13592: [MC] Fixed parsing of macro arguments where expressions with spaces are present.
Scott Egerton via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Sean Silva via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Sean Silva via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Sean Silva via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Sean Silva via llvm-commits
- Some buildbot statistics for week of 11/15/2015 - 11/21/2015
Sean Silva via llvm-commits
- [llvm] r253809 - [PGO] move raw magic and version def to InstrProfData.inc
Sean Silva via llvm-commits
- [llvm] r253941 - Remove trailing space in comments
Sean Silva via llvm-commits
- [llvm] r254028 - [PGO] Fix build errors in x86_64-darwin
Sean Silva via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Sean Silva via llvm-commits
- [llvm] r254035 - [PGO] Relax test cases in PGO instrumentation
Sean Silva via llvm-commits
- [llvm] r254028 - [PGO] Fix build errors in x86_64-darwin
Sean Silva via llvm-commits
- [llvm] r254038 - [PGO] Add mapper callback to interfaces retrieving value data for site (NFC)
Sean Silva via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Sean Silva via llvm-commits
- [llvm] r253955 - [TableGen] Use array_pod_sort. NFC
Sean Silva via llvm-commits
- [PATCH] D14960: Doxygen: Use mathjax
Sean Silva via llvm-commits
- [llvm] r254008 - [PGO] Introduce value profile data closure type.
Sean Silva via llvm-commits
- [llvm] r254051 - Add missing documentation. (NFC)
Sean Silva via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Sean Silva via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Sean Silva via llvm-commits
- [PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Sergey Dmitrouk via llvm-commits
- [PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Sergey Dmitrouk via llvm-commits
- [PATCH] D14916: ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan via llvm-commits
- [PATCH] D14916: ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan via llvm-commits
- [lld] r254031 - ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan via llvm-commits
- [PATCH] D14916: ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan via llvm-commits
- [lld] r254031 - ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan via llvm-commits
- [lld] r254092 - [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan via llvm-commits
- [PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan via llvm-commits
- [lld] r254135 - [ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan via llvm-commits
- [PATCH] D15027: [ELF] Lookup INPUT argument in the current directory
Simon Atanasyan via llvm-commits
- [lld] r254178 - [ELF] Lookup INPUT argument in the current directory
Simon Atanasyan via llvm-commits
- [PATCH] D15027: [ELF] Lookup INPUT argument in the current directory
Simon Atanasyan via llvm-commits
- [PATCH] D14906: [X86][FMA] Optimize FNEG(FMA) Patterns
Simon Pilgrim via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Simon Pilgrim via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Simon Pilgrim via llvm-commits
- [PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
Simon Pilgrim via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Simon Pilgrim via llvm-commits
- [PATCH] D14588: [X86][SSE] Transform truncation from v8i32/v16i32 to v8i8/v16i8 into bitand and X86ISD::PACKUS operations during DAG combine.
Simon Pilgrim via llvm-commits
- [llvm] r254016 - [X86][FMA] Optimize FNEG(FMA) Patterns
Simon Pilgrim via llvm-commits
- [PATCH] D14906: [X86][FMA] Optimize FNEG(FMA) Patterns
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [llvm] r254029 - [X86][SSE] Regenerate PMUL tests
Simon Pilgrim via llvm-commits
- [llvm] r254060 - [X86][AVX] Regenerate Splat OptSize tests
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [PATCH] D14997: [X86][FMA4] Prefer FMA4 to FMA
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [llvm] r254180 - [X86][FMA] Begun adding AVX512 FMA tests
Simon Pilgrim via llvm-commits
- [PATCH] D4622: [X86][FMA] Switch FMA3 form to most suitable for each given case.
Simon Pilgrim via llvm-commits
- [llvm] r254231 - [X86][AVX2] Tidied up PBROADCAST tests
Simon Pilgrim via llvm-commits
- [llvm] r254232 - [X86][FMA] More thorough FMA tests
Simon Pilgrim via llvm-commits
- [PATCH] D14603: [X86ISelLowering] Add additional support for multiplication-to-shift conversion.
Simon Pilgrim via llvm-commits
- [PATCH] D14588: [X86][SSE] Transform truncation from v8i32/v16i32 to v8i8/v16i8 into bitand and X86ISD::PACKUS operations during DAG combine.
Simon Pilgrim via llvm-commits
- [llvm] r254233 - [X86][FMA] Added 512-bit tests to match 128/256-bit tests coverage
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [llvm] r254237 - [X86][AVX] Regenerate ADDSUB tests
Simon Pilgrim via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim via llvm-commits
- [llvm] r254259 - [X86][SSE] Added support for lowering to ADDSUBPS/ADDSUBPD with commuted inputs
Simon Pilgrim via llvm-commits
- [PATCH] D12841: [LLVMdev] Compiler-RT - Enabling ThreadSanitizer on PPC64(BE/LE) platforms
Simone via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Steve Canon via llvm-commits
- [PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags
Steve Canon via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
Steve Canon via llvm-commits
- [PATCH] D14721: patch for missed constantFold optimization in InstCombine
Tejas via llvm-commits
- [PATCH] D14721: patch for missed constantFold optimization in InstCombine
Tejas via llvm-commits
- [PATCH] D14912: Add findFunctionInfoList() accessor to FunctionInfoIndex.
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [llvm] r253889 - Remove unused function parameter (NFC)
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [llvm] r253903 - [ThinLTO] Deduplicate function index loading into shared helper (NFC)
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [llvm] r253954 - Add a FunctionImporter helper to perform summary-based cross-module function importing
Teresa Johnson via llvm-commits
- [llvm] r253991 - [ThinLTO] Fix FunctionImport alias checking and test
Teresa Johnson via llvm-commits
- [llvm] r254009 - [ThinLTO] Handle previously imported and promoted locals in module linker
Teresa Johnson via llvm-commits
- [llvm] r254011 - [ThinLTO] Enable iterative importing in FunctionImport pass
Teresa Johnson via llvm-commits
- [llvm] r254020 - [ThinLTO] Refactor function body scan during importing into helper (NFC)
Teresa Johnson via llvm-commits
- [llvm] r254036 - [ThinLTO] Add option to limit importing based on instruction count
Teresa Johnson via llvm-commits
- [PATCH] D15024: [ThinLTO] Support for specifying function index from pass manager
Teresa Johnson via llvm-commits
- [llvm] r254170 - Disallow aliases to available_externally.
Teresa Johnson via llvm-commits
- [PATCH] D14064: Convert Returned Constant i1 Values to i32 on PPC64
Thomas Jablin via llvm-commits
- [PATCH] D14064: Convert Returned Constant i1 Values to i32 on PPC64
Thomas Jablin via llvm-commits
- [PATCH] D14064: Convert Returned Constant i1 Values to i32 on PPC64
Thomas Jablin via llvm-commits
- [PATCH] D14999: MC: Warn on .xxx_version_min <-> target triple version mismatch
Tim Northover via llvm-commits
- [PATCH] D15013: [AArch64] Add subtarget features for ARMv8.2-A
Tim Northover via llvm-commits
- [PATCH] D15017: [AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
Tim Northover via llvm-commits
- [PATCH] D15016: [AArch64] Add ARMv8.2-A persistent memory instruction
Tim Northover via llvm-commits
- [PATCH] D15020: [AArch64] Add ARMv8.2-A UAO PSTATE bit
Tim Northover via llvm-commits
- [PATCH] D15018: [AArch64] Add ARMv8.2-A new AT instruction variants
Tim Northover via llvm-commits
- [polly] r253862 - Use SmallVector instead of std::vector
Tobias Grosser via llvm-commits
- [polly] r253818 - ScopInfo: Remove domains of error blocks (and blocks they dominate) early on
Tobias Grosser via llvm-commits
- [polly] r253910 - Update format to match clang-format in trunk
Tobias Grosser via llvm-commits
- [polly] r253951 - ScopInfo: Split hasAffineMemoryAccesses() into multiple functions [NFC]
Tobias Grosser via llvm-commits
- [PATCH] D12975: [Polly] De-LICM (WIP)
Tobias Grosser via llvm-commits
- [PATCH] D14333: [Polly] Cleanup IR after CodeGeneration (WIP)
Tobias Grosser via llvm-commits
- [PATCH] D14688: [Polly] Introduce origin/kind for exit PHI node accesses
Tobias Grosser via llvm-commits
- [PATCH] D14688: [Polly] Introduce origin/kind for exit PHI node accesses
Tobias Grosser via llvm-commits
- [polly] r253976 - ScopInfo: Add option to ignore integer wrapping
Tobias Grosser via llvm-commits
- [polly] r253995 - ScopInfo: Add support for delinearizing fortran arrays
Tobias Grosser via llvm-commits
- [PATCH] D14333: [Polly] IR cleanup after CodeGeneration
Tobias Grosser via llvm-commits
- [PATCH] D14333: [Polly] IR cleanup after CodeGeneration
Tobias Grosser via llvm-commits
- [PATCH] D15068: ScopInfo: Replace while/iterator construct with std::remove_if
Tobias Grosser via llvm-commits
- [PATCH] D14898: AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Tom Stellard via llvm-commits
- [PATCH] D14898: AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Tom Stellard via llvm-commits
- [PATCH] D13807: AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent section
Tom Stellard via llvm-commits
- [PATCH] D14251: AMDGPU: Make v2i64/v2f64 legal types.
Tom Stellard via llvm-commits
- [llvm] r254116 - AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Tom Stellard via llvm-commits
- [llvm] r254120 - AMDGPU: Fix typo
Tom Stellard via llvm-commits
- [PATCH] D15034: TargetLowering: Improve handling of (setcc ([sz]ext x) 0, cc) in SimplifySetCC
Tom Stellard via llvm-commits
- [PATCH] D15035: AMDGPU/SI: Prevent the DAGCombiner from creating setcc with i1 inputs
Tom Stellard via llvm-commits
- [PATCH] D15050: AMDGPU/SI: Remove REGISTER_STORE/REGISTER_LOAD code which is now dead
Tom Stellard via llvm-commits
- [PATCH] D14617: alignment info for cost estimation in SLP vectorization
Tong Chen via llvm-commits
- [PATCH] D14617: alignment info for cost estimation in SLP vectorization
Tong Chen via llvm-commits
- [PATCH] D14147: Hanlding of aligned allocas on a target that does not align stack pointer.
Ulrich Weigand via llvm-commits
- [PATCH] D10970: [mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris via llvm-commits
- [PATCH] D10970: [mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris via llvm-commits
- [PATCH] D14221: [mips] .ent and .end should also set the type and size of the symbol respectively.
Vasileios Kalintiris via llvm-commits
- [PATCH] D14712: [mips][ias] Range check uimm5 operands and fix several bugs this revealed.
Vasileios Kalintiris via llvm-commits
- [PATCH] D11933: Extending debug ranges
Vikram TV via llvm-commits
- [PATCH] D14900: [mips] SelectionDAGISel subclasses now follow the optimization level.
Vladimir Radosavljevic via llvm-commits
- [PATCH] D15047: [Mips64] Fix extension of 32-bit integer types.
Vladimir Radosavljevic via llvm-commits
- [PATCH] D15047: [Mips64] Fix extension of 32-bit integer types.
Vladimir Radosavljevic via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Vyacheslav Klochkov via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Vyacheslav Klochkov via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Vyacheslav Klochkov via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Vyacheslav Klochkov via llvm-commits
- [llvm] r254140 - X86-FMA3: Improved/enabled the memory folding optimization for scalar loads
Vyacheslav Klochkov via llvm-commits
- [PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Vyacheslav Klochkov via llvm-commits
- [PATCH] D14803: [AArch64] Fix a corner case in BitFeild select
Weiming Zhao via llvm-commits
- [llvm] r254005 - [Utils] Put includes in correct order. NFC.
Weiming Zhao via llvm-commits
- [PATCH] D12094: Avoid the propagation of debug locations in SelectionDAG via CSE
Wolfgang Pieb via llvm-commits
- [llvm] r253880 - Fix comment not allowed in C90
Xinliang David Li via llvm-commits
- [compiler-rt] r253881 - Sync up InstrProfData.inc with master
Xinliang David Li via llvm-commits
- [compiler-rt] r253883 - [PGO] Start use InstrProf template file in compiler-rt/lib/profile
Xinliang David Li via llvm-commits
- [compiler-rt] r253885 - [PGO] Use common definition of raw magic and version
Xinliang David Li via llvm-commits
- [compiler-rt] r253890 - [PGO] Use common definition of value profile kind
Xinliang David Li via llvm-commits
- [compiler-rt] r253891 - [PGO] Unify per-function control data definition
Xinliang David Li via llvm-commits
- [llvm] r253893 - [PGO] Introduce alignment macro for instr-prof control data(NFC)
Xinliang David Li via llvm-commits
- [compiler-rt] r253894 - Sync up template file with master (NFC)
Xinliang David Li via llvm-commits
- [compiler-rt] r253895 - [PGO] Use the alignment macro newly introduced (NFC)
Xinliang David Li via llvm-commits
- [compiler-rt] r253896 - [PGO] Unify raw profile header definition
Xinliang David Li via llvm-commits
- [compiler-rt] r253897 - [PGO] Unify section name, section symbol definitions (Linux)
Xinliang David Li via llvm-commits
- [compiler-rt] r253907 - [PGO] Unify section name, section symbol definitions (Darwin)
Xinliang David Li via llvm-commits
- [compiler-rt] r253911 - [PGO] sync up target instrument decl between runtime and llvm (NFC)
Xinliang David Li via llvm-commits
- [llvm] r253913 - [PGO] Add --text option for llvm-profdata show|merge commands
Xinliang David Li via llvm-commits
- [llvm] r253930 - [PGO] In llvm-profdata text dump, add comment lines as annotations
Xinliang David Li via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Xinliang David Li via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Xinliang David Li via llvm-commits
- [llvm] r253941 - Remove trailing space in comments
Xinliang David Li via llvm-commits
- [llvm] r253942 - Use make_unique [NFC]
Xinliang David Li via llvm-commits
- [compiler-rt] r253943 - sync up InstrProfData.inc with master
Xinliang David Li via llvm-commits
- [llvm] r253994 - Minor refactor to make VP writing more efficient
Xinliang David Li via llvm-commits
- [llvm] r253999 - [PGO] Small interface change to be profile rt ready
Xinliang David Li via llvm-commits
- [llvm] r254008 - [PGO] Introduce value profile data closure type.
Xinliang David Li via llvm-commits
- [llvm] r254018 - Fix sphinx-build error when building documentation.
Xinliang David Li via llvm-commits
- [llvm] r254028 - [PGO] Fix build errors in x86_64-darwin
Xinliang David Li via llvm-commits
- [llvm] r254038 - [PGO] Add mapper callback to interfaces retrieving value data for site (NFC)
Xinliang David Li via llvm-commits
- [llvm] r254045 - Fix function naming (NFC)
Xinliang David Li via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Xinliang David Li via llvm-commits
- [llvm] r253921 - [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
Xinliang David Li via llvm-commits
- [llvm] r254051 - Add missing documentation. (NFC)
Xinliang David Li via llvm-commits
- [llvm] r254055 - Move member functions closer to others of the same class (NFC)
Xinliang David Li via llvm-commits
- [llvm] r254056 - [PGO] convert a subset of C++ interfaces into C (for sharing) (NFC)
Xinliang David Li via llvm-commits
- [PATCH] D12781: PGO IR-level instrumentation infrastructure
Xinliang David Li via llvm-commits
- [llvm] r254057 - [PGO] Convert InstrProfRecord based serialization methods to use common C methods
Xinliang David Li via llvm-commits
- [llvm] r254080 - [PGO] Regroup functions in better order (NFC)
Xinliang David Li via llvm-commits
- [llvm] r254110 - [PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
Xinliang David Li via llvm-commits
- [llvm] r254112 - Fix a typo introduced in previous patches
Xinliang David Li via llvm-commits
- [compiler-rt] r254113 - Sync up with master InstrProfData.inc
Xinliang David Li via llvm-commits
- [PATCH] D11438: Fix x86_64 fp128 calling convention
Xinliang David Li via llvm-commits
- [PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.
Xinliang David Li via llvm-commits
- [PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.
Xinliang David Li via llvm-commits
- [llvm] r254212 - SamplePGO - Add initial support for inliner annotations.
Xinliang David Li via llvm-commits
- [llvm] r254217 - [PGO] Extract VP data integrity check code into a helper function (NFC)
Xinliang David Li via llvm-commits
- [llvm] r254218 - Function name cleanup (NFC)
Xinliang David Li via llvm-commits
- [llvm] r254219 - [PGO] Allow value profile writer interface to allocated target buffer
Xinliang David Li via llvm-commits
- [llvm] r254220 - [PGO] Add return code for vp rt record init routine to indicate error condition
Xinliang David Li via llvm-commits
- [llvm] r254235 - [PGO] Move value profile format related structures and APIs to common file
Xinliang David Li via llvm-commits
- [compiler-rt] r254236 - Sync up template file with master
Xinliang David Li via llvm-commits
- [llvm] r254244 - Minor code cleanups
Xinliang David Li via llvm-commits
- [compiler-rt] r254245 - sync up with master file
Xinliang David Li via llvm-commits
- [PATCH] D14855: [tsan] Support thread sanitizer on Android.
Yabin Cui via llvm-commits
- [PATCH] D14855: [tsan] Support thread sanitizer on Android.
Yabin Cui via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Yaron Keren via llvm-commits
- [PATCH] D14963: [MCMachOStreamer] Properly reset CreatedADWARFSection
Yaron Keren via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Yaron Keren via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Yaron Keren via llvm-commits
- [PATCH] D14965: [llc/opt] Add an option to run all passes twice
Yaron Keren via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Yaron Keren via llvm-commits
- [llvm] r254242 - [SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Yaron Keren via llvm-commits
- [zorg] r253939 - Update comments for r253756
Ying Chen via llvm-commits
- [zorg] r253756 - Add one more non-flunk test slot for LLDBBuilder
Ying Chen via llvm-commits
- [PATCH] D14480: Improve running time of getAsmSrcLocInfo
Yunlian Jiang via llvm-commits
- [PATCH] D14921: [sanitizer] Don't use ARM_VFPREGS_SIZE for old kernels.
Yury Gribov via llvm-commits
- [PATCH] D14979: [asan] Correctly release memory allocated during early startup.
Yury Gribov via llvm-commits
- [PATCH] D14979: [asan] Correctly release memory allocated during early startup.
Yury Gribov via llvm-commits
- [PATCH] D14979: [asan] Correctly release memory allocated during early startup.
Yury Gribov via llvm-commits
- [PATCH] D14979: [asan] Correctly release memory allocated during early startup.
Yury Gribov via llvm-commits
- [PATCH] D14979: [asan] Correctly release memory allocated during early startup.
Yury Gribov via llvm-commits
- [PATCH] D14607: MS inline asm: produce "ambiguous" error when encountering "<type> ptr <reg name>"
Ziv Izhar via llvm-commits
- [PATCH] D14915: [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
Zoran Jovanovic via llvm-commits
- [PATCH] D15009: [mips][microMIPS] Implement ldpc instruction
Zoran Jovanovic via llvm-commits
- [PATCH] D15009: [mips][microMIPS] Implement ldpc instruction
Zoran Jovanovic via llvm-commits
- [PATCH] D15026: [mips][microMIPS] Add R_MICROMIPS_PC19_S3 relocation
Zoran Jovanovic via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
escha via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
hfinkel at anl.gov via llvm-commits
- [PATCH] D14778: [PPC64] Enable shrink wrapping for PPC64 LE.
hfinkel at anl.gov via llvm-commits
- [PATCH] D14851: Add Branch Hints for Highly Biased Branches on PPC
hfinkel at anl.gov via llvm-commits
- [PATCH] D4583: don't transform splats of vector FP (PR20358)
hfinkel at anl.gov via llvm-commits
- [PATCH] D14064: Convert Returned Constant i1 Values to i32 on PPC64
hfinkel at anl.gov via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
hfinkel at anl.gov via llvm-commits
- [PATCH] D14617: alignment info for cost estimation in SLP vectorization
hfinkel at anl.gov via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
hfinkel at anl.gov via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
hfinkel at anl.gov via llvm-commits
- [PATCH] D13284: [ PowerPC ] Remove FeatureMFOCRF from the e500mc ProcessorModel.
hfinkel at anl.gov via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
hfinkel at anl.gov via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
hfinkel at anl.gov via llvm-commits
- [PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA
hfinkel at anl.gov via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
hfinkel at anl.gov via llvm-commits
- [PATCH] D14064: Convert Returned Constant i1 Values to i32 on PPC64
hfinkel at anl.gov via llvm-commits
- [PATCH] D14147: Hanlding of aligned allocas on a target that does not align stack pointer.
hfinkel at anl.gov via llvm-commits
- [PATCH] D14983: Introduce new @llvm.getdynamicareaoffset.i{32, 64} intrinsic.
hfinkel at anl.gov via llvm-commits
- [PATCH] D9529: Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
hfinkel at anl.gov via llvm-commits
- [PATCH] D14908: [IndVars] Preserve LCSSA on inner loops
hfinkel at anl.gov via llvm-commits
- [PATCH] D14829: [SLP] Vectorize gather-like idioms ending at non-consecutive loads.
hfinkel at anl.gov via llvm-commits
- [PATCH] D14981: [LoopVectorize] Use std::map rather than DenseMap for MinBWs.
silviu.baranga at arm.com via llvm-commits
- [PATCH] D14909: [X86][FMA] Optimize FNEG(FMUL) Patterns
via llvm-commits
Last message date:
Sun Nov 29 23:40:19 PST 2015
Archived on: Sun Nov 29 23:38:40 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).