summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [LDV][RAGreedy] Inform LiveDebugVariables about new VRegs added by InlineSpillerBjorn Pettersson2019-11-012-17/+32
* DAG: Add DAG argument to isFPExtFoldableMatt Arsenault2019-10-311-14/+28
* [PGO][PGSO] Fix -DBUILD_SHARED_LIBS=on builds after D69580/llvmorg-10-init-87...Fangrui Song2019-10-311-0/+22
* [PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.Hiroshi Yamauchi2019-10-313-5/+7
* Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin...Simon Pilgrim2019-10-312-13/+10
* Fix missing memcpy, memmove and memset tail callsSanne Wouda2019-10-311-1/+18
* DAG: Add new control for ISD::FMAD formationMatt Arsenault2019-10-311-2/+2
* [TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic2019-10-312-10/+13
* Revert "[DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instruc...Jeremy Morse2019-10-311-50/+3
* Revert "[DebugInfo] MachineSink: find more DBG_VALUEs to sink"Jeremy Morse2019-10-311-86/+15
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-314-3/+12
* [GISel][CombinerHelper] Combine shuffle_vector scalar to build_vectorQuentin Colombet2019-10-301-2/+2
* RegAllocFast: Use RegisterMatt Arsenault2019-10-301-69/+69
* [DebugInfo][DAG] Distinguish different kinds of location indirectionJeremy Morse2019-10-301-5/+19
* [NFC] Move this set of STRICT_* cases to be next to the non-strict cases.Kevin P. Neal2019-10-301-10/+10
* [NFC][MachineOutliner] Fix typo in commentDavid Tellenbach2019-10-301-1/+1
* [SelectionDAG] Add support for FP_ROUND in WidenVectorOperand.Jay Foad2019-10-301-4/+14
* LiveIntervals: Split live intervals on multiple dead defsKrzysztof Parzyszek2019-10-301-3/+14
* [ARM][AArch64][DebugInfo] Improve call site instruction interpretationDjordje Todorovic2019-10-302-9/+18
* [X86] Make memcmp vector lowering handle arbitrary expansionsDavid Zarzycki2019-10-301-2/+2
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+3
* [SelectionDAG] Enable lowering unordered atomics loads w/LoadSDNode (and stor...Philip Reames2019-10-292-0/+27
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-293-4/+16
* Fix some spelling mistakes in comments. NFCGreg Bedwell2019-10-291-4/+4
* Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-291-1/+1
* Revert "[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap"Andrea Di Biagio2019-10-291-97/+82
* Fix unused variable warning. NFCI.Simon Pilgrim2019-10-291-1/+1
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-293-16/+4
* [BranchFolding] skip debug instr to avoid code changeJeremy Morse2019-10-291-2/+3
* Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang2019-10-287-118/+109
* [MachineOutliner][NFC] clang-formating the MachineOutliner.Puyan Lotfi2019-10-281-34/+27
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-285-3/+139
* [Remarks] Remove references to ELF supportFrancis Visoiu Mistrih2019-10-281-1/+1
* [Remarks] Emit the remarks section by default for certain formatsFrancis Visoiu Mistrih2019-10-281-12/+7
* [MachineOuliner][NFC] Refactoring code to make outline rerunning a cleaner diff.Puyan Lotfi2019-10-281-7/+19
* Convert files added in d157a9bc8ba1 to unix line endings.Nico Weber2019-10-281-119/+119
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-283-4/+16
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-289-12/+182
* [DebugInfo] MachineSink: find more DBG_VALUEs to sinkJeremy Morse2019-10-281-15/+86
* [DAGCombiner] widen any_ext of popcount based on target supportSanjay Patel2019-10-281-11/+28
* [DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructionsJeremy Morse2019-10-281-3/+50
* [Codegen][ARM] Add float softening for cbrtDavid Green2019-10-282-0/+29
* [AArch64][SVE] Implement masked load intrinsicsKerry McLaughlin2019-10-283-7/+14
* [SDAG] fold insert_vector_elt with undef indexSanjay Patel2019-10-272-4/+9
* [LegalizeTypes] When promoting BITREVERSE/BSWAP don't take the shift amount i...Craig Topper2019-10-271-10/+9
* [TargetLowering] Add getBooleanContents contents check to "SETCC (SETCC), [0|...Craig Topper2019-10-271-2/+5
* [SDAG] fold extract_vector_elt with undef indexSanjay Patel2019-10-251-2/+2
* GlobalISel: Implement widenScalar for G_INSERT_VECTOR_ELTMatt Arsenault2019-10-251-0/+25
* [Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet2019-10-251-3/+3
* Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang2019-10-257-114/+117
OpenPOWER on IntegriCloud