platform/upstream/llvm.git
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...
2020-02-14 Johannes Doerfert[Attributor][FIX] Validate the type for AAValueConstant...
2020-02-14 Amy HuangDon't call computeHostNumPhysicalCores when LLVM_ENABLE...
2020-02-14 Lang Hames[lli] Add a '-dlopen <library-path>' option to lli.
2020-02-14 Johannes Doerfert[OpenMP][Part 2] Use reusable OpenMP context/traits...
2020-02-14 Jonas Devlieghere[lldb/Editline] Fix mistake in HistoryOperation mapping
2020-02-14 Roman Lebedev[NFC][llvm-exegesis] CombinationGenerator::performGener...
2020-02-14 Dan Liew[compiler-rt] Make various Apple lit substitutions...
2020-02-14 Dan Liew[compiler-rt] Disable building LibFuzzer for WatchOS...
2020-02-14 Dan Liew[compiler-rt] Provide a lit config variable that define...
2020-02-14 Dan Liew[compiler-rt] Add `DARWIN_osx_MIN_VER_FLAG` variable...
2020-02-14 Dan Liew[compiler-rt] Use the correct minimum version flag...
2020-02-14 Craig Topper[llvm-exegesis] Rename range based for loop variable...
2020-02-14 Craig Topper[Hexagon] Add an explicit makeArrayRef to pacify gcc 5.5
2020-02-14 Diego Caballero[mlir] Add MemRef filter to affine data copy optimization
2020-02-14 Christopher... [scudo][standalone] Allow setting release to OS
2020-02-14 Sean Fertile[AsmPrinter] Use the McASMInfo to determine if we need...
2020-02-14 Nico Weberfix some comment typos to cycle bots
2020-02-14 Nico Weber[windows] Add /Gw to compiler flags
2020-02-14 Austin Kerbow[AMDGPU] Always enable XNACK feature when support is...
2020-02-14 Evandro Menezes[docs] Add note on using cmake to perform the build
2020-02-14 Matt ArsenaultAMDGPU: Add option to disable CGP division expansion
2020-02-14 Sanjay Patel[x86] remove stray test assertions; NFC
2020-02-14 Sanjay Patel[x86] regenerate complete test checks for sqrt{est...
2020-02-14 Matt ArsenaultAMDGPU: Add option to expand 64-bit integer division...
2020-02-14 Craig Topper[X86] Use ZERO_EXTEND instead of SIGN_EXTEND in the...
2020-02-14 Craig Topper[X86] Add AVX512 support to the fast isel code for...
2020-02-14 Alina Sbirlea[LoopRotate] Get and update MSSA only if available...
next