aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PeepholeOptimizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-10-08[DebugInfo][If-Converter] Update call site info during the optimizationNikola Prica1-1/+1
2019-08-21[AMDGPU] Prevent VGPR copies from moving across the EXEC mask definitionsAlexander Timofeev1-1/+5
2019-08-19[PeepholeOptimizer] Don't assume bitcast def always has inputJinsong Ji1-0/+5
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-13/+13
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-23/+21
2019-06-27[Backend] Keep call site info valid through the backendDjordje Todorovic1-0/+2
2019-06-25[Peephole] Allow folding loads into instructions w/multiple uses (such as tes...Philip Reames1-3/+3
2019-06-05Allow target to handle STRICT floating-point nodesUlrich Weigand1-1/+1
2019-03-27[PeepholeOpt] Don't stop simplifying copies on sequence of subregsQuentin Colombet1-6/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-22/+27
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-2/+2
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-14/+14
2018-01-11PeepholeOpt cleanup/refactor; NFCMatthias Braun1-440/+370
2018-01-11PeepholeOptimizer: Fix for vregs without defsMatthias Braun1-3/+16
2018-01-11PeepholeOptimizer: Do not form PHI with subreg argumentsMatthias Braun1-22/+19
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih1-10/+10
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih1-4/+4
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-09-11[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-20/+39
2017-06-29Remove redundant copy in recurrencesTaewook Oh1-3/+167
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-01-09PeepholeOptimizer: Do not replace SubregToReg(bitcast like)Matthias Braun1-1/+10
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek1-2/+2
2016-12-13[peephole] Enhance folding logic to work for STATEPOINTsPhilip Reames1-9/+19
2016-08-25Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-4/+21
2016-07-08PeepholeOptimizer: Make pass name match DEBUG_TYPEMatt Arsenault1-2/+2
2016-07-04Fixed warning caused by r274402.Eric Liu1-5/+5
2016-07-01PeepholeOptimizer: Relax assertMatt Arsenault1-2/+4
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-10/+8
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2015-12-29fix formatting; NFCSanjay Patel1-11/+10
2015-12-29use range-based for-loop; NFCISanjay Patel1-8/+6
2015-12-29don't repeat function names in comments; NFCSanjay Patel1-14/+13
2015-12-10PeepholeOptimizer: Ignore dead implicit defsDan Gohman1-0/+6
2015-12-03CodeGen peephole: fold redundant phys reg copiesJF Bastien1-12/+132
2015-10-24Refactor: Simplify boolean conditional return statements in lib/CodeGen.Rafael Espindola1-4/+1
2015-09-25PeepholeOptimizer: Remove redundant copiesMatt Arsenault1-0/+79
2015-09-24Introduce target hook for optimizing register copiesMatt Arsenault1-34/+2
2015-09-24Remove dead declarationMatt Arsenault1-1/+0
2015-09-09Fix typos / grammarMatt Arsenault1-26/+26
2015-08-20Make helper functions static. NFC.Benjamin Kramer1-1/+1
2015-08-19[PeepholeOptimizer] Look through PHIs to find additional register sourcesBruno Cardoso Lopes1-85/+285
2015-08-19Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou...Bruno Cardoso Lopes1-288/+85
2015-08-19[PeepholeOptimizer] Look through PHIs to find additional register sourcesBruno Cardoso Lopes1-85/+288