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] Use the same name for all remarks.
Ahmed Bougacha
2017-02-24
1
-2
/
+2
*
[GlobalISel] Use the DISubprogram for translation failure remarks.
Ahmed Bougacha
2017-02-24
1
-2
/
+3
*
[GlobalISel] Remove now-unnecessary variable. NFC.
Ahmed Bougacha
2017-02-24
1
-15
/
+14
*
[GlobalISel] Don't translate other blocks when one failed.
Ahmed Bougacha
2017-02-23
1
-35
/
+33
*
[GlobalISel] Finalize translated function on scope exit. NFC.
Ahmed Bougacha
2017-02-23
1
-3
/
+4
*
[GlobalISel] Emit opt remarks on isel fallbacks.
Ahmed Bougacha
2017-02-23
1
-27
/
+43
*
GlobalISel: support translating va_arg
Tim Northover
2017-02-15
1
-0
/
+12
*
GlobalISel: introduce G_PTR_MASK to simplify alloca handling.
Tim Northover
2017-02-14
1
-23
/
+8
*
GlobalISel: represent atomic loads & stores via the MachineMemOperand.
Tim Northover
2017-02-13
1
-11
/
+4
*
GlobalISel: drop lifetime intrinsics during translation.
Tim Northover
2017-02-10
1
-0
/
+8
*
GlobalISel: translate @llvm.pow intrinsic to G_FPOW.
Tim Northover
2017-02-08
1
-0
/
+6
*
GlobalISel: translate @llvm.va_start intrinsic.
Tim Northover
2017-02-08
1
-0
/
+11
*
GlobalISel: translate @llvm.va_end intrinsic.
Tim Northover
2017-02-07
1
-0
/
+4
*
GlobalISel: translate dynamic alloca instructions.
Tim Northover
2017-02-03
1
-8
/
+75
*
GlobalISel: the translation of an invoke must branch to the good block.
Tim Northover
2017-01-31
1
-0
/
+1
*
GlobalISel: merge invoke and call translation paths.
Tim Northover
2017-01-31
1
-9
/
+4
*
GlobalISel: correctly translate invoke when callee is a register.
Tim Northover
2017-01-30
1
-1
/
+5
*
GlobalISel: account for differing exception selector sizes.
Tim Northover
2017-01-30
1
-1
/
+10
*
GlobalISel: translate memset & memmove.
Tim Northover
2017-01-30
1
-9
/
+25
*
[GlobalISel] Add support for indirectbr
Kristof Beyls
2017-01-30
1
-0
/
+15
*
GlobalISel: don't leak super-entry BB when merging with IR-level one.
Tim Northover
2017-01-27
1
-0
/
+1
*
GlobalISel: set correct regclass for LOAD_STACK_GUARD.
Tim Northover
2017-01-27
1
-0
/
+2
*
GlobalISel: mark incoming landing-pad registers as live.
Tim Northover
2017-01-27
1
-0
/
+2
*
GlobalISel: support debug intrinsics.
Tim Northover
2017-01-26
1
-5
/
+54
*
GlobalISel: rework getOrCreateVReg to avoid double lookup. NFC.
Tim Northover
2017-01-25
1
-20
/
+20
*
GlobalISel: Use the correct types when translating landingpad instructions
Justin Bogner
2017-01-25
1
-4
/
+8
*
GlobalISel: prevent heap use-after-free when looking up VReg.
Tim Northover
2017-01-20
1
-1
/
+3
*
GlobalISel: Only set FailedISel on dropped dbg intrinsics when using fallback
Justin Bogner
2017-01-20
1
-2
/
+2
*
AArch64: fall back to DAG ISel for inline assembly.
Tim Northover
2017-01-19
1
-0
/
+3
*
[GlobalISel] track predecessor mapping during switch lowering.
Tim Northover
2017-01-17
1
-16
/
+39
*
Revert "[GlobalISel] track predecessor mapping during switch lowering."
Daniel Jasper
2017-01-15
1
-39
/
+16
*
[GlobalISel] track predecessor mapping during switch lowering.
Tim Northover
2017-01-13
1
-16
/
+39
*
[GlobalISel] Add support for address-taken basic blocks
Kristof Beyls
2017-01-05
1
-1
/
+4
*
[GlobalISel] Add support for switch statements
Kristof Beyls
2017-01-05
1
-0
/
+39
*
[IRTranslator] Merge the entry and ABI lowering blocks.
Quentin Colombet
2016-12-15
1
-0
/
+26
*
GlobalISel: fall back gracefully for debug intrinsics.
Tim Northover
2016-12-08
1
-0
/
+6
*
GlobalISel: factor overflow handling into separate function. NFC.
Tim Northover
2016-12-08
1
-28
/
+38
*
GlobalISel: use correct builder for ConstantExprs.
Tim Northover
2016-12-07
1
-32
/
+45
*
GlobalISel: store the current MachineFunction as direct state. NFC.
Tim Northover
2016-12-07
1
-45
/
+41
*
GlobalISel: simplify MachineIRBuilder interface.
Tim Northover
2016-12-07
1
-11
/
+10
*
GlobalISel: avoid looking too closely at PHIs when we bail.
Tim Northover
2016-12-05
1
-9
/
+11
*
GlobalISel: place constants correctly in the entry block.
Tim Northover
2016-12-05
1
-1
/
+1
*
GlobalISel: translate constants larger than 64 bits.
Tim Northover
2016-12-05
1
-1
/
+1
*
GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
Tim Northover
2016-12-05
1
-3
/
+1
*
GlobalISel: improve translation fallback for constants.
Tim Northover
2016-12-05
1
-1
/
+1
*
Fix GlobalISel build.
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-9
/
+8
*
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
Ahmed Bougacha
2016-11-16
1
-1
/
+1
*
[CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.
Ahmed Bougacha
2016-11-16
1
-1
/
+0
*
GlobalISel: translate invoke and landingpad instructions
Tim Northover
2016-11-09
1
-1
/
+116
[next]