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
/
MachineIRBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: simplify MachineIRBuilder interface.
Tim Northover
2016-12-07
1
-16
/
+11
*
GlobalISel: allow G_SELECT instructions for pointers.
Tim Northover
2016-12-06
1
-4
/
+5
*
Add missing parens in assert.
Sam McCall
2016-12-06
1
-1
/
+1
*
GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
Tim Northover
2016-12-05
1
-3
/
+19
*
GlobalISel: handle stack-based parameters on AArch64.
Tim Northover
2016-09-22
1
-0
/
+9
*
GlobalISel: split aggregates for PCS lowering
Tim Northover
2016-09-20
1
-1
/
+2
*
GlobalISel: relax type constraints on G_ICMP to allow pointers.
Tim Northover
2016-09-15
1
-3
/
+1
*
GlobalISel: support translation of global addresses.
Tim Northover
2016-09-12
1
-0
/
+12
*
GlobalISel: translate GEP instructions.
Tim Northover
2016-09-12
1
-0
/
+23
*
GlobalISel: fix comments and add assertions for valid instructions.
Tim Northover
2016-09-09
1
-4
/
+88
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-99
/
+68
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-0
/
+5
*
GlobalISel: combine extracts & sequences created for legalization
Tim Northover
2016-08-30
1
-0
/
+4
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
1
-0
/
+16
*
GlobalISel: add missing type to G_UADDE instructions
Tim Northover
2016-08-25
1
-5
/
+4
*
GlobalISel: perform multi-step legalization
Tim Northover
2016-08-25
1
-0
/
+14
*
#ifdef out validation code when asserts are disabled to remove unused variable
Richard Smith
2016-08-23
1
-0
/
+2
*
GlobalISel: make truncate/extend casts uniform
Tim Northover
2016-08-23
1
-9
/
+33
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-0
/
+10
*
GlobalISel: support legalization of G_FCONSTANTs
Tim Northover
2016-08-19
1
-0
/
+5
*
GlobalISel: translate floating-point comparisons
Tim Northover
2016-08-19
1
-0
/
+11
*
GlobalISel: translate floating-point constants
Tim Northover
2016-08-19
1
-0
/
+5
*
GlobalISel: support translating select instructions.
Tim Northover
2016-08-19
1
-0
/
+10
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
1
-11
/
+26
*
GlobalISel: support translation of extractvalue instructions.
Tim Northover
2016-08-19
1
-1
/
+1
*
GlobalISel: support overflow arithmetic intrinsics.
Tim Northover
2016-08-19
1
-9
/
+15
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+11
*
GlobalISel: implement narrowing for G_ADD.
Tim Northover
2016-08-04
1
-0
/
+17
*
GlobalISel: add code to widen scalar G_ADD
Tim Northover
2016-08-04
1
-0
/
+10
*
GlobalISel: support translation of intrinsic calls.
Tim Northover
2016-07-29
1
-0
/
+14
*
GlobalISel: add generic conditional branch.
Tim Northover
2016-07-29
1
-1
/
+7
*
CodeGen: improve MachineInstrBuilder & MachineIRBuilder interface
Tim Northover
2016-07-29
1
-47
/
+47
*
GlobalISel: add generic load and store instructions.
Tim Northover
2016-07-26
1
-0
/
+17
*
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
1
-0
/
+4
*
GlobalISel: give MachineInstrBuilder a uniform interface. NFC.
Tim Northover
2016-07-26
1
-49
/
+11
*
GlobalISel: add generic casts to IRTranslator
Tim Northover
2016-07-25
1
-0
/
+12
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+32
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
1
-0
/
+8
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-7
/
+7
*
[IRTranslator] Translate unconditional branches.
Quentin Colombet
2016-03-11
1
-0
/
+7
*
[MachineIRBuilder] Rework buildInstr API to maximize code reuse.
Quentin Colombet
2016-03-11
1
-22
/
+24
*
[MachineIRBuilder] Rename the setter of MF for consistency with the getter.
Quentin Colombet
2016-03-11
1
-1
/
+1
*
[MachineIRBuilder] Rename the setter for MBB for consistency with the getter.
Quentin Colombet
2016-03-11
1
-2
/
+2
*
[Target] Add a helper function to check if an opcode is invalid after isel.
Quentin Colombet
2016-02-11
1
-1
/
+13
*
[GlobalISel] Teach the IRTranslator how to lower returns.
Quentin Colombet
2016-02-11
1
-0
/
+22
*
[GlobalISel] Add a MachineIRBuilder class.
Quentin Colombet
2016-02-11
1
-0
/
+61