platform/upstream/llvm.git
2018-02-24 Heejin Ahn[WebAssembly] Add exception handling option and feature
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-24 Vedant KumarDelete dead code in MachVMMemory.cpp, NFC
2018-02-24 Vedant Kumar[unittests] Disable lldb-server tests if an external...
2018-02-24 George Burgess IV[MemorySSA] Remove a redundant dyn_cast.
2018-02-24 Craig Topper[X86] Remove checks for '(scalar_to_vector (i8 (trunc...
2018-02-24 Richard SmithAdd another test for PR36157.
2018-02-23 Volodymyr Sapsai[ExprConstant] Fix crash when initialize an indirect...
2018-02-23 Yonghong Songbpf: Hook target feature "alu32" with LLVM
2018-02-23 Stanislav Mekhanoshin[AMDGPU] Fixed madak.ll test on VI, added GFX10. NFC.
2018-02-23 Alex Lorenz[Sema][ObjC] Process category attributes before checkin...
2018-02-23 Yonghong Songbpf: New disassembler testcases for 32-bit subregister...
2018-02-23 Yonghong Songbpf: New codegen testcases for 32-bit subregister support
2018-02-23 Yonghong Songbpf: New optimization pass for eliminating unnecessary...
2018-02-23 Yonghong Songbpf: New decoder namespace for 32-bit subregister load...
2018-02-23 Yonghong Songbpf: Enable 32-bit subregister support for -mattr=...
2018-02-23 Yonghong Songbpf: Support 32-bit subregister in various InstrInfo...
2018-02-23 Yonghong Songbpf: New instruction patterns for 32-bit subregister...
2018-02-23 Yonghong Songbpf: Support i32 in getScalarShiftAmountTy method
2018-02-23 Yonghong Songbpf: Support condition comparison on i32
2018-02-23 Yonghong Songbpf: Handle i32 for ALU operations without ISA support
2018-02-23 Yonghong Songbpf: New calling convention for 32-bit subregisters
2018-02-23 Yonghong Songbpf: New target attribute "alu32" for 32-bit subregiste...
2018-02-23 Yonghong Songbpf: Define instruction patterns for extensions and...
2018-02-23 Yonghong Songbpf: Tighten the immediate predication for 32-bit alu...
2018-02-23 Yonghong Songbpf: Use markSuperRegs to mark reserved registers
2018-02-23 Artem Dergachev[CFG] Try to narrow down MSVC compiler crash via binary...
2018-02-23 George Karpenkov[analyzer] Relax the assert used when traversing the...
2018-02-23 George Karpenkov[analyzer] mark returns of functions where the region...
2018-02-23 George Karpenkov[analyzer] Consider switch- and goto- labels when const...
2018-02-23 Vedant KumarFix a compiler warning in ModuleCacheTest.cpp, NFC
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Nemanja Ivanovic[PowerPC] Disable shrink-wrapping when getting PC addre...
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Artem Dergachev[CFG] NFC: Speculative attempt to fix MSVC internal...
2018-02-23 Sanjay Patel[InstCombine] simplify code for fabs(X) * fabs(X) ...
2018-02-23 Eric ChristopherSink the verification code around the assert where...
2018-02-23 Artem Dergachev[CFG] [analyzer] NFC: Allow more complicated constructi...
2018-02-23 Sanjay Patel[InstSimplify] sqrt(X) * sqrt(X) --> X
2018-02-23 Vedant Kumar[Utility] Simplify and generalize the CleanUp helper...
2018-02-23 Fangrui Song[ELF] Fix IsPreemptible comment and typo. NFC
2018-02-23 Sriraman TallamIntrinsics calls should avoid the PLT when "RtLibUseGOT...
2018-02-23 Sriraman TallamSet Module Metadata "RtLibUseGOT" when fno-plt is used.
2018-02-23 Sanjay Patel[InstCombine] allow fmul-sqrt folds with less than...
2018-02-23 Eric ChristopherSimplify a DEBUG statement to remove a set but not...
2018-02-23 Jim InghamFix breakpoint thread name conditionals after breakpoin...
2018-02-23 Craig Topper[X86] Add assembler/disassembler support for blendm...
2018-02-23 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-02-23 Rui UeyamaRemove dead code.
2018-02-23 Krzysztof Parzyszek[Hexagon] Recognize non-immediate constants in HexagonC...
2018-02-23 Rui UeyamaInline printHelp.
2018-02-23 Rui UeyamaHandle --version before handling --mllvm.
2018-02-23 Simon PilgrimFixed unused variable warning. NFCI.
2018-02-23 Craig Topper[X86] Add DAG combine to remove (and X, 1) from in...
2018-02-23 Rui UeyamaInline a trivial ctor.
2018-02-23 Benjamin Kramer[WebAssembly] Fix macro metaprogram to not duplicate...
2018-02-23 Eric ChristopherBecause of CVE-2018-6574, some compiler options and...
2018-02-23 Petr Hosek[Driver] Make -fno-common default for Fuchsia
2018-02-23 Simon Pilgrim[X86][SSE] Generalize x > C-1 ? x+-C : 0 --> subus...
2018-02-23 Rafael EspindolaReally fix test on windows.
2018-02-23 Rafael EspindolaFix one last test on a windows host.
2018-02-23 Benjamin KramerShrink various scheduling tables by using narrower...
2018-02-23 Rafael EspindolaBring r325915 back.
2018-02-23 Evandro Menezes[PATCH] [AArch64] Add new target feature to fuse condit...
2018-02-23 Geoff BerryFix compiler warning introduced in r325931. NFC.
2018-02-23 Matt Davis[Test] Fix the test to output to /dev/null instead...
2018-02-23 Simon Pilgrim[X86][SSE] Add x > C-1 ? x+-C : 0 --> subus x, C test...
2018-02-23 George Burgess IV[MemorySSA] Use fewer magic numbers. NFC
2018-02-23 George Burgess IV[MemorySSA] Reduce padding in MemoryDefs. NFC
2018-02-23 Craig Topper[X86] Custom split v32i16/v64i8 bitcasts when AVX512F...
2018-02-23 Geoff Berry[MachineOperand][Target] MachineOperand::isRenamable...
2018-02-23 Rafael EspindolaConvert test to FileCheck. NFC.
2018-02-23 Rafael EspindolaRevert "Start setting dso_local for COFF."
2018-02-23 Davide Italiano[Darwin] Add a test to make sure clang emits __apple...
2018-02-23 Pavel LabathReplace HashStringUsingDJB with llvm::djbHash
2018-02-23 Matt Davis[Debug] Add dbg.value intrinsics for PHIs created durin...
2018-02-23 John Brawn[BPI] Detect branches in loops that make themselves...
2018-02-23 Sanjay Patel[InstCombine] refactor fmul with negated op folds;...
2018-02-23 Sanjay Patel[InstCombine] use FMF-copying functions to reduce code...
2018-02-23 Jonas Hahnfeld[OMPT] Fix parallel_data in implicit barrier-end
2018-02-23 Jonas Hahnfeld[OMPT] Fix test tasks/serialized.c with optimization
2018-02-23 Paul RobinsonRevert "[Darwin] Add a test to check clang produces...
2018-02-23 Simon Pilgrim[X86] Regenerate i128 multiply tests
2018-02-23 Stefan Pintilie[PowerPC] Code cleanup. Remove instructions that were...
2018-02-23 Petar Jovanovic[mips] finish removal of unused fields in MipsInstructi...
2018-02-23 Petar Jovanovic[mips] remove unused fields in MipsInstructionSelector
2018-02-23 Rafael EspindolaStart setting dso_local for COFF.
2018-02-23 Alexander RichardsonAllow passing additional compiler/linker flags for...
2018-02-23 Hans WennborgSupport for the mno-stack-arg-probe flag
2018-02-23 Hans WennborgSupport for the mno-stack-arg-probe flag
2018-02-23 Stefan Maksimovic[mips] Revert r325872
2018-02-23 Jonas Paulsson[SystemZ] Also update the CHECK line for VPDI
2018-02-23 Jonas Paulsson[SystemZ] Fix VPDI argument in test.
2018-02-23 Simon Pilgrim[X86][F16C] Regenerate half conversion tests
2018-02-23 Hans Wennborgllvm-config: Add advapi32 to --system-libs on Windows...
2018-02-23 Benjamin Kramer[WebAssembly] NDEBUG is spelled without a leading under...
2018-02-23 Amaury Sechet[DAGCOmbine] Ensure that (brcond (setcc ...)) is handle...
2018-02-23 Nicolai HaehnleRevert "TableGen: Fix typeIsConvertibleTo for record...
2018-02-23 Simon Atanasyan[ELF][MIPS] Set EI_ABIVERSION flag accordingly to MIPS...
next