OSDN Git Service

[llvm-exegesis] Allow measuring several instructions in a single run.
[android-x86/external-llvm.git] / lib / CodeGen /
2018-10-16 Krasimir GeorgievRevert "[WebAssembly] LSDA info generation"
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-16 Simon Pilgrim[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP...
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-15 Sanjay Patel[SelectionDAG] allow FP binops in SimplifyDemandedVecto...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fmul matching
2018-10-15 Sanjay Patel[DAGCombiner] refactor folds for fadd (fmul X, -2.0...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fma matching
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fma matching
2018-10-15 Chandler Carruth[TI removal] Make variables declared as `TerminatorInst...
2018-10-15 Bjorn Pettersson[TwoAddressInstructionPass] Replace subregister uses...
2018-10-14 Simon Pilgrim[LegalizeDAG] Don't bother with final MUL+SRL stage...
2018-10-13 Simon PilgrimPull out repeated variables from SelectionDAGLegalize...
2018-10-13 Craig Topper[LegalizeTypes] Prevent an assertion from PromoteIntRes...
2018-10-13 Simon Pilgrim[X86][SSE] Remove most of vector CTTZ custom lowering...
2018-10-13 Simon Pilgrim[X86][SSE] Begin removing vector CTTZ custom lowering...
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-10-12 Craig Topper[LegalizeVectorTypes] Use TLI.getVectorIdxTy instead...
2018-10-12 Craig Topper[LegalizeVectorTypes] When widening the result of a...
2018-10-12 Eli FriedmanRevert BTF commit series.
2018-10-12 Craig Topper[LegalizeVectorTypes] When widening the operands to...
2018-10-12 Craig Topper[LegalizeVectorTypes] When unrolling in WidenVecRes_Con...
2018-10-12 Rui UeyamaReplace assert() with llvm_unreachable because it's...
2018-10-12 Reid Kleckner[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd...
2018-10-12 Fangrui Song[BPF] Use cstdint {,u}int*_t instead of linux/types...
2018-10-12 Eric LiuDisambiguate: s/make_unique/llvm::make_unique/. NFC
2018-10-12 Fangrui Song[BPF] Don't include linux/types.h and fix style
2018-10-12 Zachary TurnerBetter support for POSIX paths in PDBs.
2018-10-12 Fangrui Song[BPF] Some fixes after rL344366
2018-10-12 Yonghong Song[BPF] Add BTF generation for BPF target
2018-10-12 Nick Desaulniers[MC][ELF] fix newly added test
2018-10-12 Simon PilgrimPull out repeated value types. NFCI.
2018-10-12 Simon PilgrimPull out repeated value types. NFCI.
2018-10-12 Simon Pilgrim[SelectionDAG] Move VectorLegalizer::ExpandCTLZ codegen...
2018-10-11 Sanjay Patel[DAGCombiner] rearrange extract_element+bitcast fold...
2018-10-11 Matthias BraunRevert "DwarfDebug: Pick next location in case of missi...
2018-10-11 Sumanth Gundapaneni[Pipeliner] Use the Index from Topo instead of relying...
2018-10-11 Sumanth Gundapaneni[Pipeliner] Fix the Schedule DAG topoligical order.
2018-10-11 Zachary TurnerRevert SymbolFileNativePDB plugin.
2018-10-11 Artem DergachevRevert r344197 "[MC][ELF] compute entity size for expli...
2018-10-11 Nirav Dave[DAG] Fix Big Endian in Load-Store forwarding
2018-10-11 Zachary TurnerBetter support for POSIX paths in PDBs.
2018-10-11 Sanjay Patel[DAGCombiner] move comment closer to the corresponding...
2018-10-10 Nick Desaulniers[MC][ELF] compute entity size for explicit sections
2018-10-10 George Burgess IVReplace most users of UnknownSize with LocationSize...
2018-10-10 Nirav Dave[DAGCombine] Improve Load-Store Forwarding
2018-10-10 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - rename demanded...
2018-10-10 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - pull out repeat...
2018-10-10 Simon Pilgrim[TargetLowering] Add root node back to work list after...
2018-10-09 Nemanja Ivanovic[DAGCombiner] Expand combining of FP logical ops to...
2018-10-09 Simon Pilgrim[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG and CONCAT_...
2018-10-09 Matthias BraunExpandPostRAPseudos: Fix alldefsAreDead() not removing...
2018-10-08 Matthias BraunTwoAddressInstructionPass: Modernize/fix some comments...
2018-10-08 Matthias BraunPHIElimination: Remove wrong comment; NFC
2018-10-08 Matthias BraunMachineFunctionPrinterPass: Declare SlotIndexes as...
2018-10-08 Sanjay Patel[DAGCombiner] simplify code for fmul with constant...
2018-10-08 Alex Bradbury[SelectionDAGBuilder][NFC] Pass LHSTy to getShiftAmount...
2018-10-08 Craig TopperRevert r343948 "[LegalizeDAG] Make one of the ReplaceNo...
2018-10-08 Craig Topper[LegalizeDAG] Make one of the ReplaceNode signatures...
2018-10-08 Craig Topper[LegalizeDAG] Move legalization of scatter and masked...
2018-10-07 Sanjay Patel[DAGCombiner] allow undef elts in vector fadd matching
2018-10-07 Sanjay Patel[DAGCombiner] allow undefs when matching vector splats...
2018-10-07 Sanjay Patel[DAGCombiner] allow undef elts in vector fabs/fneg...
2018-10-07 Sanjay Patel[DAGCombiner] shorten code for bitcast+fabs fold; NFC
2018-10-07 Simon Pilgrim[SelectionDAG] Respect multiple uses in SimplifyDemande...
2018-10-07 Craig Topper[LegalizeVectorOps] Make ExpandStrictFPOp return the...
2018-10-06 Simon Pilgrim[SelectionDAG] Add SimplifyDemandedBits to SimplifyDema...
2018-10-05 Vedant Kumar[LiveDebugValues] Extend var ranges through artificial...
2018-10-05 Vedant KumarClarify debug output in LiveDebugValues
2018-10-05 Jessica Paquette[GlobalIsel] Add llvm.invariant.start and llvm.invarian...
2018-10-05 Vedant Kumar[DebugInfo] Add support for DWARF5 call site-related...
2018-10-05 Matthias BraunDwarfDebug: Pick next location in case of missing locat...
2018-10-05 Sanjay Patel[SelectionDAG] allow undefs when matching splat constants
2018-10-05 Jonas Paulsson[TargetRegisterInfo] Remove temporary hook enableMultip...
2018-10-04 Daniel Sanders[globalisel][combine] When placing truncates, handle...
2018-10-04 Daniel Sanders[globalisel][combine] Fix a rare crash when encounterin...
2018-10-04 Craig Topper[X86][LegalizeVectorOps] Use MERGE_VALUES to return...
2018-10-04 Daniel Sanders[globalisel][combine] Improve the truncate placement...
2018-10-04 Craig Topper[LegalizeIntegerTypes] Fix typo in comment. NFC
2018-10-03 Daniel Sanders[machineverifier] Detect PHI's that are preceeded by...
2018-10-03 Heejin AhnMake meanings of variables clearer in action table...
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-10-03 Daniel SandersCorrect implementation of -verify-machineinstrs such...
2018-10-03 Daniel Sanders[globalisel][combines] Don't sink G_TRUNC down to use...
2018-10-03 Jonas Paulsson[RA CopyHints] Fix compile-time regression
2018-10-03 Jonas Toth[CodeGen] NFC fix pedantic warning from extra semicolon
2018-10-03 Daniel SandersRe-commit: [globalisel] Add a combiner helpers for...
2018-10-02 Aaron Smith [CodeView] Only add the Scoped flag for an enum type...
2018-10-02 Aaron Smith[CodeView] Emit function options for subprogram and...
2018-10-02 Daniel Sanders[globalisel][verifier] Run the MachineVerifier from...
2018-10-02 Reid Kleckner[codeview] Fix 32-bit x86 variable locations in realign...
2018-10-01 Daniel SandersRevert: r343521 and r343541: [globalisel] Add a combine...
2018-10-01 Reid Kleckner[codeview] Simplify S_DEFRANGE emission code, NFC
2018-10-01 Reid Kleckner[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOI...
2018-10-01 Reid KlecknerFix the Windows build in GlobalISel
2018-10-01 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
2018-10-01 Matthias BraunMIRParser: Check that instructions only reference DILoc...
2018-10-01 Matthias BraunDAGCombiner: StoreMerging: Fix bad index calculating...
2018-10-01 Carlos Alberto Enciso[DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
next