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
/
RegAllocPBQP.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
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-11
/
+11
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-5
/
+5
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[PBQP] Fix PR33038 by pruning empty intervals in initializeGraph.
Lang Hames
2018-02-20
1
-11
/
+27
*
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] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
Remove unneeded use of #undef DEBUG_TYPE. NFC
Sam Clegg
2017-07-12
1
-2
/
+0
*
RegAllocPBQP: Do not assign reserved physical register
Matthias Braun
2017-06-08
1
-1
/
+9
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-01
1
-19
/
+21
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-21
1
-16
/
+34
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+6
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+5
*
Recommit r265547, and r265610,r265639,r265657 on top of it, plus
Wei Mi
2016-04-13
1
-1
/
+20
*
Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...
Hans Wennborg
2016-04-08
1
-20
/
+1
*
Recommit r265309 after fixed an invalid memory reference bug happened
Wei Mi
2016-04-06
1
-1
/
+20
*
Revert r265309 and r265312 because they caused some errors I need to investig...
Wei Mi
2016-04-04
1
-20
/
+1
*
Replace analyzeSiblingValues with new algorithm to fix its compile
Wei Mi
2016-04-04
1
-1
/
+20
*
Add MachineVerifier check for AllVRegsAllocated MachineFunctionProperty
Derek Schuff
2016-03-29
1
-5
/
+0
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+5
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
raw_ostream: << operator for callables with raw_ostream argument
Matthias Braun
2015-12-04
1
-21
/
+6
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
1
-5
/
+21
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
1
-21
/
+5
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+2
*
Trace copies when checking for rematerializability in spill weight calculation
Robert Lougher
2015-08-10
1
-3
/
+3
*
[PBQP] Use a local bit-matrix to speedup searching an edge in the graph.
Arnaud A. de Grandmaison
2015-03-05
1
-3
/
+10
*
[PBQP] Address post-commit style comment for r230904. NFC.
Arnaud A. de Grandmaison
2015-03-01
1
-2
/
+2
*
[PBQP] Do not add an edge between nodes with totally disjoint allowed registers
Arnaud A. de Grandmaison
2015-03-01
1
-9
/
+61
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
[PBQP] Conservativelly allocatable nodes can be spilled and give a better sol...
Arnaud A. de Grandmaison
2015-02-13
1
-2
/
+0
*
[PBQP] Cautiously update edge costs in the solver
Arnaud A. de Grandmaison
2015-02-11
1
-1
/
+3
*
[PBQP] Fix comment wording. NFC
Arnaud A. de Grandmaison
2015-02-06
1
-1
/
+1
*
[PBQP] Provide more information in the debug prints
Arnaud A. de Grandmaison
2015-02-03
1
-1
/
+74
*
[PBQP Regalloc] Pre-spill vregs that have no legal physregs.
Lang Hames
2015-02-03
1
-26
/
+57
*
Have the PBQP register allocator use the subtarget on the MachineFunction.
Eric Christopher
2015-01-27
1
-8
/
+5
*
[PBQP] Callee saved regs should have a higher cost than scratch regs
Arnaud A. de Grandmaison
2014-11-04
1
-0
/
+16
*
[PBQP] Tweak spill costs and coalescing benefits
Arnaud A. de Grandmaison
2014-11-04
1
-6
/
+17
*
[PBQP] Unique allowed-sets for nodes in the PBQP graph and use pairs of these
Lang Hames
2014-10-27
1
-29
/
+50
*
[PBQP] Fix coalescing benefits
Arnaud A. de Grandmaison
2014-10-21
1
-2
/
+2
*
[PBQP] Replace the interference-constraints algorithm with a faster version
Lang Hames
2014-10-18
1
-16
/
+115
[next]