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
/
RegAllocGreedy.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
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-09
1
-1
/
+1
*
[RegAllocGreedy] IMPLICIT_DEF values shouldn't prefer registers
John Brawn
2018-12-14
1
-1
/
+4
*
[RegAllocGreedy] avoid using physreg candidates that cannot be correctly spilled
Daniil Fukalov
2018-09-25
1
-9
/
+32
*
[RegAllocGreedy] Fix crash in tryLocalSplit
Walter Lee
2018-09-20
1
-1
/
+5
*
Remove FrameAccess struct from hasLoadFromStackSlot
Sander de Smalen
2018-09-05
1
-9
/
+8
*
Extend hasStoreToStackSlot with list of FI accesses.
Sander de Smalen
2018-09-03
1
-5
/
+11
*
[RegAlloc][NFC] Fix the help string of the option "huge-size-for-split".
Wei Mi
2018-07-18
1
-1
/
+2
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-1
/
+1
*
[RegAlloc] Skip global splitting if the live range is huge and its spill is
Wei Mi
2018-07-16
1
-0
/
+19
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
1
-9
/
+9
*
[RegAllocGreedy] Use simpler map class for EvicteeInfo. NFCI.
Nirav Dave
2018-06-05
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-94
/
+102
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-11
/
+11
*
Take into account the cost of local intervals when selecting split candidate.
Marina Yatsina
2018-01-31
1
-12
/
+70
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-17
1
-2
/
+2
*
LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC
Matthias Braun
2017-12-18
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-4
/
+5
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-15
/
+15
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-19
/
+19
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Add logic to greedy reg alloc to avoid bad eviction chains
Marina Yatsina
2017-10-22
1
-9
/
+347
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-11
/
+14
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[RegAllocGreedy]: Allow recoloring of done register if it's non-tied
Mikael Holmen
2017-09-28
1
-2
/
+14
*
[RegAllocGreedy] Fix spelling error, "inteference" -> "interference", NFC
Mikael Holmen
2017-09-27
1
-3
/
+3
*
Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR when
Jonas Paulsson
2017-09-15
1
-1
/
+4
*
Revert "[RegAlloc] Make sure live-ranges reflect the state of the IR when rem...
Jonas Paulsson
2017-09-07
1
-4
/
+1
*
[RegAlloc] Make sure live-ranges reflect the state of the IR when removing them
Quentin Colombet
2017-08-21
1
-1
/
+4
*
fix typos in comments and error messages; NFC
Hiroshi Inoue
2017-07-10
1
-1
/
+1
*
fix trivial typo, NFC
Hiroshi Inoue
2017-06-29
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
1
-37
/
+59
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-7
/
+4
*
RegAllocGreedy: Follow-up to r296722
Matthias Braun
2017-03-03
1
-1
/
+5
*
LIU:::Query: Query LiveRange instead of LiveInterval; NFC
Matthias Braun
2017-03-01
1
-1
/
+1
*
New OptimizationRemarkEmitter pass for MIR
Adam Nemet
2017-01-25
1
-0
/
+84
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-4
/
+8
*
[RegAllocGreedy] Record missed hint for late recoloring.
Quentin Colombet
2016-11-16
1
-0
/
+3
*
RegAllocGreedy: Properly initialize this pass, so that -run-pass will work
Tom Stellard
2016-11-14
1
-13
/
+18
*
[RegAllocGreedy] Another fix about NewVRegs for last chance recoloring after ...
Wei Mi
2016-11-08
1
-8
/
+5
*
[RAGreedy] Empty live-ranges always succeed in last chance recoloring.
Quentin Colombet
2016-10-13
1
-1
/
+12
*
[RegAllocGreedy] Attempt to split unspillable live intervals
Dylan McKay
2016-10-11
1
-6
/
+8
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Revert "[RegAllocGreedy] Attempt to split unspillable live intervals"
Dylan McKay
2016-09-30
1
-8
/
+6
*
[RegAllocGreedy] Attempt to split unspillable live intervals
Dylan McKay
2016-09-30
1
-6
/
+8
[next]