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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
2
-0
/
+25
*
[AArch64][GlobalISel] Select G_MUL.
Ahmed Bougacha
2016-08-16
1
-0
/
+4
*
[AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
Ahmed Bougacha
2016-08-16
1
-2
/
+2
*
GlobalISel: support loads and stores of strange types.
Tim Northover
2016-08-15
1
-9
/
+10
*
GlobalISel: support 'null' constant in translation.
Tim Northover
2016-08-11
1
-0
/
+4
*
GlobalISel: clear vreg mapping after translating each function
Tim Northover
2016-08-11
1
-2
/
+4
*
GlobalISel: support same ConstantExprs as Instructions.
Tim Northover
2016-08-10
1
-75
/
+41
*
GlobalISel: implement simple function calls on AArch64.
Tim Northover
2016-08-10
1
-4
/
+17
*
GlobalISel: avoid inserting redundant COPYs for bitcasts.
Tim Northover
2016-08-10
1
-2
/
+5
*
GlobalISel: support 'undef' constant.
Tim Northover
2016-08-09
1
-4
/
+6
*
GlobalISel: first translation support for Constants.
Tim Northover
2016-08-09
1
-1
/
+23
*
GlobalISel: clear pending phis after MachineFunction translated
Tim Northover
2016-08-05
1
-0
/
+4
*
GlobalISel: IRTranslate PHI instructions
Tim Northover
2016-08-05
1
-0
/
+31
*
GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR.
Tim Northover
2016-08-04
1
-2
/
+8
*
GlobalISel: add support for G_MUL
Tim Northover
2016-08-04
1
-0
/
+2
*
GlobalISel: implement narrowing for G_ADD.
Tim Northover
2016-08-04
2
-1
/
+49
*
GlobalISel: also add G_TRUNC to IRTranslator.
Tim Northover
2016-08-04
1
-1
/
+3
*
GlobalISel: add code to widen scalar G_ADD
Tim Northover
2016-08-04
3
-1
/
+39
*
[GlobalISel] Set the Selected MF property.
Ahmed Bougacha
2016-08-02
1
-14
/
+0
*
[GlobalISel] Set, require, and verify Legalized MF property.
Ahmed Bougacha
2016-08-02
2
-0
/
+35
*
[GlobalISel] Don't RegBankSelect target-specific instructions.
Ahmed Bougacha
2016-08-02
1
-1
/
+7
*
[GlobalISel] Don't legalize non-generic instructions.
Ahmed Bougacha
2016-08-02
1
-0
/
+6
*
[GlobalISel] Const-ify MachineInstrs passed to MachineLegalizer.
Ahmed Bougacha
2016-08-02
1
-2
/
+2
*
GlobalISel: translate "unreachable" (into nothing)
Tim Northover
2016-07-29
1
-0
/
+3
*
GlobalISel: support translation of intrinsic calls.
Tim Northover
2016-07-29
2
-0
/
+48
*
GlobalISel: make translate* functions take the most specialized class possible.
Tim Northover
2016-07-29
1
-15
/
+14
*
GlobalISel: add generic conditional branch.
Tim Northover
2016-07-29
2
-7
/
+20
*
CodeGen: improve MachineInstrBuilder & MachineIRBuilder interface
Tim Northover
2016-07-29
2
-50
/
+54
*
[GlobalISel] Add G_XOR.
Ahmed Bougacha
2016-07-29
1
-0
/
+2
*
[AArch64][GlobalISel] Select G_LOAD/G_STORE.
Ahmed Bougacha
2016-07-29
1
-2
/
+6
*
Missed updating a GlobalISel bit in my last commit
Matthias Braun
2016-07-28
1
-1
/
+1
*
GlobalISel: support zero-sized allocas
Tim Northover
2016-07-27
1
-0
/
+3
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
5
-0
/
+173
*
GlobalISel: add generic load and store instructions.
Tim Northover
2016-07-26
2
-0
/
+71
*
GlobalISel: add correct operand type to G_FRAME_INDEX instrs.
Tim Northover
2016-07-26
1
-1
/
+1
*
GlobalISel: add specialized buildCopy function to MachineInstrBuilder.
Tim Northover
2016-07-26
3
-3
/
+7
*
GlobalISel: give MachineInstrBuilder a uniform interface. NFC.
Tim Northover
2016-07-26
2
-50
/
+12
*
GlobalISel: remove redundant ';'s. NFC
Tim Northover
2016-07-26
3
-3
/
+3
*
GlobalISel: add generic casts to IRTranslator
Tim Northover
2016-07-25
2
-0
/
+37
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
6
-4
/
+210
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
2
-1
/
+34
*
[IRTranslator] Add G_SUB opcode.
Quentin Colombet
2016-07-21
1
-0
/
+2
*
[IRTranslator] Add comments to explain the ordering of the switch. NFC.
Quentin Colombet
2016-07-21
1
-0
/
+3
*
[IRTranslator] Add G_AND opcode.
Quentin Colombet
2016-07-21
1
-0
/
+2
*
GlobalISel: implement Legalization querying framework.
Tim Northover
2016-07-20
2
-0
/
+129
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
3
-42
/
+22
*
[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
2
-3
/
+2
*
GlobalISel: freeze reserved regs after IRTranslator.
Tim Northover
2016-07-12
1
-0
/
+5
*
[IRTranslator] Support the translation of or.
Quentin Colombet
2016-06-10
1
-0
/
+2
[next]