OSDN Git Service

android-x86/external-llvm.git
2019-02-07 Quentin Colombet[InstCombine] Optimize `atomicrmw <op>, 0` into `load...
2019-02-07 Peter Collingbournegn build: Make check-{clang,lld,llvm} pass on FreeBSD.
2019-02-07 Florian Hahn[LV] Remove unnecessary assignment to UserIC.
2019-02-07 Sanjay Patel[InstCombine] Fix crashing from (icmp (bitcast ([su...
2019-02-07 Adrian PrantlMove SMTSolver dump() methods out-of-line.
2019-02-07 Nikita Popov[CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO
2019-02-07 Shoaib Meenai[cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to...
2019-02-07 Sanjay Patel[InstCombine] refactor folds for (icmp (bitcast X)...
2019-02-07 Florian Hahn[LV] Prevent interleaving if computeMaxVF returned...
2019-02-07 Matt ArsenaultGlobalISel: Try to fix bot failures
2019-02-07 Simon Pilgrim[DAGCombiner] (add (umax X, C), -C) --> (usubsat X...
2019-02-07 Matt ArsenaultGlobalISel: Implement narrowScalar for shift main type
2019-02-07 Matt ArsenaultAMDGPU/GlobalISel: Restrict g_implicit_def legality
2019-02-07 Matt ArsenaultGlobalISel: Fix artifact combiner constant legality...
2019-02-07 Matt ArsenaultAMDGPU/GlobalISel: Don't use g_implicit_def in a few...
2019-02-07 Nirav DaveRevert "[DAG] Cleanup of unused node in SimplifySelectCC."
2019-02-07 Reid Kleckner[InstrProf] Avoid reconstructing Triple, NFC
2019-02-07 Matt ArsenaultAMDGPU/GlobalISel: Legalize fsqrt
2019-02-07 Matt ArsenaultAMDGPU/GlobalISel: Legalize some f16 operations
2019-02-07 Teresa Johnson[HotColdSplit] With PGO add profile entry metadata...
2019-02-07 Sanjay Patel[DAGCombiner] fold add/sub with bool operand based...
2019-02-07 Matt ArsenaultGlobalISel: Implement fewerElementsVector for shifts
2019-02-07 Matt ArsenaultGlobalISel: Try to make legalize rules more useful...
2019-02-07 Nirav Dave[DAG] Cleanup of unused node in SimplifySelectCC.
2019-02-07 Sanjay Patel[x86] split more 256/512-bit shuffles in lowering
2019-02-07 Nirav Dave[DAG] Cleanup unused node on failed SELECT Combine.
2019-02-07 Jordan Rupprecht[llvm-ar][libObject] Fix relative paths when nesting...
2019-02-07 Nirav Dave[X86] Simplify casing. NFC.
2019-02-07 Nirav Dave[DAG] Cleanup unused nodes on failed store-to-load...
2019-02-07 Alexandre Ganea[CodeView] Fix cycles in debug info when merging Types...
2019-02-07 Fangrui SongFix misspelled filenames in file headers
2019-02-07 Sam Parker[LSR] Generate cross iteration indexes
2019-02-07 Diana Picus[ARM GlobalISel] Support G_ICMP for Thumb2
2019-02-07 David Green[ARM] Reformat isRedundantFlagInstr for D57833. NFC
2019-02-07 Jiong Wang[BPF] add code-gen support for JMP32 instructions
2019-02-07 Tim NorthoverAArch64: implement copy for paired GPR registers.
2019-02-07 Craig Topper[BranchFolding] Remove dead code for handling EHPad...
2019-02-07 JF BastienBump minimum toolchain version
2019-02-07 Mikhail R.... Move the SMT API to LLVM
2019-02-07 Peter Collingbournegn build: Merge the test part of r353237.
2019-02-07 Sam Clegg[WebAssembly] Update test output after rL353357. NFC.
2019-02-07 Brad SmithAdd OpenBSD support to be able to get the thread name
2019-02-07 Sam Clegg[WebAssembly] Add symbol flag to the binary format...
2019-02-07 Eric ChristopherFix a minor grammar thinko.
2019-02-07 Sam Clegg[WebAssembly] Expand symbol flags shown by llvm-objdump...
2019-02-07 Shoaib Meenai[cmake] Drop clang-tools-extra from LLVM_ALL_PROJECTS
2019-02-07 Sam CleggRemove reference to non-existent function. NFC.
2019-02-06 Jordan Rupprecht[llvm-ar] Remove leading slash when printing thin archi...
2019-02-06 Shoaib Meenai[cmake] Add all subprojects to LLVM_ALL_PROJECTS
2019-02-06 Roland Froese[PowerPC] Add vector truncate test to prep for D56507 NFC
2019-02-06 Shoaib Meenai[cmake] Add openmp to LLVM_ALL_PROJECTS
2019-02-06 Jordan Rupprecht[libObject][NFC] Include filename in error message
2019-02-06 Alina Sbirlea[LICM/MSSA] Add promotion to scalars by building an...
2019-02-06 Nirav Dave[DAG] Immediately cleanup unused nodes from extend...
2019-02-06 Michael BergMove IR flag handling directly into builder calls for...
2019-02-06 Alina Sbirlea[AliasSetTracker] Pass MustAlias to addPointer more...
2019-02-06 Craig Topper[X86] Change the CPU on the test case for pr40529.ll...
2019-02-06 Nirav Dave[X86][DAG] Avoid creating dangling bitcast.
2019-02-06 Sanjay Patel[x86] add tests for horizontal ops (PR38971, PR33758...
2019-02-06 Jonas Paulsson[SystemZ] Improved handling of the @llvm.ctlz intrinsic.
2019-02-06 Peter Collingbournebuild: Remove the cmake check for malloc.h.
2019-02-06 Jonas Paulsson[SystemZ] Wait with VGBM selection until after DAGComb...
2019-02-06 Florian Hahn[opt-viewer] Add --filter option to select remarks...
2019-02-06 Bjorn Pettersson[SelectionDAG] Cleanup some code comments. NFC
2019-02-06 Jessica Paquette[GlobalISel][NFC] Gardening: Factor out code for simple...
2019-02-06 James Henderson[yaml2obj]Allow number for ELF symbol type
2019-02-06 Sanjay Patel[InstCombine] X | C == C --> (X & ~C) == 0
2019-02-06 Sanjay Patel[InstCombine] add tests for PR40611 and regenerate...
2019-02-06 Tim NorthoverAArch64: enforce even/odd register pairs for CASP instr...
2019-02-06 Nirav Dave[InlineAsm][X86] Add backend support for X86 flag outpu...
2019-02-06 Nirav Dave[SelectionDAGBuilder] Refactor Inline Asm output check...
2019-02-06 Ulrich Weigand[SystemZ] Do not return INT_MIN from strcmp/memcmp
2019-02-06 Tim NorthoverAArch64: annotate atomics with dropped acquire semantic...
2019-02-06 Sanjay Patel[x86] vectorize cast ops in lowering to avoid register...
2019-02-06 Andrea Di Biagio[MCA] Speedup ResourceManager queries. NFCI
2019-02-06 Nico Webergn build: Merge r353265, r353237
2019-02-06 Eugene LeviantAttempt to fix buildbot after r353289
2019-02-06 Clement Courbet[DAGCombine][NFC] GatherAllAliases should take a LSBase...
2019-02-06 Max Kazantsev[NFC] Simplify check in guard widening
2019-02-06 Eugene Leviant[llvm-objcopy] Allow regular expressions in name comparison
2019-02-06 James Henderson[DebugInfo]Print correct value for special opcode addre...
2019-02-06 James Henderson[DebugInfo][llvm-symbolizer]Add some tests for edge...
2019-02-06 Roman Lebedev[yaml::BinaryRef] Slight perf tuning (for llvm-exegesis...
2019-02-06 Fangrui SongFix misspelled filenames in file headers of llvm/{MC...
2019-02-06 Max Kazantsev[NFC] Factor out detatchment of dead blocks from their...
2019-02-06 Max Kazantsev[LoopSimplifyCFG] Do not count dead exit blocks twice...
2019-02-06 Max Kazantsev[NFC] Revert rL353274
2019-02-06 Max Kazantsev[NFC] Extend API of DeleteDeadBlock(s) to collect updat...
2019-02-06 Max Kazantsev[NFC] Replace readonly SmallVectorImpl with ArrayRef
2019-02-06 Teresa Johnson[HotColdSplit] Move splitting after instrumented PGO use
2019-02-06 Petr Hosek[CMake] Unify scripts for generating VCS headers
2019-02-06 Philip Reames[AliasSetTracker] Minor style tweak to avoid a variable...
2019-02-06 Philip Reames[Test] Add codegen tests for unordered and monotonic...
2019-02-06 Richard TrieuMove DomTreeUpdater from IR to Analysis
2019-02-06 Sanjay Patel[x86] add tests for extract+sitofp; NFC
2019-02-06 Heejin Ahn[WebAssembly] Tidy up `let` statements in .td files...
2019-02-05 Alina Sbirlea[BasicAA] Cache nonEscapingLocalObjects for alias(...
2019-02-05 Nico Webergn build: Fix clang-tidy build
2019-02-05 Vedant Kumar[HotColdSplit] Do not split out `resume` instructions
2019-02-05 David BlaikieOrc: Simplify RPC naming system by using function-local...
next