index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
[MachineCSE] Add new callback for is caller preserved or constant physregs
Tony Jiang
2017-11-20
1
-0
/
+7
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[MachineRegisterInfo] Avoid having dbg.values affect code generation
Mikael Holmen
2017-11-16
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
LiveIntervalAnalysis: Fix alias regunit reserved definition
Matthias Braun
2017-09-01
1
-0
/
+18
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MIR] Support Customed Register Mask and CSRs
Oren Ben Simhon
2017-03-19
1
-0
/
+12
*
Fixing typos.
Oren Ben Simhon
2017-03-16
1
-4
/
+5
*
[CodeGen] Fix -Wreorder warning.
Benjamin Kramer
2017-03-14
1
-3
/
+3
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-2
/
+34
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-17
1
-7
/
+20
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+2
*
GlobalISel: allow CodeGen to fallback on VReg type/class issues.
Tim Northover
2016-11-08
1
-11
/
+0
*
MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
Matthias Braun
2016-10-28
1
-2
/
+1
*
Fix warning; NFC
Matthias Braun
2016-10-11
1
-2
/
+2
*
MIRParser: generic register operands with types
Matthias Braun
2016-10-11
1
-1
/
+2
*
MIRParser: Rewrite register info initialization; mostly NFC
Matthias Braun
2016-10-11
1
-7
/
+10
*
[TargetRegisterInfo, AArch64] Add target hook for isConstantPhysReg().
Geoff Berry
2016-09-27
1
-1
/
+5
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-1
/
+1
*
GlobalISel: disambiguate types when printing MIR
Tim Northover
2016-09-12
1
-2
/
+0
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-14
/
+14
*
MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...
Matthias Braun
2016-08-24
1
-1
/
+6
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+14
*
[GlobalISel] Mark newly-created gvregs as having a bank.
Ahmed Bougacha
2016-07-19
1
-2
/
+5
*
[IPRA] Properly compute register usage at call sites.
Chad Rosier
2016-07-11
1
-2
/
+3
*
Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty
Derek Schuff
2016-04-11
1
-2
/
+1
*
[MachineRegisterInfo] Track register bank for virtual registers.
Quentin Colombet
2016-04-07
1
-1
/
+6
*
Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty
Derek Schuff
2016-04-04
1
-2
/
+2
*
[MachineRegisterInfo] Add a method to set the size of a virtual register a po...
Quentin Colombet
2016-03-07
1
-0
/
+4
*
[MachineRegisterInfo] Get rid of the global-isel ifdefs.
Quentin Colombet
2016-03-07
1
-6
/
+3
*
[GlobalISel][MachineRegisterInfo] Add a method to create generic vregs.
Quentin Colombet
2016-02-11
1
-0
/
+16
*
[GlobalISel] Remember the size of generic virtual registers
Quentin Colombet
2016-02-10
1
-0
/
+9
*
Scheduler / Regalloc: use unique_ptr[] instead of std::vector
Fiona Glaser
2015-12-02
1
-4
/
+3
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-5
/
+2
*
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
2015-09-25
1
-2
/
+1
*
MachineRegisterInfo: Introduce isPhysRegUsed()
Matthias Braun
2015-08-18
1
-0
/
+12
*
Reset the virtual registers in liveins when clearing the virtual registers.
Alex Lorenz
2015-07-27
1
-0
/
+2
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-1
/
+0
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-0
/
+47
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-1
/
+1
*
MachineRegisterInfo can access TII off of the MachineFunction's
Eric Christopher
2015-01-27
1
-2
/
+2
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-0
/
+1
*
Add a flag to enable/disable subregister liveness.
Matthias Braun
2014-12-10
1
-1
/
+2
*
LiveInterval: Add support to track liveness of subregisters.
Matthias Braun
2014-12-10
1
-0
/
+8
*
CodeGen: switch raw array to std::vector
Dylan Noblesmith
2014-08-25
1
-8
/
+1
*
Have MachineRegisterInfo take and store the MachineFunction it
Eric Christopher
2014-08-12
1
-2
/
+2
[next]