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
/
IRTranslator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover
2016-09-01
1
-1
/
+1
*
GlobalISel: rework CallLowering so that it can be used for libcalls too.
Tim Northover
2016-08-29
1
-3
/
+3
*
[IRTranslator] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-26
1
-5
/
+52
*
[IRTranslator][NFC] Use DEBUG_TYPE instead of repeating the name.
Quentin Colombet
2016-08-26
1
-1
/
+1
*
GlobalISel: translate floating-point comparisons
Tim Northover
2016-08-19
1
-11
/
+18
*
GlobalISel: translate floating-point constants
Tim Northover
2016-08-19
1
-0
/
+2
*
GlobalISel: support translating select instructions.
Tim Northover
2016-08-19
1
-0
/
+7
*
GlobalISel: fix insert/extract to work on ConstantExprs too.
Tim Northover
2016-08-19
1
-18
/
+27
*
GlobalISel: translate insertvalue instructions.
Tim Northover
2016-08-19
1
-0
/
+24
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
1
-4
/
+4
*
GlobalISel: allow extractvalue to extract an aggregate.
Tim Northover
2016-08-19
1
-1
/
+1
*
GlobalISel: support translation of extractvalue instructions.
Tim Northover
2016-08-19
1
-0
/
+21
*
GlobalISel: support overflow arithmetic intrinsics.
Tim Northover
2016-08-19
1
-0
/
+38
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+14
*
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: add support for G_MUL
Tim Northover
2016-08-04
1
-0
/
+2
*
GlobalISel: also add G_TRUNC to IRTranslator.
Tim Northover
2016-08-04
1
-1
/
+3
*
GlobalISel: translate "unreachable" (into nothing)
Tim Northover
2016-07-29
1
-0
/
+3
*
GlobalISel: support translation of intrinsic calls.
Tim Northover
2016-07-29
1
-0
/
+34
*
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
1
-6
/
+13
*
CodeGen: improve MachineInstrBuilder & MachineIRBuilder interface
Tim Northover
2016-07-29
1
-3
/
+7
*
[GlobalISel] Add G_XOR.
Ahmed Bougacha
2016-07-29
1
-0
/
+2
*
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: add generic load and store instructions.
Tim Northover
2016-07-26
1
-0
/
+54
*
GlobalISel: add specialized buildCopy function to MachineInstrBuilder.
Tim Northover
2016-07-26
1
-2
/
+2
*
GlobalISel: give MachineInstrBuilder a uniform interface. NFC.
Tim Northover
2016-07-26
1
-1
/
+1
*
GlobalISel: remove redundant ';'s. NFC
Tim Northover
2016-07-26
1
-1
/
+1
*
GlobalISel: add generic casts to IRTranslator
Tim Northover
2016-07-25
1
-0
/
+25
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
1
-1
/
+26
*
[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 low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-2
/
+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
*
[IRTranslator] Refactor to expose a translateBinaryOp method.
Quentin Colombet
2016-06-10
1
-3
/
+3
*
[GlobalISel] Coding style and whitespace fixes
Tom Stellard
2016-04-14
1
-2
/
+2
*
[IRTranslator] Translate unconditional branches.
Quentin Colombet
2016-03-11
1
-0
/
+19
*
[IRTranslator] Update getOrCreateVReg API to use references.
Quentin Colombet
2016-03-11
1
-10
/
+10
[next]