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
/
RegisterBankInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Add type argument to getRegBankFromRegClass
Matt Arsenault
2020-01-03
1
-7
/
+13
*
GlobalISel: Update syntax in debug printing
Matt Arsenault
2019-12-24
1
-1
/
+1
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-4
/
+3
*
GlobalISel: Use Register
Matt Arsenault
2019-06-28
1
-22
/
+22
*
Reapply "GlobalISel: Avoid producing Illegal copies in RegBankSelect"
Matt Arsenault
2019-06-15
1
-4
/
+26
*
Revert "GlobalISel: Avoid producing Illegal copies in RegBankSelect"
Mitch Phillips
2019-06-14
1
-25
/
+4
*
GlobalISel: Avoid producing Illegal copies in RegBankSelect
Matt Arsenault
2019-06-14
1
-4
/
+25
*
RegBankSelect: Remove checks for invalid mappings
Matt Arsenault
2019-06-14
1
-5
/
+2
*
Revert "[X86] Use 'llvm_unreachable' instead of nullptr in unreachable code to"
Pengfei Wang
2019-05-29
1
-3
/
+1
*
[X86] Use 'llvm_unreachable' instead of nullptr in unreachable code to
Pengfei Wang
2019-05-29
1
-1
/
+3
*
GlobalISel: Fix RegBankSelect for REG_SEQUENCE
Matt Arsenault
2019-03-21
1
-4
/
+16
*
RegBankSelect: Support some more complex part mappings
Matt Arsenault
2019-01-24
1
-0
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-11
/
+11
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[GISel][NFC]: Move RegisterBankInfo::getSizeInBits into TargetRegisterInfo.
Aditya Nandakumar
2018-02-02
1
-13
/
+5
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
[RegisterBankInfo] Relax the assert of having matching type sizes on default ...
Quentin Colombet
2017-11-18
1
-1
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-4
/
+4
*
[RegisterBankInfo] Cache the getMinimalPhysRegClass information
Quentin Colombet
2017-10-13
1
-5
/
+19
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-4
/
+4
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-5
/
+5
*
[RegisterBankInfo] Uniquely allocate instruction mapping.
Quentin Colombet
2017-05-05
1
-15
/
+53
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+1
*
[RegBankSelect] Support REG_SEQUENCE for generic mapping
Quentin Colombet
2017-04-01
1
-8
/
+18
*
[GlobalISel] Ignore %noreg when applying default regbank mapping.
Ahmed Bougacha
2017-03-07
1
-0
/
+7
*
unique_ptrify some containers in GlobalISel::RegisterBankInfo
David Blaikie
2017-01-30
1
-19
/
+9
*
[RegisterBankInfo] Emit proper type for remapped registers.
Quentin Colombet
2017-01-28
1
-3
/
+25
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+8
*
Fix memory leak in globalisel.
Evgeniy Stepanov
2017-01-28
1
-0
/
+2
*
[globalisel] Move as much RegisterBank initialization to the constructor as p...
Daniel Sanders
2017-01-12
1
-12
/
+3
*
[globalisel] Initialize RegisterBanks with static data.
Daniel Sanders
2017-01-12
1
-100
/
+8
*
GlobalISel: only print debug info with -debug. NFC.
Tim Northover
2017-01-11
1
-1
/
+1
*
[globalisel] Stop requiring -debug/-debug-only=registerbankinfo for assertions.
Daniel Sanders
2017-01-06
1
-6
/
+7
*
[RegisterBankInfo] Allow to set a register class when nothing else is set
Quentin Colombet
2016-12-22
1
-3
/
+2
*
GlobalISel: Fix indentation. NFC
Diana Picus
2016-11-14
1
-3
/
+3
*
GlobalISel: fix typo. NFC
Tim Northover
2016-11-09
1
-2
/
+2
*
[RegisterBankInfo] Change the default mapping for Copy and PHI.
Quentin Colombet
2016-09-29
1
-52
/
+35
*
[RegisterBankInfo] Uniquely generate OperandsMapping.
Quentin Colombet
2016-09-28
1
-8
/
+63
*
[RegisterBankInfo] Rework the APIs of ValueMapping.
Quentin Colombet
2016-09-28
1
-10
/
+12
*
[RegisterBankInfo] Constify the member of the XXXMapping maps.
Quentin Colombet
2016-09-24
1
-2
/
+2
*
[RegisterBankInfo] Add statistics for dynamic value mappings.
Quentin Colombet
2016-09-24
1
-0
/
+8
*
[RegisterBankInfo] Uniquely generate ValueMapping.
Quentin Colombet
2016-09-24
1
-11
/
+52
*
[RegisterBankInfo] Keep valid pointers for PartialMappings.
Quentin Colombet
2016-09-24
1
-4
/
+9
[next]