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
/
RegAllocFast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
RegAllocFast: Further cleanups; NFC
Matthias Braun
2018-11-10
1
-210
/
+217
*
RegAllocFast: Leave unassigned virtreg entries in map
Matthias Braun
2018-11-07
1
-93
/
+74
*
RegAllocFast: Further cleanups; NFC
Matthias Braun
2018-11-07
1
-31
/
+35
*
RegAllocFast: Refactor PhysRegState usage; NFC
Matthias Braun
2018-11-07
1
-10
/
+18
*
RegAllocFast: Factor spill/reload creation into their own functions; NFC
Matthias Braun
2018-11-07
1
-32
/
+50
*
RegAllocFast: Cleanups; NFC
Matthias Braun
2018-11-07
1
-16
/
+13
*
RegAllocFast: Rename statistic from NumCopies to NumCoalesced
Matthias Braun
2018-11-07
1
-2
/
+2
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-47
/
+48
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-0
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-2
/
+2
*
[RAFast] Don't dereference MBB::end
Quentin Colombet
2018-01-29
1
-5
/
+6
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[MachineOperand][MIR] Add isRenamable to MachineOperand.
Geoff Berry
2017-12-12
1
-0
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-15
/
+15
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilled
Reid Kleckner
2017-09-15
1
-47
/
+31
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-13
1
-20
/
+40
*
RegAllocFast: Fix warning; NFC
Matthias Braun
2017-09-09
1
-2
/
+1
*
RegAllocFast: Cleanup; NFC
Matthias Braun
2017-09-09
1
-299
/
+296
*
RegAllocFast: Move vector to class level to avoid reallocation; NFC
Matthias Braun
2017-09-09
1
-2
/
+5
*
RegAllocFast: Remove write-only set; NFC
Matthias Braun
2017-09-09
1
-10
/
+0
*
Remove the unused DBG_VALUE offset parameter from RegAllocFast (NFC)
Adrian Prantl
2017-07-28
1
-2
/
+4
*
[RegAllocFast] Don't insert kill flags of super-register for partial kill
Quentin Colombet
2017-07-07
1
-2
/
+9
*
[RegAllocFast] Add the proper initialize method to use the .mir infrastructure
Quentin Colombet
2017-07-07
1
-0
/
+2
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+3
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-13
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-2
/
+5
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+4
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
CodeGen: Use MachineInstr& in RegAllocFast, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-31
/
+33
*
Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...
Hans Wennborg
2016-05-18
1
-0
/
+5
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-4
/
+1
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+6
*
[RegAllocFast] Properly track the physical register definitions on calls.
Quentin Colombet
2016-02-20
1
-4
/
+6
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-3
/
+3
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-4
/
+3
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-14
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+4
[next]