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
*
[RAGreedy] Enable -consider-local-interval-cost for AArch64
Sanne Wouda
2019-11-08
1
-2
/
+4
*
[LDV][RAGreedy] Inform LiveDebugVariables about new VRegs added by InlineSpiller
Bjorn Pettersson
2019-11-01
1
-0
/
+5
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-6
/
+6
*
[RA] Fix spelling of Greedy register allocator internal option
Teresa Johnson
2019-07-02
1
-1
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-2
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-2
/
+2
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-2
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-2
/
+2
*
[RegAllocGreedy] Take last chance recoloring into account in split and assign
Mikael Holmen
2019-02-20
1
-12
/
+16
*
[RegAllocGreedy] Take last chance recoloring into account in evicting.
Mark Lacey
2019-02-13
1
-6
/
+20
*
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
[next]