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
/
GlobalISel
/
RegBankSelect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[GlobalISel] Teach the core pipeline not to run if ISel failed.
Quentin Colombet
2016-08-27
1
-0
/
+5
*
[GlobalISel] Set, require, and verify Legalized MF property.
Ahmed Bougacha
2016-08-02
1
-0
/
+21
*
[GlobalISel] Don't RegBankSelect target-specific instructions.
Ahmed Bougacha
2016-08-02
1
-1
/
+7
*
GlobalISel: add specialized buildCopy function to MachineInstrBuilder.
Tim Northover
2016-07-26
1
-1
/
+1
*
GlobalISel: remove redundant ';'s. NFC
Tim Northover
2016-07-26
1
-1
/
+1
*
[RegBankSelect] Print out the actual mapping of the operands.
Quentin Colombet
2016-06-08
1
-0
/
+1
*
[RegBankSelect] Remove a debug print of a potentially dead instruction.
Quentin Colombet
2016-06-08
1
-2
/
+2
*
[RegBankSelect] Silence an unused variable warning in release mode.
Quentin Colombet
2016-06-08
1
-0
/
+1
*
[RegBankSelect] Comment on how we could improve repairing with copies.
Quentin Colombet
2016-06-08
1
-0
/
+11
*
[RegBankSelect] Use RegisterBankInfo applyMapping method.
Quentin Colombet
2016-06-08
1
-11
/
+8
*
[RegBankSelect] Use the OperandMapper class to hold remap information.
Quentin Colombet
2016-06-08
1
-10
/
+8
*
[RegBankSelect] Use const_iterator instead of iterator for repairReg.
Quentin Colombet
2016-06-08
1
-1
/
+1
*
[RegBankSelect] Introduce a command line option to override the running mode.
Quentin Colombet
2016-06-08
1
-0
/
+14
*
[RegBankSelect] Explain what it would take to support non-copy
Quentin Colombet
2016-06-08
1
-0
/
+9
*
[RegisterBankInfo] Add a size argument for the cost of copy.
Quentin Colombet
2016-06-08
1
-1
/
+3
*
[RegBankSelect] Compute the repairing cost for copies.
Quentin Colombet
2016-05-21
1
-15
/
+40
*
[RegBankSelect] Look for the best mapping in greedy mode.
Quentin Colombet
2016-05-20
1
-10
/
+38
*
[RegBankSelect] Get rid of a now dead method: setSafeInsertPoint.
Quentin Colombet
2016-05-20
1
-34
/
+0
*
[RegBankSelect] Take advantage of a potential best cost information in
Quentin Colombet
2016-05-20
1
-3
/
+18
*
[RegBankSelect] Use frequency and probability information to compute
Quentin Colombet
2016-05-20
1
-7
/
+28
*
[RegBankSelect] Use the Fast mode for functions with the optnone attribute.
Quentin Colombet
2016-05-20
1
-0
/
+6
*
[RegBankSelect] Specify different optimization mode for the pass.
Quentin Colombet
2016-05-20
1
-2
/
+4
*
[RegBankSelect] Add a method to avoid splitting while repairing.
Quentin Colombet
2016-05-20
1
-0
/
+125
*
[RegBankSelect] Refactor the code to split the repairing and mapping of
Quentin Colombet
2016-05-20
1
-131
/
+209
*
[RegBankSelect] Add helper class for repairing code placement.
Quentin Colombet
2016-05-20
1
-1
/
+215
*
[RegBankSelect] Refactor assignmentMatch to avoid testing the current
Quentin Colombet
2016-05-20
1
-4
/
+10
*
[RegBankSelect] Introduce MappingCost helper class.
Quentin Colombet
2016-05-20
1
-1
/
+125
*
[RegisterBankInfo] Change the API for the verify methods.
Quentin Colombet
2016-04-21
1
-1
/
+1
*
[RegisterBankInfo] Change the representation of the partial mappings.
Quentin Colombet
2016-04-21
1
-3
/
+2
*
[RegBankSelect] Teach the repairing code how to handle physical
Quentin Colombet
2016-04-12
1
-2
/
+6
*
[RegBankSelect] Teach how to repair definitions.
Quentin Colombet
2016-04-12
1
-13
/
+112
*
[RegBankSelect] Use reverse post order traversal.
Quentin Colombet
2016-04-08
1
-2
/
+12
*
[RegBankSelect] Improve debug output.
Quentin Colombet
2016-04-08
1
-1
/
+10
*
[RegBankSelect] Add a few debug statements.
Quentin Colombet
2016-04-07
1
-0
/
+9
*
[RegBankSelect] Reuse RegisterBankInfo logic to get to the register bank
Quentin Colombet
2016-04-07
1
-12
/
+2
*
[RegBankSelect] Initial implementation for non-optimized output.
Quentin Colombet
2016-04-07
1
-3
/
+105
*
[GlobalISel] Add the skeleton of the RegBankSelect pass.
Quentin Colombet
2016-04-05
1
-0
/
+32
[prev]