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
/
RegAllocBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
RegAlloc: try to fail more gracefully when out of registers
Nicolai Haehnle
2019-05-15
1
-6
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-13
1
-3
/
+8
*
RA: Replace asserts related to empty live intervals
Matt Arsenault
2017-07-24
1
-3
/
+5
*
RA: Remove assert on empty live intervals
Matt Arsenault
2017-07-21
1
-1
/
+0
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+2
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-2
/
+4
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+0
*
Recommit r265547, and r265610,r265639,r265657 on top of it, plus
Wei Mi
2016-04-13
1
-0
/
+9
*
Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...
Hans Wennborg
2016-04-08
1
-9
/
+0
*
Recommit r265309 after fixed an invalid memory reference bug happened
Wei Mi
2016-04-06
1
-0
/
+9
*
Revert r265309 and r265312 because they caused some errors I need to investig...
Wei Mi
2016-04-04
1
-9
/
+0
*
Replace analyzeSiblingValues with new algorithm to fix its compile
Wei Mi
2016-04-04
1
-0
/
+9
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
2015-01-08
1
-0
/
+2
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-1
/
+1
*
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
2014-03-13
1
-4
/
+9
*
Fix typo
Manman Ren
2014-02-22
1
-1
/
+1
*
DEBUG shouldEvict decisions
Andrew Trick
2013-11-22
1
-2
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+3
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-3
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+3
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-1
/
+1
*
Emit a better error when running out of registers on inline asm.
Benjamin Kramer
2013-10-05
1
-3
/
+2
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-2
/
+2
*
Make constant string pointer into an array to remove a pointer lookup for eve...
Craig Topper
2013-07-17
1
-1
/
+1
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
1
-0
/
+1
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-1
/
+0
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
1
-107
/
+6
*
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
1
-0
/
+13
*
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
1
-19
/
+25
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-38
/
+0
*
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
2012-06-05
1
-26
/
+8
*
Don't print register names in LiveIntervalUnion::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-3
/
+3
*
Don't look for empty live ranges in the unions.
Jakob Stoklund Olesen
2012-05-12
1
-1
/
+4
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-1
/
+1
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
1
-54
/
+0
[next]