summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineRegisterInfo.cpp
AgeCommit message (Expand)Author
2020-01-30CodeGen: Use RegisterMatt Arsenault
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-06-25[Peephole] Allow folding loads into instructions w/multiple uses (such as tes...Philip Reames
2019-06-24CodeGen: Introduce a class for registersMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-20[MachineCSE][GlobalISel] Making sure MachineCSE works mid-GlobalISel (again)Roman Tereshin
2018-10-03Re-commit: [globalisel] Add a combiner helpers for extending loads and use th...Daniel Sanders
2018-07-30Remove trailing spaceFangrui Song
2018-05-23[GlobalISel] NFCI, Getting GlobalISel ~5% fasterRoman Tereshin
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-03Adding optional Name parameter to createVirtualRegister and createGenericVirt...Puyan Lotfi
2018-03-30[MIR] Adding support for Named Virtual Registers in MIR.Puyan Lotfi
2018-01-18GlobalISel: Make MachineCSE runnable in the middle of the GlobalISelJustin Bogner
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih
2017-11-20[MachineCSE] Add new callback for is caller preserved or constant physregsTony Jiang
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-16[MachineRegisterInfo] Avoid having dbg.values affect code generationMikael Holmen
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-09-01LiveIntervalAnalysis: Fix alias regunit reserved definitionMatthias Braun
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-19[MIR] Support Customed Register Mask and CSRsOren Ben Simhon
2017-03-16Fixing typos.Oren Ben Simhon
2017-03-14[CodeGen] Fix -Wreorder warning.Benjamin Kramer
2017-03-14Disable Callee Saved RegistersOren Ben Simhon
2017-02-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-01-28Cleanup dump() functions.Matthias Braun
2016-11-08GlobalISel: allow CodeGen to fallback on VReg type/class issues.Tim Northover
2016-10-28MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFCMatthias Braun
2016-10-11Fix warning; NFCMatthias Braun
2016-10-11MIRParser: generic register operands with typesMatthias Braun
2016-10-11MIRParser: Rewrite register info initialization; mostly NFCMatthias Braun
2016-09-27[TargetRegisterInfo, AArch64] Add target hook for isConstantPhysReg().Geoff Berry
2016-09-15GlobalISel: remove "unsized" LLTTim Northover
2016-09-12GlobalISel: disambiguate types when printing MIRTim Northover
2016-09-09GlobalISel: move type information to MachineRegisterInfo.Tim Northover
2016-08-24MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun
2016-07-27[GlobalISel] Introduce an instruction selector.Ahmed Bougacha
2016-07-19[GlobalISel] Mark newly-created gvregs as having a bank.Ahmed Bougacha
2016-07-11[IPRA] Properly compute register usage at call sites.Chad Rosier
2016-04-11Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionPropertyDerek Schuff
2016-04-07[MachineRegisterInfo] Track register bank for virtual registers.Quentin Colombet
2016-04-04Replace MachineRegisterInfo::isSSA() with a MachineFunctionPropertyDerek Schuff
2016-03-07[MachineRegisterInfo] Add a method to set the size of a virtual register a po...Quentin Colombet
2016-03-07[MachineRegisterInfo] Get rid of the global-isel ifdefs.Quentin Colombet
2016-02-11[GlobalISel][MachineRegisterInfo] Add a method to create generic vregs.Quentin Colombet
2016-02-10[GlobalISel] Remember the size of generic virtual registersQuentin Colombet
2015-12-02Scheduler / Regalloc: use unique_ptr[] instead of std::vectorFiona Glaser