OSDN Git Service

[CostModel][X86] Add min/max reduction costs for all SSE targets
[android-x86/external-llvm.git] / lib /
2019-05-11 Simon Pilgrim[CostModel][X86] Add min/max reduction costs for all...
2019-05-11 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts HADD/HSUB...
2019-05-11 Simon PilgrimFixupLEAPass::fixupIncDec - non-LEA opcodes should...
2019-05-11 Craig Topper[X86] Add CMOV_FR32X/CMOV_FR64X pseudo instructions...
2019-05-11 Craig Topper[X86] Sink some fast isel code into the only if that...
2019-05-11 Craig Topper[X86] Use TLI.getRegClassFor to simplify some more...
2019-05-11 Simon PilgrimHexagonConstEvaluator::evaluateHexExt - check incoming...
2019-05-11 Simon PilgrimFix uninitialized variable analyzer warning. NFCI.
2019-05-11 Simon PilgrimSelectionDAGISel::CodeGenAndEmitDAG - remove unused...
2019-05-11 Craig Topper[X86] Use getRegClassFor to simplify some code in fast...
2019-05-11 Craig Topper[X86] Don't emit MOVNTDQA loads from fast-isel without...
2019-05-11 Craig Topper[X86] Add a test case for idempotent atomic operations...
2019-05-11 Richard Trieu[SystemZ] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[Sparc] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[RISCV] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[PowerPC] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[NVPTX] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[MSP430] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[Mips] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[Lanai] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[BPF] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[AVR] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[ARM] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[ARC] Move InstPrinter files to MCTargetDesc. NFC
2019-05-11 Richard Trieu[AMDGPU] Move InstPrinter files to MCTargetDesc. NFC
2019-05-10 Richard Trieu[AArch64] Move InstPrinter files to MCTargetDesc. NFC
2019-05-10 Richard Trieu[XCore] Move InstPrinter files to MCTargetDesc. NFC
2019-05-10 Richard Trieu[X86] Move InstPrinter files to MCTargetDesc. NFC
2019-05-10 Jordan RupprechtRevert [DAGCombiner] Avoid creating large tokenfactors...
2019-05-10 Philip ReamesFactor out redzone ABI checks [NFCI]
2019-05-10 Lang Hames[ORC] Make a narrowing-cast explicit to silence a compi...
2019-05-10 Lang Hames[JITLink][MachO] Mark atoms in sections 'no-dead-strip...
2019-05-10 Craig Topper[X86] Disable speculative load hardening for operations...
2019-05-10 Reid Kleckner[COFF] Fix .bss section size bug in obj2yaml / yaml2obj
2019-05-10 Craig Topper[LegalizeVectorOps] Remove calls to LegalizeOp on the...
2019-05-10 Mircea TrofinSkip over prefetches
2019-05-10 Nikita Popov[SDAG] Recursively legalize both vector mulo results
2019-05-10 Teresa Johnson[ThinLTO] Auto-hide prevailing linkonce_odr only when...
2019-05-10 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2019-05-10 Cameron McInallyAdd InstCombine::visitFNeg(...)
2019-05-10 David BlaikieDebugInfo: Only move types out of type units if they...
2019-05-10 Simon Pilgrim[SLP] Refactor VectorizableTree to use unique_ptr.
2019-05-10 Amara Emerson[LSR] Tweak setup cost depth threshold to 10.
2019-05-10 Fangrui Song[MC][ELF] Copy top 3 bits of st_other to .symver aliases
2019-05-10 Momchil VelikovAdjust MachineScheduler to use ProcResource counts
2019-05-10 Robert Lougher[X86] Avoid SFB - Fix inconsistent codegen with/without...
2019-05-10 Simon Pilgrim[X86][SSE] Add getHopForBuildVector vector splitting
2019-05-10 Michael Liao[InferAddressSpaces] Enhance the handling of cosntexpr.
2019-05-10 Lei Huang[PowerPC] custom lower `v2f64 fpext v2f32`
2019-05-10 Tim NorthoverSelectionDAG: accommodate atomic floating stores.
2019-05-10 Fangrui Song[Object] Move ELF specific ObjectFile::getBuildAttribut...
2019-05-10 Jeremy Morse[DebugInfo] Use zero linenos for debug intrinsics when...
2019-05-10 Fangrui Song[Object] Change SymbolicFile::printSymbolName to use...
2019-05-10 Sam Clegg[WebAssembly] Don't assume that strongly defined symbol...
2019-05-10 Sam Clegg[WebAssembly] Remove friend18.C from list of known...
2019-05-10 Mircea Trofin[llvm] X86DiscriminateMemOps: insert debug info when...
2019-05-10 Stanislav Mekhanoshin[AMDGPU] Pattern for v_xor3_b32
2019-05-09 Philip Reames[X86] Improve lowering of idemptotent RMW operations
2019-05-09 Lang Hames[JITLink] Fixed a signedness bug when processing X86_64...
2019-05-09 Philip ReamesCompile time tweak for libcall lookup
2019-05-09 Lang Hames[ORC] Simplify logic for updating edges when should...
2019-05-09 Lang Hames[JITLink] Improve/fix some JITLink debugging output.
2019-05-09 Lang Hames[ORC] Fix a formatting bug.
2019-05-09 Bill WendlingAdd ".dword" directive
2019-05-09 David BlaikieDebugInfo/DWARF: Minor expression simplification
2019-05-09 Cameron McInally[CodeGen] Add comment about FSUB <-> FNEG xforms
2019-05-09 Stanislav Mekhanoshin[AMDGPU] gfx1010 v_interp_* instructions
2019-05-09 Simon Pilgrim[X86][SSE] Fold add(shuffle(),shuffle()) to hadd on...
2019-05-09 Florian Hahn[DAGCombiner] Limit number of nodes explored as store...
2019-05-09 Stanislav Mekhanoshin[AMDGPU] gfx1010 changes for PAL metadata
2019-05-09 Pavel LabathMinidumpYAML: add support for the ThreadList stream
2019-05-09 David Stuttard[CodeGenPrepare] Limit recursion depth for collectBitParts
2019-05-09 Roman Lebedev[X86] AMD Piledriver (BdVer2): major cleanup (mainly...
2019-05-09 Sam Parker[ARM][CGP] Guard against signext args and sitofp
2019-05-09 Simon Pilgrim[CodeGenPrepare] Ensure we get a non-null result from...
2019-05-09 Sven van HaastregtFix LLVM_USE_PERF build after getPageSize change
2019-05-09 Diana Picus[ARM GlobalISel] Map DBG_VALUE for types != s32
2019-05-09 Hans WennborgX86WinAllocaExpander: Drop code looking through registe...
2019-05-09 Markus LavinMake sub-registers index names case sensitive in the...
2019-05-09 Pengfei WangBugfix for nullptr check by klocwork
2019-05-09 Bjorn Pettersson[CodeGen] Use "DL.getPointerSizeInBits" instead of...
2019-05-09 Petr Hosek[NewPM] Setup Passes for KASan and KMSan
2019-05-09 Leonard Chan[SelectionDAG] Expand ADD/SUBCARRY
2019-05-08 Eric ChristopherTemporarily Revert "[DebugInfo] Terminate more location...
2019-05-08 Sanjay Patel[SelectionDAG] fold 'fneg undef' to undef
2019-05-08 Matt ArsenaultAMDGPU: Mark scheduler classes as final
2019-05-08 Matt ArsenaultAMDGPU: Select VOP3 form of add
2019-05-08 Thomas Preud'homme[FileCheck] Fix code style of method comments
2019-05-08 Stanislav Mekhanoshin[AMDGPU] gfx1010 exp modifications
2019-05-08 Craig Topper[InstCombine] When turning sext into zext due to known...
2019-05-08 Changpeng FangAMDGPU: Fix a mis-placed bracket
2019-05-08 Warren Ristow[SCEV] Suppress hoisting insertion point of binops...
2019-05-08 Quentin Colombet[RegAllocFast] Scan physcial reg definitions before...
2019-05-08 Alina Sbirlea[NewPassManager] Add tuning option: SLPVectorization...
2019-05-08 Craig Topper[FastISel][X86] Support FNeg instruction in target...
2019-05-08 Alina Sbirlea[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
2019-05-08 Simon Pilgrim[AArch64] Remove scan-build "Value stored during its...
2019-05-08 Simon Pilgrim[AArch64] Fix scan-build null/uninitialized pointer...
2019-05-08 Simon Pilgrim[AMDGPU] Reapplied BFE canonicalization from D60462
2019-05-08 David Greene[Reassociation] Place moved instructions after landing...
next