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
*
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
*
[RegisterBankInfo] Add statistics for dynamic partial mappings.
Quentin Colombet
2016-09-23
1
-0
/
+11
*
[RegisterBankInfo] Mark the dump methods with LLVM_DUMP_METHOD.
Quentin Colombet
2016-09-23
1
-4
/
+4
*
[RegisterBankInfo] Check that the mapping covers the interesting bits.
Quentin Colombet
2016-09-23
1
-2
/
+3
*
[RegisterBankInfo] Use array instead of SmallVector for BreakDown.
Quentin Colombet
2016-09-23
1
-32
/
+34
*
[RegisterBankInfo] Move to statically allocated RegisterBank.
Quentin Colombet
2016-09-22
1
-3
/
+8
*
[RegisterBankInfo] Take advantage of the extra argument of SmallVector::resize.
Quentin Colombet
2016-09-22
1
-3
/
+1
*
[RegisterBankInfo] Adapt call to std::fill due to use of SmallVector.
Quentin Colombet
2016-09-19
1
-1
/
+1
*
[RegisterBankInfo] Avoid heap allocation in most cases.
Quentin Colombet
2016-09-19
1
-1
/
+1
*
[AArch64][GlobalISel] Test default regbank mapping for G_ICMP.
Ahmed Bougacha
2016-09-16
1
-1
/
+1
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-1
/
+1
*
GlobalISel: remove G_TYPE and G_PHI
Tim Northover
2016-09-09
1
-2
/
+1
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-2
/
+3
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-1
/
+2
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+19
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-33
/
+13
*
[GlobalISel] Simplify more RegClassOrRegBank is+get. NFC.
Ahmed Bougacha
2016-07-19
1
-5
/
+3
*
[GlobalISel] Fix #include ordering/spacing. NFC.
Ahmed Bougacha
2016-07-14
1
-2
/
+2
*
[RegisterBankInfo] Avoid code duplication in OperandsMapper for the computati...
Quentin Colombet
2016-06-08
1
-6
/
+17
*
[RegisterBankInfo] Add dump/print methods for OperandsMapper.
Quentin Colombet
2016-06-08
1
-2
/
+55
*
[RegisterBankInfo] Implement the method to apply a mapping.
Quentin Colombet
2016-06-08
1
-0
/
+27
*
[RegisterBankInfo] Introduce OperandsMapper class.
Quentin Colombet
2016-06-08
1
-0
/
+90
*
[RegisterBankInfo] Move a hidden function into a static method. NFC.
Quentin Colombet
2016-06-08
1
-24
/
+22
*
Fix -Wunused-variable in non-asserts build.
Eric Liu
2016-04-22
1
-0
/
+1
*
Fix more -Wunused-variable in non-asserts build.
David Blaikie
2016-04-21
1
-3
/
+2
*
Fix some -Wunused-variable warnings in non-asserts builds.
David Blaikie
2016-04-21
1
-5
/
+6
*
[RegisterBankInfo] Change the API for the verify methods.
Quentin Colombet
2016-04-21
1
-8
/
+12
*
[RegisterBankInfo] Change the representation of the partial mappings.
Quentin Colombet
2016-04-21
1
-30
/
+24
*
[RegisterBankInfo] Do not provide a default mapping for non-reg of phi
Quentin Colombet
2016-04-12
1
-0
/
+7
*
[RegisterBankInfo] Change the implementation for the default mapping.
Quentin Colombet
2016-04-08
1
-1
/
+14
*
[RegisterBankInfo] Make the debug output more compact.
Quentin Colombet
2016-04-08
1
-1
/
+1
*
[RegisterBankInfo] Add print and dump method to the InstructionMapping
Quentin Colombet
2016-04-07
1
-0
/
+16
*
[RegisterBankInfo] Add print and dump method to the ValueMapping helper
Quentin Colombet
2016-04-07
1
-0
/
+16
[next]