summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [MCP] Add stats for backward copy propagation. NFC.Kai Luo2019-12-301-1/+5
* [SelectionDAT] Simplify SelectionDAGBuilder::visitInlineAsmFangrui Song2019-12-291-11/+3
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-0/+6
* SimplifyDemandedBits - Remove duplicate getOperand() call. NFC.Simon Pilgrim2019-12-281-9/+7
* [TargetLowering] Update comment to reference the correct compiler-rt function...Craig Topper2019-12-271-1/+1
* Delete setjmp_undefined_for_msvc workaround after llvm.setjmp was removedFangrui Song2019-12-272-16/+0
* TailDuplication: Clear NoPHIs propertyMatt Arsenault2019-12-271-0/+5
* Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821Fangrui Song2019-12-273-36/+0
* [X86][FPEnv] Promote some float strictfp operations to double on i686-pc-wind...Craig Topper2019-12-261-0/+31
* [DebugInfo][SelectionDAG] Change order while transferring SDDbgValue to anoth...Kristina Bessonova2019-12-261-3/+3
* [X86] Enable STRICT_SINT_TO_FP/STRICT_UINT_TO_FP on X86 backendWang, Pengfei2019-12-261-3/+12
* GlobalISel: Update syntax in debug printingMatt Arsenault2019-12-241-1/+1
* GlobalISel: Fix naming variables "brank" instead of "bank"Matt Arsenault2019-12-241-7/+7
* [TypePromotion] Make TypeSize a class memberSam Parker2019-12-241-87/+98
* DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra...David Blaikie2019-12-241-1/+1
* DebugInfo: Add {} to address -Wdangling-else warning.David Blaikie2019-12-241-1/+2
* [DebugInfo] Fix v4 macinfo for dwo files.Sourabh Singh Tomar2019-12-241-4/+9
* [SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptrFangrui Song2019-12-232-24/+24
* [SelectionDAG] Don't repeatedly add a node to the worklist in ComputeLiveOutV...Fangrui Song2019-12-231-6/+3
* [FPEnv][X86] More strict int <-> FP conversion fixesUlrich Weigand2019-12-232-25/+55
* [DAGCombine] visitEXTRACT_SUBVECTOR - 'little to big' extract_subvector(bitca...Sanjay Patel2019-12-231-1/+17
* [AArch64] [Windows] Use COFF stubs for calls to extern_weak functionsMartin Storsjö2019-12-231-1/+3
* [DAGCombiner] Check term use before applying aggressive FSUB optimisationsCarl Ritson2019-12-231-3/+6
* [SelectionDAG] Copy FP flags when visiting a binary instruction.Valentin Churavy2019-12-221-0/+7
* Revert "[ARM][TypePromotion] Enable by default"Reid Kleckner2019-12-221-21/+3
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-4/+33
* DebugInfo: Remove out of date commentDavid Blaikie2019-12-211-4/+0
* [NFC][MachineOutliner] Rewrite setSuffixIndices to be iterativeJessica Paquette2019-12-201-18/+25
* [DWARF] Defer creating declaration DIEs until we prepare call site infoVedant Kumar2019-12-201-7/+0
* Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-204-7/+30
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-205-3/+61
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-2/+2
* [OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions.Tom Weaver2019-12-201-1/+3
* [ARM][MVE] Fixes for tail predication.Sam Parker2019-12-201-5/+41
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-11/+11
* Temporarily Revert "[StackMaps] Be explicit about label formation [NFC]"Eric Christopher2019-12-191-11/+11
* [StackMaps] Be explicit about label formation [NFC]Philip Reames2019-12-191-11/+11
* [FaultMaps] Make label formation a bit more explicit [NFC]Philip Reames2019-12-191-3/+1
* [LegalizeDAG] Add return to the strict node handling in PromoteLegalINT_TO_FP...Craig Topper2019-12-191-0/+1
* Make more use of MachineInstr::mayLoadOrStore.Jay Foad2019-12-193-4/+4
* Enable STRICT_FP_TO_SINT/UINT on X86 backendLiu, Chen32019-12-191-5/+26
* DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functionsDavid Blaikie2019-12-181-1/+1
* Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...David Blaikie2019-12-184-19/+11
* [FPEnv] Strict versions of llvm.minimum/llvm.maximumUlrich Weigand2019-12-181-0/+2
* [SelectionDAGBuilder] Use getConstant instead of getTargetConstant to build t...Craig Topper2019-12-181-2/+2
* Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISelstozer2019-12-181-2/+19
* [gicombiner] Import tryCombineIndexedLoadStore()Daniel Sanders2019-12-181-12/+27
* Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel"stozer2019-12-181-19/+2
* [DebugInfo] Correctly handle salvaged casts and split fragments at ISelstozer2019-12-181-2/+19
* [AArch64] Enable clustering memory accesses to fixed stack objectsJay Foad2019-12-181-1/+1
OpenPOWER on IntegriCloud