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
/
RegisterBank.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune two MachineInstr.h includes, fix up deps
Reid Kleckner
2019-10-19
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
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
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-19
1
-3
/
+4
*
Re-revert: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-4
/
+3
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-3
/
+4
*
Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...
Daniel Sanders
2017-01-16
1
-4
/
+3
*
[globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-16
1
-3
/
+4
*
[globalisel] Move as much RegisterBank initialization to the constructor as p...
Daniel Sanders
2017-01-12
1
-1
/
+6
*
[globalisel] Initialize RegisterBanks with static data.
Daniel Sanders
2017-01-12
1
-2
/
+0
*
[RegisterBank] Mark the dump method with LLVM_DUMP_METHOD.
Quentin Colombet
2016-09-23
1
-1
/
+1
*
[GlobalISel] Fix #include ordering/spacing. NFC.
Ahmed Bougacha
2016-07-14
1
-1
/
+0
*
[RegisterBankInfo] Change the API for the verify methods.
Quentin Colombet
2016-04-21
1
-1
/
+2
*
[RegisterBank] Rename RegisterBank::contains into RegisterBank::covers.
Quentin Colombet
2016-04-07
1
-5
/
+5
*
[RegisterBank] Implement the verify method to check for the obvious mistakes.
Quentin Colombet
2016-04-05
1
-4
/
+27
*
[RegisterBank] Add printable capabilities for future debugging.
Quentin Colombet
2016-04-05
1
-0
/
+34
*
[RegisterBank] Provide a way to check if a register bank is valid.
Quentin Colombet
2016-04-05
1
-1
/
+12
*
[GlobalISel] Add a class, RegisterBank, to represent register banks.
Quentin Colombet
2016-04-05
1
-0
/
+39