platform/upstream/llvm.git
2020-02-16 Florian Hahn[SCCP] Re-generate check lines using --function-signatu...
2020-02-16 Craig Topper[X86] Separate floating point handling out of EmitCmp...
2020-02-16 Craig Topper[X86] Split X86ISD::CMP into an integer and FP opcode.
2020-02-16 Mark de Wever[Sema] Fix pointer-to-int-cast for MSVC build bot
2020-02-16 marshallUpdate last-mod date for libcxx status page
2020-02-16 marshallUpdated with list of papers and issues adopted in Prague
2020-02-16 LLVM GN Syncbot[gn build] Port ee2c0f76d74
2020-02-16 Eric Astor[ms] [llvm-ml] Add a draft MASM parser
2020-02-16 Nikita Popov[IRBuilder] Prefer InsertPointGuard over full copy...
2020-02-16 Nikita Popov[IRBuilder] Fix unnecessary IRBuilder copies; NFC
2020-02-16 Simon Pilgrim[X86] combineX86ShuffleChain - add support for combinin...
2020-02-16 Simon Pilgrim[X86] combineX86ShuffleChain - add support for combinin...
2020-02-16 Nikita PopovRevert "[IRBuilder] Virtualize IRBuilder"
2020-02-16 Sanjay Patel[VectorCombine] fix cost calc for extract-cmp
2020-02-16 Sanjay Patel[x86] form broadcast of scalar memop even with >1 use
2020-02-16 Nikita Popov[InstCombine] Create new log2 intrinsic; NFCI
2020-02-16 Nikita Popov[InstCombine] Add multiuse tests for cttz transform...
2020-02-16 Mark de Wever[Sema] Adds the pointer-to-int-cast diagnostic
2020-02-16 Nikita Popov[IRBuilder] Try to fix warnings
2020-02-16 Nikita Popov[IRBuilder] Virtualize IRBuilder
2020-02-16 Georgii Rymar[llvm-readobj] - Refactor the code that dumps relocations.
2020-02-16 riverriddle... [mlir] Allow adding extra class declarations to interfaces.
2020-02-16 River Riddle[mlir][Parser][NFC] Remove several usages of getEncoded...
2020-02-16 Johannes Doerfert[FIX] Do not copy an llvm::function_ref if it has to...
2020-02-16 Johannes Doerfert[Attributor][FIX] Use pointer not reference as it can...
2020-02-16 Dimitry AndricRestore functionality of --sysroot on FreeBSD after...
2020-02-16 Greg Clayton[NFC] Move ValidTextRanges out of DwarfTransformer...
2020-02-16 Johannes Doerfert[FIX] Remove pointer in attribute to eliminate leaks...
2020-02-15 Eric Fiselier[libc++] Move abs and div into stdlib.h to fix header...
2020-02-15 Eric Fiselier[libc++] Add utility to generate and display libc+...
2020-02-15 Simon Pilgrim[X86] Add test cases showing failure to simplify target...
2020-02-15 Simon PilgrimFix Wdocumentation unknown parameter warnings. NFCI.
2020-02-15 Simon Pilgrim[X86][AVX512] Split AVX512F and AVX512BW shuffle combin...
2020-02-15 Fangrui Song[X86][AsmPrinter] PrintSymbolOperand: prefer to lower...
2020-02-15 Florian Hahn[ValueLattice] Update markConstantRange to return false...
2020-02-15 Craig Topper[X86] Merge two switches together to simplify some...
2020-02-15 Craig Topper[X86] Fix typo in comment. NFC
2020-02-15 Simon Pilgrim[X86] combineX86ShuffleChain - add support for combinin...
2020-02-15 Florian Hahn[ValueLattice] Make mark* functions public, return...
2020-02-15 Simon Pilgrim[X86] Add test showing failure to combine shuffle to...
2020-02-15 Craig Topper[X86] Move combineIncDecVector logic from Select to...
2020-02-15 Florian HahnRecommit "[SCCP] Remove forcedconstant, go to overdefin...
2020-02-15 Fangrui Song[MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig...
2020-02-15 Simon PilgrimFix gcc9.2 -Winit-list-lifetime warning. NFCI.
2020-02-15 Georgii Rymar[obj2yaml] - Fix a -Wsign-compare warning gived by...
2020-02-15 Alexandre Ganea[Support] In tests, fix warning: variable ‘Threads...
2020-02-15 Simon PilgrimFix boolean/bitwise operator precedence warnings. NFCI.
2020-02-15 Simon Pilgrim[APInt] byteSwap - handle any whole byte bitwidth great...
2020-02-15 Pavel Iliin[AArch64][FIX] Correct register live range during pseud...
2020-02-15 Simon Pilgrim[APInt] byteSwap - simplify sub 64-bits cases to match...
2020-02-15 Simon Pilgrim[APInt] Add some procedural APInt::byteSwap unit tests
2020-02-15 David Green[AArch64] Fixup kill flags on BSL generation
2020-02-15 Nico Weber[gn build] unbreak win build by removing flags that...
2020-02-15 Alexey Lapshin[Debuginfo][NFC] Remove usages of WithColor::error...
2020-02-15 Richard SmithPR44890: Inherit explicitly-specified template argument...
2020-02-15 Richard Smith[cxx_status] New papers from Prague 2020 WG21 meeting.
2020-02-15 serge-sans... Fix standalone build interaction with compiler extension
2020-02-15 Alexey Lapshin[Debuginfo][NFC] Create common error handlers for DWARF...
2020-02-15 Johannes Doerfert[Attributor] Collect memory accesses with their respect...
2020-02-15 Johannes Doerfert[NFC] Revert unnecessary parts of b91c267380
2020-02-15 Johannes Doerfert[FIX] Order macros after D72304
2020-02-15 Johannes Doerfert[FIX] Remove warnings and UB after 1228d42ddab8
2020-02-15 Johannes Doerfert[FIX] Repair clang-tidy check after D72304
2020-02-15 Fady Ghanim[OpenMP][OMPIRBuilder] Add Directives (master and criti...
2020-02-15 Fangrui Song[MCStreamer] De-capitalize EmitValue EmitIntValue{...
2020-02-15 Uday BondhugulaNFC: add indexing operator for ArrayAttr
2020-02-15 Johannes Doerfert[OpenMP][NFC] Update OpenMPSupport table
2020-02-15 Atmn Patel[OpenMP][NFCI] Use the libFrontend DefaultKind in Clang
2020-02-15 Fangrui Song[Attributor] Fix -Wunused-variable for -DLLVM_ENABLE_AS...
2020-02-15 Fangrui Song[AsmPrinter] Omit unique ID for .stack_sizes
2020-02-15 Fangrui Song[AsmPrinter][XRay] Omit unique ID for xray_instr_map...
2020-02-15 Diogo Sampaio[AArch64][FPenv] Update chain of int to fp conversion
2020-02-15 Fangrui Song[AsmPrinter] Omit unique ID for __patchable_function_en...
2020-02-15 Fangrui Song[MC] Add MCSection::NonUniqueID and delete one MCContex...
2020-02-15 Fangrui Song[MC][ELF] Make linked-to symbol name part of ELFSectionKey
2020-02-15 Johannes Doerfert[Attributor][FIX] Ensure abstract attributes are existi...
2020-02-15 Johannes Doerfert[Attributor] Manifest simplified (return) values properly
2020-02-15 Johannes Doerfert[Attributor][FIX] Collapse `undef` to a proper value
2020-02-15 Johannes Doerfert[Attributor][FIX] Restrict cross-SCC call deletion
2020-02-15 Johannes Doerfert[Attributor][NFC] Add check lines for tests
2020-02-15 Johannes Doerfert[Attributor][FIX] Carefully strip casts in AANoAlias
2020-02-15 Johannes Doerfert[Attributor][FIX] Do not RAUW void values
2020-02-15 Fangrui Song[llvm-ranlib][test] Fix rwx- after a4f3847f3d5742cfab7a...
2020-02-15 Matt ArsenaultAMDGPU/GlobalISel: Fix missing impdef of scc on boolean...
2020-02-15 Fangrui Song[MC] De-capitalize another set of MCStreamer::Emit...
2020-02-15 Fangrui Song[MC] De-capitalize some MCStreamer::Emit* functions
2020-02-15 Nico Weber[gn build] Make build locally deterministic
2020-02-15 Jason MolendaRemove 'process launch failed:' message prefix in Targe...
2020-02-15 Shiva Chen[RISCV] Correct the CallPreservedMask for the function...
2020-02-15 Johannes Doerfert[Attributor] Derive memory location attributes (argmemo...
2020-02-15 Matt ArsenaultAMDGPU: Don't preserve analyses with div64 IR expansion
2020-02-14 Amy HuangFix 01b02a73de78 to use correct macro spelling and...
2020-02-14 Matt ArsenaultAMDGPU/GlobalISel: Fix G_EXTRACT of 96-bit results
2020-02-14 Matt ArsenaultAMDGPU: Use generated checks for memcpy expansion
2020-02-14 Matt ArsenaultAMDGPU/GlobalISel: Improve 16-bit bswap
2020-02-14 Matt ArsenaultGlobalISel: Remove unused function argument
2020-02-14 Stanislav Mekhanoshin[TBLGEN] Allow to override RC weight
2020-02-14 Derek Schuff[WebAssembly] Add section names for some DWARF5 sections
2020-02-14 Reid KlecknerFix -Wstring-compare warnings in new OpenMP code
2020-02-14 Johannes Doerfert[FIX] Add missing InGroup to warning introduced as...
next