OSDN Git Service

android-x86/external-llvm.git
2018-10-23 Jonas Devlieghere[dsymutil] Improve error reporting when we cannot creat...
2018-10-23 Heejin Ahn[WebAssembly] Fix assembly printing of br_table
2018-10-23 Wouter van... [WebAssembly] Added test for inline assembly roundtrip.
2018-10-22 Saleem AbdulrasoolX86: fix a comment copy-paste issue (NFC)
2018-10-22 Craig Topper[X86] Remove unused entries from the X86ProcFamily...
2018-10-22 Leonard Chan[Intrinsic] Unigned Saturation Addition Intrinsic
2018-10-22 Matthias BraunX86: Do not optimize branches with undef eflags inputs
2018-10-22 Sanjay Patel[Reassociate] remove bogus tests; NFC
2018-10-22 Reid Kleckner[MC] Shrink MCAsmParser by grouping bools, add const...
2018-10-22 Simon Pilgrim[ARM] Regenerate reverse shuffle costs
2018-10-22 Craig TopperRecommit r344877 "[X86] Stop promoting integer loads...
2018-10-22 Sanjay Patel[Reassociate] add vector tests with undef elements...
2018-10-22 Thomas Lively[WebAssembly][NFC] Remove WebAssemblyStackifier TableGe...
2018-10-22 Vedant Kumar[DWARF] Use a function-local offset for AT_call_return_pc
2018-10-22 Sanjay Patel[Reassociate] add 'using namespace' to reduce bloat...
2018-10-22 Lang Hames[ORC] Guard access to the MemMgrs vector in RTDyldObjec...
2018-10-22 Sanjay Patel[x86] add test for PR25498 and complete checks; NFC
2018-10-22 Tim NorthoverX86: add alias for pushfw/popfw in Intel mode
2018-10-22 Justin BognerReapply "[MachineCopyPropagation] Reimplement CopyTrack...
2018-10-22 Teresa Johnson[hot-cold-split] Add opt remark on success
2018-10-22 Simon PilgrimRevert rL344931 from llvm/trunk: [X86][SSE] getTargetSh...
2018-10-22 Simon PilgrimRevert rL344933 from llvm/trunk: [X86][SSE] Tidyup...
2018-10-22 Aaron BallmanRevert r344930 as it broke some of the bots on Windows.
2018-10-22 Simon Pilgrim[X86][SSE] Tidyup DecodeVPERMILPMask shuffle mask decoding
2018-10-22 Simon Pilgrim[X86][SSE] getTargetShuffleMaskIndices - allow opt...
2018-10-22 Joel E. Denny[SourceMgr][FileCheck] Obey -color by extending WithColor
2018-10-22 Teresa Johnson[hot-cold-split] Add missing FileCheck invocations
2018-10-22 Fangrui Song[llvm-exegesis] Fix name lookup ambiguity in MSVC after...
2018-10-22 Simon Pilgrim[X86] getTargetConstantBitsFromNode - handle extraction...
2018-10-22 Fangrui Song[llvm-exegesis] Move namespace exegesis inside llvm::
2018-10-22 Craig TopperRevert r344877 "[X86] Stop promoting integer loads...
2018-10-22 Vedant Kumar[test] Relax test/Other/opt-hot-cold-split.ll
2018-10-22 Andrea Di Biagio[llvm-mca] Remove a couple of using directives and...
2018-10-22 Matt ArsenaultDAG: Change behavior of fminnum/fmaxnum nodes
2018-10-22 Zachary TurnerSome cleanups to the native pdb plugin [NFC].
2018-10-22 Andrea Di Biagio[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI
2018-10-22 Simon Pilgrim[X86][SSE] getTargetShuffleMask - pull out repeated...
2018-10-22 Aleksandr UrakovRevert "[PDB] Extend IPDBSession's interface to retriev...
2018-10-22 Sanjay Patel[InstCombine] add tests for shuffle+insert folds; NFC
2018-10-22 Guillaume Chatelet[llvm-exegesis] Crash when assembling invalid Operand
2018-10-22 Guillaume Chatelet[llvm-exegesis] Mark x86 segment register instructions...
2018-10-22 Guillaume Chatelet[llvm-exegesis] Reject x86 instructions that use non...
2018-10-22 Roman Lebedev[X86] X86DAGToDAGISel: handle BZHI selection too, not...
2018-10-22 David GreeneDocument bisect-skip-count
2018-10-22 Roman Lebedev[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x...
2018-10-22 Petar AvramovicTest commit: change comment.
2018-10-22 George Rimar[llvm-dwarfdump] - Fix win10 build bot failture.
2018-10-22 George Rimar[llvm-dwarfdump] - Add the support of parsing .debug_lo...
2018-10-22 Nemanja Ivanovic[PowerPC][NFC] Fix bugs in r+r to r+i conversion
2018-10-22 Benjamin Kramer[CGProfile] Turn constant-size SmallVector into array
2018-10-22 Aleksandr Urakov[PDB] Extend IPDBSession's interface to retrieve frame...
2018-10-22 Craig Topper[X86] Add patterns for vector and/or/xor/andn with...
2018-10-22 Dorit Nuzman[IAI,LV] Avoid creating a scalar epilogue due to gaps...
2018-10-21 Craig Topper[X86] Stop promoting integer loads to vXi64
2018-10-21 Craig TopperRevert r344873 "foo"
2018-10-21 Craig Topper[X86] Remove SDIVREM8_SEXT_HREG/UDIVREM8_ZEXT_HREG...
2018-10-21 Craig Topperfoo
2018-10-21 Sanjay Patel[DAGCombiner] reduce insert+bitcast+extract vector...
2018-10-21 Aditya KumarSchedule Hot Cold Splitting pass after most optimizatio...
2018-10-21 Simon Pilgrim[X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPer...
2018-10-21 Simon Pilgrim[X86] Only extract constant pool shuffle mask data...
2018-10-21 Heejin Ahn[WebAssembly] Change tabs to spaces in basic-assembly.s
2018-10-20 Lang Hames[ORC] Add some more basic sanity tests for the LLJIT.
2018-10-20 Sanjay Patel[InstCombine] add test for possible shuffle fold; NFC
2018-10-20 Simon Pilgrim[CostModel][X86] Add some initial extract/insert subvec...
2018-10-20 Sanjay Patel[InstCombine] use 'match' to simplify code; NFC
2018-10-20 Sanjay Patel[InstCombine] make code more flexible with lambda; NFC
2018-10-20 Sanjay Patel[InstCombine] add explanatory comment for strange vecto...
2018-10-20 Simon Pilgrim[SLPVectorizer][X86] Add mul/and/or/xor unrolled reduct...
2018-10-20 Sanjay Patel[SLPVectorizer] regenerate test checks; NFC
2018-10-20 Simon Pilgrim[CostModel][X86] Add integer vector reduction cost...
2018-10-20 Simon PilgrimReplace setFeature macro with lambda to fix MSVC "shift...
2018-10-20 David BlaikieDebugInfo: Use base address specifiers more aggressively
2018-10-20 David BlaikieAdd missed file from previous commit (r344838)
2018-10-20 David BlaikieDebugInfo: Use DW_OP_addrx in DWARFv5
2018-10-20 David BlaikieDebugInfo: Implement debug_rnglists.dwo
2018-10-20 David BlaikieDebugInfo: Use address pool forms in debug_rnglists
2018-10-20 David Blaikiellvm-dwarfdump: Support RLE_addressx and RLE_startx_len...
2018-10-20 David BlaikieDebugInfo: Use debug_addr for non-dwo addresses in...
2018-10-20 Craig Topper[X86] Add additional CPUs and features to Host.cpp...
2018-10-20 Thomas Lively[WebAssembly] Implement vector sext_inreg and tests...
2018-10-20 Thomas Lively[WebAssembly] Custom lower i64x2 constant shifts to...
2018-10-20 Roman Tereshin[MachineCSE][GlobalISel] Making sure MachineCSE works...
2018-10-19 Petar Jovanovic[llvm-objdump] Fix --file-headers (-f) option
2018-10-19 Thomas Lively[LoopVectorize] Loop vectorization for minimum and...
2018-10-19 Changpeng FangAMDGPU: Add support pattern for SUB of one bit
2018-10-19 Evandro Menezes[NFC][InstCombine] Undo stray change
2018-10-19 Craig Topper[X86] Remove some left over code from when MVT:i1 was...
2018-10-19 Matt ArsenaultFix typos in assert message
2018-10-19 Aditya Nandakumar[GISel]: Allow PHIs to be DCEd
2018-10-19 Craig Topper[X86] In PostprocessISelDAG, start from allnodes_end...
2018-10-19 Wolfgang Pieb[DWARF] Make llvm-dwarfdump display location lists...
2018-10-19 Thomas Lively[WebAssembly] Handle undefined lane indices in SIMD...
2018-10-19 Krzysztof PszenicznyFix a use-after-RAUW bug in large GEP splitting
2018-10-19 Thomas Lively[InstCombine] InstCombine and InstSimplify for minimum...
2018-10-19 Andrea Di Biagio[llvm-mca] Remove a stale TODO comment. NFC
2018-10-19 Thomas Lively[ConstantFolding] Constant fold minimum and maximum...
2018-10-19 Jonas Devlieghere[dwarfdump] Hide ranges in diff-mode.
2018-10-19 Sanjay Patel[InstCombine] use m_Neg() in dyn_castNegVal() to match...
2018-10-19 Krzysztof Parzyszek[Hexagon] Remove support for V4
next