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: 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
*
[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
/
+4
*
[IRTranslator] Update getOrCreateBB API to use references.
Quentin Colombet
2016-03-11
1
-4
/
+4
*
[GlobalISel] Introduce initializer method to support start/stop-after features.
Quentin Colombet
2016-03-08
1
-0
/
+3
*
[GlobalISel] Re-apply r260922-260923 with MSVC-friendly code.
Quentin Colombet
2016-02-16
1
-5
/
+5
*
Reverting r260922-260923; they cause link failures with MSVC.
Aaron Ballman
2016-02-16
1
-4
/
+3
*
[GlobalISel] Get rid of the ifdefs in TargetLowering.
Quentin Colombet
2016-02-16
1
-3
/
+4
*
[IRTranslator] Use a single virtual register to represent any Value.
Quentin Colombet
2016-02-11
1
-13
/
+11
*
[GlobalISel] Add the necessary plumbing to lower formal arguments.
Quentin Colombet
2016-02-11
1
-0
/
+14
*
[GlobalISel] Teach the IRTranslator how to lower returns.
Quentin Colombet
2016-02-11
1
-6
/
+20
*
[GlobalISel][IRTranslator] Change the ownership of the MIRBuilder field.
Quentin Colombet
2016-02-11
1
-10
/
+8
*
[GlobalISel][IRTranslator] Fix a typo in assert.
Quentin Colombet
2016-02-11
1
-1
/
+1
*
[GlobalISel][IRTranslator] Teach the pass how to translate Add instructions.
Quentin Colombet
2016-02-11
1
-1
/
+44
*
[GlobalISel] More detailed skeleton for the IRTranslator.
Quentin Colombet
2016-02-10
1
-2
/
+31
*
[GlobalISel] Add the proper cmake plumbing.
Quentin Colombet
2016-01-20
1
-0
/
+37