OSDN Git Service

android-x86/external-llvm.git
2019-03-04 Andrea Di Biagio[MCA] Correctly initialize struct SummaryView::BackPres...
2019-03-04 Andrea Di Biagio[MCA] Highlight kernel bottlenecks in the summary view.
2019-03-04 Jeremy Morse[X86] Avoid codegen changes when DBG_VALUE appears...
2019-03-04 Oliver Stannard[ARM] Fix selection of VLDR.16 instruction with imm...
2019-03-04 Jonas Hahnfeld[AArch64/ARM] Fix two compiler warnings in InstructionS...
2019-03-04 Eugene Leviant[DebugInfo] Construct nested types on behalf of owner CU
2019-03-04 Michal Gorny[llvm] [Support] Revert "Reimplement getMainExecutable...
2019-03-04 Davide Italiano[InstCombine] Mark debug values as unavailable after...
2019-03-04 Craig Topper[SubtargetFeatures] Add operator< for comparing Subtarg...
2019-03-04 Craig Topper[SubtargetFeatures] Don't call ApplyFeatureFlag if...
2019-03-04 Craig Topper[SubtargetFeatuers] Simplify the code used to imply...
2019-03-03 Heejin Ahn[WebAssembly] Delete ThrowUnwindDest map from WasmEHFun...
2019-03-03 Craig Topper[X86] Regenerate test to get the full FP operands print...
2019-03-03 Sanjay Patel[InstCombine] remove stale FIXME comment from test...
2019-03-03 Sanjay Patel[ValueTracking] do not try to peek through bitcasts...
2019-03-03 Amaury SechetAdd extra ops in add to sub transform test in order...
2019-03-03 Fangrui Song[DemandedBits] Remove some redundancy in the work list
2019-03-03 Simon PilgrimRemove unused variable. NFCI.
2019-03-03 Simon Pilgrim[X86] getShuffleScalarElt - peek through insert/extract...
2019-03-03 Simon Pilgrim[X86] Pull out combineToConsecutiveLoads helper. NFCI.
2019-03-03 Kristina BrooksRemove large amount of empty lines mid-file. NFC
2019-03-03 Fangrui Song[DemandedBits] Optimize a find()+insert pattern with...
2019-03-03 Michal Gorny[llvm] [Support] Reimplement getMainExecutable() using...
2019-03-03 Craig Topper[X86] Prefer VPBLENDD for v2i64/v4i64 blends with AVX2.
2019-03-02 Amaury SechetAdd test case for add to sub transformation. NFC
2019-03-02 Nico Webergn build: Add a cfi/sources target.
2019-03-02 Sanjay Patel[InstCombine] move add after smin/smax
2019-03-02 Sanjay Patel[InstCombine] add tests for add+smin/smax; NFC
2019-03-02 Amaury SechetAdd test case for add to sub transformation. NFC
2019-03-02 Simon PilgrimFix update_mir_test_checks.py to run on python3
2019-03-02 Simon PilgrimUse SDValue::getConstantOperandAPInt helper where possi...
2019-03-02 Xing GUO[Transforms] fix typo in test case. NFC.
2019-03-02 Xing GUO[Codegen] fix typos in test case
2019-03-02 Xing GUO[llvm-objdump] Should print unknown d_tag in hex format
2019-03-02 Thomas Lively[WebAssembly] Expand operations not supported by SIMD
2019-03-02 Amaury Sechet[X86] Improve use of SHLD/SHRD
2019-03-02 Florian Hahn[SCEV] Handle case where MaxBECount is less precise...
2019-03-02 Amaury SechetAdd test case for truncate funnel shifts. NFC
2019-03-02 Florian Hahn[SCEV] Remove undef check for SCEVConstant (NFC)
2019-03-02 Vlad TsyrklevichRevert "[DWARFFormValue] Cleanup DWARFFormValue interfa...
2019-03-02 Thomas LivelyRevert "[WebAssembly][WIP] Expand operations not suppor...
2019-03-02 Mandeep Singh... [ProfileData] Sort FuncData before iteration to remove...
2019-03-02 Thomas Lively[WebAssembly][WIP] Expand operations not supported...
2019-03-02 Mandeep Singh... [llvm] Fix typo: 's/analsyis/analysis/' [NFC]
2019-03-02 Daniel Sanders[tblgen] Track CodeInit origins when possible
2019-03-01 Caroline Ticellvm-dwarfdump: Add new variable, parameter and inlinin...
2019-03-01 Paul RobinsonTry to fix Windows bots after r355226.
2019-03-01 Jonas Devlieghere[DWARFFormValue] Cleanup DWARFFormValue interface....
2019-03-01 Craig Topper[X86] Remove IntrArgMemOnly from target specific gather...
2019-03-01 Craig Topper[X86] Add test case for D58805. NFC
2019-03-01 Paul Robinson[DWARF] Make -g with empty assembler source work better.
2019-03-01 Craig Topper[TableGen][SelectionDAG][X86] Add specific isel matcher...
2019-03-01 Nikita Popov[ValueTracking] Known bits support for unsigned saturat...
2019-03-01 Philip Reames[InstCombine] Extend saturating idempotent atomicrmw...
2019-03-01 Sanjay Patel[InstCombine] move add after umin/umax
2019-03-01 Sanjay Patel[InstCombine] add tests for umin/umax narrowing (PR1461...
2019-03-01 Vlad TsyrklevichRevert "[MIPS GlobalISel] Fix mul operands"
2019-03-01 Peter CollingbourneELF: Change FileSize back to a uint64_t.
2019-03-01 Philip Reames[LICM] Infer proper alignment from loads during scalar...
2019-03-01 Rong Xu[PGO] Remove the default parameter in ProfileSummary...
2019-03-01 Philip Reames[Tests] More missing atomicrmw combines
2019-03-01 Philip Reames[Tests] Add tests for missed optimizations of saturatin...
2019-03-01 Philip Reames[InstCombine] Extend "idempotent" atomicrmw optimizatio...
2019-03-01 Thomas LivelyRevert "[WebAssembly] Lower SIMD shifts since they...
2019-03-01 Matt Davis[llvm-readobj] Display section names for STT_SECTION...
2019-03-01 Sanjay Patel[InstCombine] add tests for add+umin/umax canonicalizat...
2019-03-01 Jonas HahnfeldHide two unused debugging methods, NFCI.
2019-03-01 Manman RenTry to fix NetBSD buildbot breakage introduced in D57463.
2019-03-01 Oliver Stannard[ARM] Fix FP16 stack loads/stores for Thumb2 with frame...
2019-03-01 Oliver Stannard[ARM] Consider undefined-on-NaN conditions in checkVSEL...
2019-03-01 Simon Pilgrim[X86] Regenerate legalize test files
2019-03-01 Simon Pilgrim[Thumb] Add some integer abs testcases for different...
2019-03-01 George Rimar[yaml2obj] - Allow setting custom sh_info for RawConten...
2019-03-01 Alexey Lapshin Attempt to fix buildbot after r354972 [#2]. NFCI.
2019-03-01 Diana Picus[ARM GlobalISel] Support G_CTLZ for Thumb2
2019-03-01 Diana Picus[ARM GlobalISel] Check target flags in test. NFCI
2019-03-01 Nicola Zaghen[Tablegen] Add support for the !mul operator.
2019-03-01 Oliver Stannard[ARM] Add armv8a triple to test check updaters
2019-03-01 Igor Kudrin[CommandLine] Allow grouping options which can have...
2019-03-01 Igor Kudrin[CommandLine] Do not crash if an option has both ValueR...
2019-03-01 James Henderson[llvm-readobj]Add test showing behaviour of thin archiv...
2019-03-01 Stanislav Mekhanoshin[AMDGPU] Mark ds instructions as meybeAtomic
2019-03-01 Petar Avramovic[MIPS GlobalISel] Fix mul operands
2019-03-01 Petar Avramovic[MIPS GlobalISel] Select G_UMULH
2019-03-01 Fangrui Song[ConstantHoisting] Call cleanup() in ConstantHoistingPa...
2019-03-01 Craig Topper[Subtarget] Remove static global constructor call from...
2019-03-01 Thomas Lively[WebAssembly] Lower SIMD shifts since they are fixed...
2019-03-01 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2019-03-01 Thomas Lively[WebAssembly] Fix crash when @llvm.global_dtors is...
2019-02-28 Tom StellardAMDGPU/GlobalISel: Implement select for G_EXTRACT
2019-02-28 Joerg Sonnenberger[PPC] Secure PLT only has meaning for PIC
2019-02-28 Reid Kleckner[sancov] Instrument reachable blocks that end in unreac...
2019-02-28 Peter Collingbournellvm-readobj: Try the DWARF CFI dumper on all machines.
2019-02-28 Adrian PrantlUpdate testcase since llvm-dwarfdump got more accurate...
2019-02-28 Adrian Prantldsymutil support for DW_OP_convert
2019-02-28 Peter Collingbournegn build: Merge r355133.
2019-02-28 Nico Webergn build: Merge r355035
2019-02-28 Nico Webergn build: Merge r355024
2019-02-28 Manman RenTrying to fix bot breakage due to symbols not defined...
2019-02-28 Eli Friedman[AArch64] [Windows] Don't skip constructing UnwindHelp.
next