Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9a9738f6e5ecbd45bb2bc105d37570f045717152
/
llvm
/
lib
/
CodeGen
/
LiveRegMatrix.cpp
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
09afa1e
LiveInterval: Use range based for loops for subregister ranges.
by Matthias Braun
· 11 years ago
587e274
LiveRegMatrix: Respect subregister liveness when allocating registers.
by Matthias Braun
· 11 years ago
307c2cb
Remove unnecessary TargetMachine.h includes.
by Eric Christopher
· 11 years ago
fc6de42
Have MachineFunction cache a pointer to the subtarget to make lookups
by Eric Christopher
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
1b9dde0
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
12ae04b
This small change reduces compile time for small programs on targets that have
by Puyan Lotfi
· 12 years ago
34e1be9
Represent RegUnit liveness with LiveRange instance
by Matthias Braun
· 12 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
26c9d70
Make the LiveRegMatrix analysis available to targets.
by Jakob Stoklund Olesen
· 13 years ago
866908c
Allow overlaps between virtreg and physreg live ranges.
by Jakob Stoklund Olesen
· 13 years ago
13dffcb
Accept null PhysReg arguments to checkRegMaskInterference.
by Jakob Stoklund Olesen
· 13 years ago
c26fbbf
Sketch a LiveRegMatrix analysis pass.
by Jakob Stoklund Olesen
· 13 years ago