OSDN Git Service

android-x86/external-llvm.git
2018-08-20 Cameron McInally[FPEnv] Support constrained FREM intrinsic
2018-08-20 Marcello Maggioni[PSV] Update API to be able to use TargetCustom without UB.
2018-08-20 Zachary Turner[MS Demangler] Demangle member pointer template parameters.
2018-08-20 Aditya NandakumarRevert "Revert r339977: [GISel]: Add Opcodes for a...
2018-08-20 Simon Pilgrim[TargetLowering] Disable BuildSDiv division by one...
2018-08-20 Sanjay Patel[ConstantFolding] improve folding of binops with vector...
2018-08-20 Alina Sbirlea[MemorySSA] Update comment to better describe cfg chang...
2018-08-20 Sanjay Patel[ConstantFolding] add tests for binops on vectors with...
2018-08-20 Matt ArsenaultValueTracking: Handle more instructions in isKnownNeverNaN
2018-08-20 Reid KlecknerRevert rr340111 "[GISel]: Add Legalization/lowering...
2018-08-20 Reid KlecknerAdd cmake option to disable minidumps, default it to off
2018-08-20 Sanjay Patel[InstCombine] add tests for insertelement+binop; NFC
2018-08-20 Andrea Di Biagio[llvm-mca] Make the LSUnit a HardwareUnit, and allow...
2018-08-20 Simon Pilgrim[SelectionDAG] Reuse the Op's VT. NFCI.
2018-08-20 Samuel PitoisetAMDGPU: fix compilation errors since r340171
2018-08-20 Samuel PitoisetAMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit...
2018-08-20 Haojian WuFix an undefined behavior when storing an empty StringRef.
2018-08-20 Simon Pilgrim[SelectionDAG] Add partial sign-bit support to ComputeN...
2018-08-20 Simon Pilgrim[X86][SSE] Fix PACKSS bitcast test from rL340166
2018-08-20 Simon Pilgrim[X86][SSE] Add PACKSS test showing ComputeNumSignBits...
2018-08-20 Simon Pilgrim[X86] Drop unnecessary exact qualifier from packss...
2018-08-20 Victor Leschuk[DWARF] Refactor DWARF classes to use unified error...
2018-08-20 Simon PilgrimUse LLVM_BUILTIN_TRAP not __builtin_trap to appease...
2018-08-20 Sander de Smalen[AArch64][SVE] Asm: Add SVE System registers
2018-08-20 Kirill Bobyrev[llvm] Make YAML serialization up to 2.5 times faster
2018-08-20 Justin Bogner[SimplifyCFG] Replace some uses of bitwise or with...
2018-08-20 Craig Topper[InstCombine] Move some variable declarations into...
2018-08-20 QingShan Zhang[PowerPC] Add a peephole post RA to transform the inst...
2018-08-19 whitequark[bindings/go] Add coroutine passes
2018-08-19 whitequark[LLVM-C] Add coroutine passes
2018-08-19 whitequark[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreate...
2018-08-19 Craig Topper[InstCombine] Add test cases for an icmp combine that...
2018-08-19 Simon Pilgrim[SelectionDAG] Add basic demanded elements support...
2018-08-19 Simon Pilgrim[X86][SSE] Add PACKSS test showing ComputeNumSignBits...
2018-08-19 Craig Topper[X86] Fix an issue in the matching for ADDUS.
2018-08-19 Craig Topper[X86] Add a test case showing an issue in our addusw...
2018-08-18 Aditya KumarUpdating MergeFunctions.rst
2018-08-18 Craig Topper[X86] Use SDValue::operator== instead of DAG.isEqualTo...
2018-08-18 Craig Topper[X86] Simplify the PADDUS legality check in combineSele...
2018-08-18 Craig Topper[X86] Add support for using 512-bit PSUBUS to combineSe...
2018-08-18 Craig Topper[X86] Add test cases to show missed opportunities to...
2018-08-18 Zachary Turner[MS Demangler] Resolve backreferences eagerly, not...
2018-08-18 Lang Hames[RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl...
2018-08-18 Simon Pilgrim[X86] Replace all single match schedule class instregex...
2018-08-18 Simon Pilgrim[X86] Merge shift/rotate schedule class instregexs
2018-08-18 Hsiangkai Wang[DebugInfo] In FastISel, convert llvm.dbg.label to...
2018-08-18 Craig Topper[X86] Add a signed test case for PR38622. Use nounwind...
2018-08-18 Craig Topper[DAGCombiner] Allow divide by constant optimization...
2018-08-18 Zachary TurnerAdd the extended XMM registers mappings for AVX-512.
2018-08-18 Lang Hames[ORC] Fix some parameter names. NFC.
2018-08-18 Lang Hames[ORC] Rename 'finalize' to 'emit' to avoid potential...
2018-08-18 Peter CollingbourneMC: Remove dead code from WinCOFFObjectWriter.cpp....
2018-08-18 Aditya Nandakumar[GISel]: Add Legalization/lowering code for bit countin...
2018-08-17 Philip Reames[AST] Clarify printing of unknown size locations [NFC]
2018-08-17 Jordan Rupprecht[llvm-objcopy] Implement -G/--keep-global-symbol(s).
2018-08-17 George Burgess IV[DebugCounters] don't do redundant map lookups; NFC
2018-08-17 Philip Reames[AST][Tests] Clarify what each test is doing
2018-08-17 Philip Reames[AST[Tests] Shorten tests using noalias params
2018-08-17 Philip Reames[AST] Add tests for argmemonly calls [NFC]
2018-08-17 Matt ArsenaultValueTracking: Add tests for isKnownNeverNaN
2018-08-17 Reid Kleckner[MC] Improve error message when a codeview register...
2018-08-17 Zachary Turner[MS Demangler] Properly print all thunk types.
2018-08-17 Craig Topper[X86] Remove detectAddSubSatPattern.
2018-08-17 Matt ArsenaultDAG: Fix isKnownNeverNaN for basic non-sNaN cases
2018-08-17 Lang Hames[ORC] Rename VSO to JITDylib.
2018-08-17 Zachary Turner[MS Demangler] Demangle all remaining types of operators.
2018-08-17 Krzysztof Parzyszek[Hexagon] Remove unused functions from HexagonInstPrint...
2018-08-17 Michael Kruse[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
2018-08-17 Jordan RupprechtFix windows buildbots by removing : from filenames
2018-08-17 Jordan Rupprecht[llvm-objcopy] Add support for -I binary -B <arch>.
2018-08-17 Jun LimTest commit
2018-08-17 Vedant KumarRemove a hardcoded address in test/DebugInfo/X86/vla...
2018-08-17 Alina Sbirlea[IDF] Make GD const.
2018-08-17 Matt Davis[llvm-mca] Reformat a few lines (fix spacing). NFC.
2018-08-17 Reka Kovacs[Support] NFC: Fix docstring in FileSystem.h.
2018-08-17 Simon Pilgrim[X86][SSE] Lower constant vXi8 ISD::SRL/ISD::SRA using...
2018-08-17 Evandro Menezes[InstCombine] Refactor the simplification of pow()...
2018-08-17 Evandro Menezes[NFC] Expand test cases for simplifying pow()
2018-08-17 Craig Topper[X86] Use hasOneUse instead of isOnlyUserOf. NFCI
2018-08-17 Simon Pilgrim[TableGen] Don't separately search for DefaultMode...
2018-08-17 Alina Sbirlea[IDF] Teach Iterated Dominance Frontier to use a snapsh...
2018-08-17 Teresa Johnson[ThinLTO] Add option for printing import failure reasons
2018-08-17 Zachary Turner[MS Demangler] Rework the way operators are demangled.
2018-08-17 Simon Pilgrim[TableGen] TypeInfer - Cache the legal types as TypeSet...
2018-08-17 Hsiangkai Wang[DebugInfo] Generate DWARF debug information for labels...
2018-08-17 Stefan Pintilie[PowerPC] Generate lxsd instead of the ld->mtvsrd seque...
2018-08-17 Andrea Di Biagio[llvm-mca] Removed references to HWStallEvent in Schedu...
2018-08-17 Francis Visoiu... [x86] Fix test breaking on Darwin after r339962
2018-08-17 Francis Visoiu... [X86] Fix liveness information when expanding X86:...
2018-08-17 Florian Hahn[NewGVN] Add tests for r340031.
2018-08-17 Florian Hahn[InstrSimplify,NewGVN] Add option to ignore additional...
2018-08-17 Krzysztof Parzyszek[Hexagon] Expand vgather pseudos during packetization
2018-08-17 Alex Bradbury[AtomicExpandPass] Widen partword atomicrmw or/xor...
2018-08-17 Anna Thomas[LICM] Add a diagnostic analysis for identifying alias...
2018-08-17 Roger Ferrer... [RISCV] Remove unused function
2018-08-17 Sanjay Patel[ConstantFolding] add simplifications for funnel shift...
2018-08-17 Simon Pilgrim[TableGen] TypeSetByHwMode::insert - cache the default...
2018-08-17 Luke Cheeseman[AArch64] - Generate pointer authentication instructions
2018-08-17 Nemanja IvanovicRevert extraneous directory added by accident in rL340016
2018-08-17 Nemanja Ivanovic[PowerPC] Generate Power9 extswsli extend sign and...
next