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
*
[RegisterBankInfo] Ignore InstrMappings that create impossible to repair oper...
Tom Stellard
2018-07-25
1
-1
/
+1
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-13
1
-0
/
+1
*
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...
Matthias Braun
2018-07-12
1
-1
/
+0
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-12
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+22
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[GlobalISel][AArch64] Adding -disable-gisel-legality-check CL option
Roman Tereshin
2018-03-01
1
-13
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[RegisterBankInfo] Cache the getMinimalPhysRegClass information
Quentin Colombet
2017-10-13
1
-3
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
GlobalISel: verify that a COPY is trivial when created.
Tim Northover
2017-06-27
1
-3
/
+7
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-26
1
-15
/
+32
*
[RegisterBankInfo] Remove overly-agressive asserts
Tom Stellard
2017-05-15
1
-4
/
+5
*
[RegisterBankInfo] Uniquely allocate instruction mapping.
Quentin Colombet
2017-05-05
1
-13
/
+15
*
[GlobalISel] Emit opt remarks on isel fallbacks.
Ahmed Bougacha
2017-02-23
1
-14
/
+9
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+3
*
[RegBankSelect] Improve the output of the debug messages.
Quentin Colombet
2017-01-11
1
-7
/
+32
*
GlobalISel: handle G_SEQUENCE fallbacks gracefully.
Tim Northover
2016-12-06
1
-0
/
+3
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-3
/
+3
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[RegisterBankInfo] Change the default mapping for Copy and PHI.
Quentin Colombet
2016-09-29
1
-2
/
+2
*
[RegBankSelect] Use DEBUG_TYPE instead of repeating the name of the pass
Quentin Colombet
2016-09-23
1
-2
/
+2
*
[RegisterBankInfo] Use array instead of SmallVector for BreakDown.
Quentin Colombet
2016-09-23
1
-10
/
+8
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-1
/
+2
*
[RegBankSelect] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
1
-17
/
+48
*
[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
[next]