OSDN Git Service

Add reproduction instructions to llvm-objdump's embedded source test.
[android-x86/external-llvm.git] / lib /
2019-03-28 Chandler Carruth[NewPM] Fix a nasty bug with analysis invalidation...
2019-03-27 Sam Clegg[ARM] Remove dead function ARMMCCodeEmitter::getSOImmOp...
2019-03-27 Sanjay Patel[x86] improve AVX lowering of vector zext
2019-03-27 Sanjay Patel[x86] look through bitcast operand of MOVMSK
2019-03-27 Craig Topper[X86ISelDAGToDAG] Move initialization of OptForSize...
2019-03-27 Nirav Dave[DAGCombiner] Teach TokenFactor pruning to peek through...
2019-03-27 Justin Bogner[LegalizeVectorTypes] Allow single loads and stores...
2019-03-27 Alon Zakai[WebAssembly] Add some whitespace to WebAssemblyFixIrre...
2019-03-27 Nirav DaveRevert r356996 "[DAG] Avoid smart constructor-based...
2019-03-27 Nikita Popov[ConstantRange] Add isWrappedSet() and isUpperSignWrapped()
2019-03-27 Teresa Johnson[CGP] Reset DT when optimizing select instructions
2019-03-27 Eli Friedman[ARM] Don't confuse the scheduler for very large VLDMDI...
2019-03-27 Amara Emerson[AArch64][GlobalISel] Make G_PHI of v2s64, v4s32, v2s32...
2019-03-27 Nikita Popov[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
2019-03-27 Matt ArsenaultRegPressure: Fix crash on blocks with only dbg_value
2019-03-27 Nikita Popov[InstCombine] Use uadd.sat and usub.sat for canonicaliz...
2019-03-27 Amara Emerson[GlobalISel] Fix legalizer artifact combiner from crash...
2019-03-27 Matt ArsenaultReapply "AMDGPU: Scavenge register instead of findUnuse...
2019-03-27 Craig Topper[X86] Add post-isel pseudos for rotate by immediate...
2019-03-27 Quentin Colombet[PeepholeOpt] Don't stop simplifying copies on sequence...
2019-03-27 Sander de Smalen[AArch64][SVE] Asm: error on unexpected SVE vector...
2019-03-27 Matt ArsenaultAMDGPU: Enable the scavenger for large frames
2019-03-27 Matt ArsenaultAMDGPU: Add additional MIR tests for exec mask optimiza...
2019-03-27 Matt ArsenaultAMDGPU: Skip debug_instr when collapsing end_cf
2019-03-27 Matt ArsenaultAMDGPU: Fix missing scc implicit def on s_andn2_b64_term
2019-03-27 Mikhail R. GadelhaNew methods to check for under-/overflow in the SMT API
2019-03-27 Matt ArsenaultPEI: Delay checking requiresFrameIndexReplacementScavenging
2019-03-27 Andrea Di Biagio[MCA] Fix -Wparentheses warning breaking the -Werror...
2019-03-27 Matt ArsenaultAMDGPU: Don't hardcode num defs for MUBUF instructions
2019-03-27 Matt ArsenaultMIR: Freeze reserved regs after parsing everything
2019-03-27 Matt ArsenaultAMDGPU: wave_barrier is not isBarrier
2019-03-27 Yonghong Song[BPF] use std::map to ensure consistent output
2019-03-27 Andrea Di Biagio[MCA][Pipeline] Don't visit stages in reverse order...
2019-03-27 Matt ArsenaultAMDGPU: Fix areLoadsFromSameBasePtr for DS atomics
2019-03-27 Nirav Dave[DAGCombiner] Unify Lifetime and memory Op aliasing.
2019-03-27 Nirav Dave[DAGCombine] Refactor GatherAllAliases. NFCI.
2019-03-27 Hans WennborgRe-commit r355490 "[CodeGen] Omit range checks from...
2019-03-27 Dmitry PreobrazhenskyRevert of 357063 [AMDGPU][MC] Corrected handling of...
2019-03-27 Kevin P. NealThe IR verifier currently supports the constrained...
2019-03-27 Sander de Smalen[AArch64] NFC: Cleanup isAArch64FrameOffsetLegal
2019-03-27 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of tied src for atomic...
2019-03-27 Sander de Smalen[AArch64] Adds cases for LDRSHWui and LDRSHXui to getMe...
2019-03-27 Andrew Ng[Support] MemoryBlock size should reflect the requested...
2019-03-27 Simon PilgrimRevert rL356864 : [X86][SSE41] Start shuffle combining...
2019-03-27 Fangrui Song[DWARF] Add D to Seen early to avoid duplicate elements...
2019-03-27 Fangrui Song[DWARF] Simplify DWARFVerifier::handleDebugAbbrev. NFC
2019-03-27 Jonas Paulsson[DAGCombiner] Don't allow addcarry if the carry produc...
2019-03-27 Craig Topper[X86] When iselling (x << C1) and/or/xor C2 as (x and...
2019-03-27 QingShan Zhang[NFC][PowerPC] Custom PowerPC specific machine-scheduler
2019-03-27 Craig Topper[X86] Simplify some code in matchBitExtract by using...
2019-03-27 Francis Visoiu Mistrih[Remarks] Emit a section containing remark diagnostics...
2019-03-26 Nikita Popov[ConstantRange] Exclude full set from isSignWrappedSet()
2019-03-26 Guozhi Wei[PPC] Refactor PPCBranchSelector.cpp
2019-03-26 Quentin Colombet[LiveRange] Reset the VNIs when splitting subranges
2019-03-26 Sanjay Patel[SDAG] add simplifications for FP at node creation...
2019-03-26 Stefan Pintilie[PowerPC] Remove UseVSXReg
2019-03-26 Ali TamurRevert "[llvm] Reapply "Prevent duplicate files in...
2019-03-26 Sam Clegg[WebAssembly] Initial implementation of PIC code generation
2019-03-26 Ali Tamur[llvm] Reapply "Prevent duplicate files in debug line...
2019-03-26 Heejin Ahn[WebAssembly] Don't analyze branches after CFGStackify
2019-03-26 Sanjay Patel[InstCombine] form uaddsat from add+umin (PR14613)
2019-03-26 Heejin Ahn[WebAssembly] Add CFGStacikfied field to WebAssemblyFun...
2019-03-26 Heejin Ahn[WebAssembly] Support WebAssemblyFunctionInfo serialization
2019-03-26 Heejin Ahn[WebAssembly] Fix a bug when mixing TRY/LOOP markers
2019-03-26 Heejin Ahn[WebAssembly] Fix bugs in BLOCK/TRY placement
2019-03-26 Andrea Di Biagio[MCA] Correctly update the UsedResourceGroups mask...
2019-03-26 Jonas Paulsson[SystemZ] Remove LRMux pseudo instruction.
2019-03-26 Nirav Dave[DAG] Avoid smart constructor-based dangling nodes.
2019-03-26 Mikhail R. GadelhaMoved body of methods dump to .cpp file to fix compilat...
2019-03-26 Luis Marques[RISCV] Improve codegen for icmp {ne,eq} with a constant
2019-03-26 Simon Pilgrim[TargetLowering] Add SimplifyDemandedBits support for...
2019-03-26 Yi KongFix nondeterminism introduced in r353954
2019-03-26 Javed Absar[TableGen] Let list elements have a trailing comma
2019-03-26 Javed Absar[TableGen] Give meaningful msg for def use in multiclass
2019-03-26 Oliver Stannard[ARM][Asm] Accept upper case coprocessor number and...
2019-03-26 Martin Storsjo[llvm-dlltool] Set a proper machine type for weak symbo...
2019-03-26 Craig Topper[X86] In matchBitExtract, place all of the new nodes...
2019-03-26 Craig Topper[X86] In matchBitExtract, if we need to truncate the...
2019-03-26 Craig Topper[X86] Remove unneeded FIXME. NFC
2019-03-26 Craig TopperX86Parser: Fix potential reference to deleted object
2019-03-26 Craig TopperX86AsmParser: Do not process a non-existent token
2019-03-25 Eli Friedman[ARM] Add missing memory operands to a bunch of instruc...
2019-03-25 Matt ArsenaultRevert "AMDGPU: Scavenge register instead of findUnusedReg"
2019-03-25 Matt ArsenaultAMDGPU: Remove unnecessary check for isFullCopy
2019-03-25 Eli Friedman[AArch64] Prefer "mov" over "orr" to materialize constants.
2019-03-25 Matt ArsenaultAMDGPU: Set hasSideEffects 0 on _term instructions
2019-03-25 Ali TamurRevert "[llvm] Prevent duplicate files in debug line...
2019-03-25 Robert Widmann[LLVM-C] Add binding to look up intrinsic by name
2019-03-25 Konstantin ZhuravlyovAMDGPU: Add support for cross address space synchroniza...
2019-03-25 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-03-25 Simon Pilgrim[SLPVectorizer] Merge reorderAltShuffleOperands into...
2019-03-25 Simon Pilgrim[SelectionDAG] Add icmp UNDEF handling to SelectionDAG...
2019-03-25 Teresa Johnson[CGP] Build the DominatorTree lazily
2019-03-25 Mikhail R. GadelhaMoved everything SMT-related to LLVM and updated the...
2019-03-25 Matt ArsenaultMISched: Don't schedule regions with 0 instructions
2019-03-25 Matt ArsenaultAMDGPU: Preserve LiveIntervals in WQM
2019-03-25 Simon Pilgrim[SLPVectorizer] reorderInputsAccordingToOpcode - remove...
2019-03-25 Pavel LabathMinidumpYAML.cpp: Fix some code standard violations...
2019-03-25 Brock Wyma[DebugInfo] IntelJitEventListener follow up for "add...
2019-03-25 Petar Avramovic[MIPS GlobalISel] Select copy for arguments from FPRBRe...
next