OSDN Git Service

android-x86/external-llvm.git
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...
2018-08-17 Simon Pilgrim[DAGCombiner] extractShiftForRotate - fix out of range...
2018-08-17 Andrea Di Biagio[InstCombine] Remove unused method FAddCombine::createF...
2018-08-17 Bernard Ogden[ARM/AArch64] Support FP16 +fp16fml instructions
2018-08-17 Bernard Ogden[ARM/AArch64] TargetParserTest fixes
2018-08-17 Simon Pilgrim[DAGCombine] Improve (sra (sra x, c1), c2) -> (sra...
2018-08-17 Daniel Cederman[Sparc] Get sret arg size from CallLoweringInfo.getArgs()
2018-08-17 Simon PilgrimFix "control reaches end of non-void function" -Wreturn...
2018-08-17 Daniel Cederman[Sparc] Flush register windows for @llvm.returnaddress(1)
2018-08-17 Chen Zheng[MISC]Fix wrong usage of std::equal()
2018-08-17 Sjoerd Meijer[ARM][NFC] ARMCodeGenPrepare: some refactoring and...
2018-08-17 Max Kazantsev[MustExecute] Fix algorithmic bug in isGuaranteedToExec...
2018-08-17 Max Kazantsev[NFC] Add tests to ensure that improvement of MustThrow...
2018-08-17 Chandler CarruthRevert r339977: [GISel]: Add Opcodes for a few LLVM...
2018-08-17 Brian Cain[llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWri...
2018-08-17 Graydon Hoare[Support] Add a public API to allow clearing all (stati...
2018-08-17 Aditya Nandakumar[GISel]: Add Opcodes for a few LLVM Intrinsics
2018-08-17 Chandler Carruth[ADT] Replace a member initializer of a union with...
2018-08-17 Heejin Ahn[WebAssembly] Modify LateEHPrepare one-line description...
2018-08-16 David BlaikieDebugInfo: Remove command line (& target-based) disabli...
2018-08-16 Heejin Ahn[WebAssembly] CFG stackify support for exception handling
2018-08-16 Chandler Carruth[x86/MIR] Implement support for pre- and post-instructi...
2018-08-16 Sanjay Patel[InstCombine] add reflection fold for tan(-x)
2018-08-16 Vedant Kumar[InstrProf] Use atomic profile counter updates for...
2018-08-16 Sanjay Patel[InstCombine] add tests for tan with negated arg; NFC
2018-08-16 Alina SbirleaUpdate MemorySSA in Local utils removing blocks.
2018-08-16 Justin Bogner[docs] Try to clarify the FuzzingLLVM docs
2018-08-16 Alina Sbirlea[DomTree] Add constructor to create a new DT based...
2018-08-16 Craig Topper[DAGCombiner] Don't reassociate operations that have...
2018-08-16 Craig Topper[X86] In EFLAGS copy pass, don't emit EXTRACT_SUBREG...
2018-08-16 Richard SmithFactor Node creation out of the demangler. No functiona...
2018-08-16 Reid Kleckner[MC] Improve COFF associative section lookup
2018-08-16 Chandler Carruth[MI] Change the array of `MachineMemOperand` pointers...
2018-08-16 David BlaikieDebugInfo: Add metadata support for disabling DWARF...
2018-08-16 Michael Bergadd a missed case for binary op FMF propagation under...
2018-08-16 Philip Reames[AST] Speculative build fix for a polly buildbot
2018-08-16 Philip Reames[MemLoc] Fix a bug causing any use of invariant.end...
2018-08-16 Krzysztof Parzyszek[SystemZ] Require asserts in subregliveness-06.mir
2018-08-16 Philip Reames[LICM][NFC] Restructure pointer invalidation API in...
2018-08-16 Andrea Di Biagio[llvm-mca] Fix -Wpessimizing-move warnings introduced...
2018-08-16 Peter CollingbourneAdd missing test file from r339799.
2018-08-16 Craig Topper[X86] Pre-commit test case for D50827.
2018-08-16 Jacob Gravelle[WebAssembly] Remove temporary workaround for function...
2018-08-16 Krzysztof Parzyszek[MachineVerifier] Check if predecessor is jointly domin...
2018-08-16 Andrea Di Biagio[llvm-mca] Refactor how execution is orchestrated by...
2018-08-16 Eli Friedman[SelectionDAG] Improve the legalisation lowering of...
2018-08-16 Jordan Rupprecht[llvm-strip] Add support for -p/--preserve-dates
2018-08-16 Krzysztof Parzyszek[RegisterCoalescer] Shrink to uses if needed after...
2018-08-16 Zachary TurnerFix memory leak in demangling of string literals.
2018-08-16 Simon Pilgrim[TargetLowering] Add support for non-uniform vectors...
2018-08-16 Reid Kleckner[codeview] Use push_macro to avoid conflicts instead...
2018-08-16 Nirav Dave[MC] Cleanup noop default case spelling. NFC.
2018-08-16 Tom StellardRevert "unittests: Don't install TestPlugin.so"
2018-08-16 Matt ArsenaultAMDGPU: Custom lower fexp
next