OSDN Git Service

android-x86/external-llvm.git
2018-04-19 Krzysztof Parzyszek[if-converter] Handle BBs that terminate in ret during...
2018-04-19 Krzysztof Parzyszek[Hexagon] Use legal types when lowering CONCAT_VECTORS...
2018-04-19 Francis Visoiu... [llvm-objdump] Remove test object file
2018-04-19 Francis Visoiu... [llvm-objdump] Print "..." instead of random data for...
2018-04-19 Teresa Johnson[gold/ThinLTO] Invoke llvm_shutdown when exiting after...
2018-04-19 Mark Searles[AMDGPU] Do not only rely on BB number when finding...
2018-04-19 Simon Pilgrim[llvm-mca][X86] Add mmx instruction to btver2 resource...
2018-04-19 Florian Hahn[NewGVN] Add ops as dependency if we cannot find a...
2018-04-19 Krzysztof Parzyszek[Hexagon] Generate code for vector bswap intrinsics
2018-04-19 Simon Pilgrim[X86][BtVer2] Remove SSE4A EXTRQ/EXTRQI InstRW overrides.
2018-04-19 Krzysztof Parzyszek[Hexagon] Add/fix patterns for 32/64-bit vector compare...
2018-04-19 Mikhail Maltsev[Unittests] Fix plugins test
2018-04-19 Simon Dardis[mips] Correct the definitions of the unaligned word...
2018-04-19 Roman Lebedev[NFC][InstCombine] A few more tests for masked merge...
2018-04-19 Alexander IvchenkoLowering x86 adds/addus/subs/subus intrinsics (llvm...
2018-04-19 Florian HahnRemove file accidentally added in r330320.
2018-04-19 Florian Hahn[IR/BasicBlockTest] Fix asan failure introduced in...
2018-04-19 Simon Pilgrim[X86][FMA] Remove FMA reg-reg InstRW scheduler overrides.
2018-04-19 Simon Pilgrim[X86][BtVer2] Remove 128-bit F16C InstRW overrides.
2018-04-19 Simon Pilgrim[llvm-exegesis] Fix PfmIssueCountersTable creation
2018-04-19 Florian Hahn[BasicBlock] Add instructionsWithoutDebug methods to...
2018-04-19 Simon Dardis[mips] Guard some macro expansions properly
2018-04-19 Sjoerd Meijer[ARM] Add some missing FP16 VSEL test cases
2018-04-19 Sander de Smalen[AArch64][AsmParser] NFC: Cleanup parsing of scalar...
2018-04-19 Craig Topper[X86] Scrub scheduling information for MUL/IMUL on...
2018-04-18 Bob HaarmanFix data race in X86FloatingPoint.cpp ASSERT_SORTED
2018-04-18 Craig Topper[X86] Correct the Defs, Uses, hasSideEffects, mayLoad...
2018-04-18 Artem Belevich[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16...
2018-04-18 Simon Pilgrim[llvm-mca][X86] Add mmx versions of SSSE3 instructions
2018-04-18 Alex Bradbury[RISCV] Add test changes missed from rL330293
2018-04-18 Alex Bradbury[RISCV] Introduce pattern for materialising immediates...
2018-04-18 Alex Bradbury[RISCV] Add imm-cse.ll test case
2018-04-18 Lei Huang[NFC] test case clean up
2018-04-18 Alex Bradbury[RISCV] Expand codegen -> compression sanity checks...
2018-04-18 Craig Topper[X86] Fix the Uses/Defs,mayLoad,mayStore,hasSideEffects...
2018-04-18 Alex BradburyRevert "[RISCV] implement li pseudo instruction"
2018-04-18 Lei Huang[Power9]Legalize and emit code for converting Unsigned...
2018-04-18 Amara Emerson[AArch64] Add isel pattern for v8i8->v2f32 NVCASTs.
2018-04-18 Alex Bradbury[RISCV] Add specific tests for materialising imm32hi20...
2018-04-18 Lei Huang[Power9]Legalize and emit code for converting (Un)Signe...
2018-04-18 Alexey Bataev[DEBUG] Initial adaptation of NVPTX target for debug...
2018-04-18 Chandler Carruth[x86] Switch EFLAGS copy lowering to use reg-reg form...
2018-04-18 Jonas Devlieghere[llvm-mca] Use WithColor for printing errors
2018-04-18 Aaron Smith[support] Revert the changes made to Path.inc for the...
2018-04-18 Pavel LabathFix macosx build broken by r330249
2018-04-18 Chandler Carruth[x86] Fix PR37100 by teaching the EFLAGS copy lowering...
2018-04-18 Simon Pilgrim[llvm-exegesis] Early out if the scheduler models have...
2018-04-18 Jonas Devlieghere[llvm-profdata] Use WithColor for printing errors
2018-04-18 Jonas Devlieghere[llvm-link] Use WithColor for printing errors
2018-04-18 Simon Pilgrim[llvm-exegesis] Use LLVMTargetMachine pointer everywher...
2018-04-18 Sanjay Patel[SimplifyLibcalls] Realloc(null, N) -> Malloc(N)
2018-04-18 Simon Pilgrim[llvm-exegesis] Put a newline at the end of each error...
2018-04-18 David Stuttard[AMDGPU] Fix issues for backend divergence tracking
2018-04-18 Sam Parker[IRCE] Only check for NSW on equality predicates
2018-04-18 Simon Pilgrim[llvm-exegesis] Pull out LLVMTargetMachine to simplify...
2018-04-18 Momchil VelikovAdd tests for shrink wrapping and VLAs
2018-04-18 Teresa Johnson[gold] Add support for optimization remarks
2018-04-18 Pavel Labath[cmake] Improve pthread_[gs]etname_np detection code
2018-04-18 Florian Hahn[LoopUnroll] Only peel if a predicate becomes known...
2018-04-18 Pavel Labath[CodeGen/Dwarf] Make debug_names compatible with split...
2018-04-18 Greg Bedwell[UpdateTestChecks] Add update_mca_test_checks.py script
2018-04-18 Bjorn Pettersson[DebugInfo] Sink related dbg users when sinking in...
2018-04-18 Matt Davis[NFC] Remove doxygen brief tag from BasicBlock.h
2018-04-18 Craig Topper[X86][Broadwell] Remove some unnecessary InstRW overrid...
2018-04-18 Craig Topper[X86] Give CMOV 2 cycle latency on SLM.
2018-04-18 Craig Topper[X86] Don't crash on bad operand modifiers in inline...
2018-04-18 Sanjay Patel[InstCombine] peek through bitcasted vector/array point...
2018-04-17 Bob HaarmanFix lock order inversion between ManagedStatic and...
2018-04-17 Stanislav Mekhanoshin[AMDGPU] Enabled v2.16 literals for VOP3P
2018-04-17 Vedant Kumar[Mem2Reg] Create merged debug locations for inserted...
2018-04-17 Vedant Kumar[Mem2Reg] Make RenamePassData a struct, NFC
2018-04-17 Alex Bradbury[RISCV] implement li pseudo instruction
2018-04-17 Peter Collingbournellvm-pdbutil: Fix an off-by-one error.
2018-04-17 Stanislav MekhanoshinLoadStoreVectorizer crashes due to unsized type
2018-04-17 Keith Wyss[XRay] Typed event logging intrinsic
2018-04-17 Heejin Ahn[WebAssembly] Add an assertion for an invalid CFG
2018-04-17 Rui UeyamaRename sys::Process::GetArgumentVector -> sys::windows...
2018-04-17 Dan Gohman[WebAssembly] Teach fast-isel to gracefully recover...
2018-04-17 Zachary Turner[llvm-pdbutil] Dump first section contribution for...
2018-04-17 Craig Topper[X86] Add separate scheduling class for PSADBW instruction.
2018-04-17 Craig Topper[X86] Remove unnecessary InstRW overrides. Add somes...
2018-04-17 Craig Topper[X86] Remove -mcpu=skx/knl from some tests and use...
2018-04-17 Momchil VelikovRevert "Fix incorrect choice of callee-saved registers...
2018-04-17 Momchil VelikovFix incorrect choice of callee-saved registers save...
2018-04-17 Krzysztof Parzyszek[Hexagon] Do not merge initializers for stack and non...
2018-04-17 whitequark[LLVM-C] [PR34633] Avoid calling ->dump() methods from...
2018-04-17 Nemanja Ivanovic[PowerPC] Mark the BDNZ intrinsic as NoDuplicate
2018-04-17 Momchil VelikovFix incorrect choice of callee-saved registers save...
2018-04-17 Michael ZolotukhinRevert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpTh...
2018-04-17 Simon Pilgrim[X86] Add FP comparison scheduler classes
2018-04-17 Gerolf Hoflehner[DAGCombiner] Fix for oss-fuzz bug
2018-04-17 Michael Zolotukhin[SSAUpdaterBulk] Add debug logging.
2018-04-17 Michael ZolotukhinReapply "[PR16756] Use SSAUpdaterBulk in JumpThreading...
2018-04-17 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marke...
2018-04-17 Peter CollingbourneCOFF: Make SectionChunk::Relocs field an ArrayRef....
2018-04-17 whitequarkCODE_OWNERS: Take ownership of C API.
2018-04-16 Roman Tereshin[DebugInfo] Follow-up bug fix on "Fixing a couple of...
2018-04-16 Saleem AbdulrasoolRevert "build: reserve `--color-diagnostics` for lld"
2018-04-16 Saleem Abdulrasoolbuild: reserve `--color-diagnostics` for lld
2018-04-16 Zachary Turner[PDB] Correctly use the target machine when writing...
next