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
*
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...
Matthias Braun
2018-07-12
1
-7
/
+0
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-12
1
-0
/
+7
*
[globalisel][irtranslator] Add support for atomicrmw and (strong) cmpxchg
Daniel Sanders
2018-07-09
1
-0
/
+108
*
[GlobalISel][IRTranslator] Split aggregates during IR translation.
Amara Emerson
2018-05-16
1
-135
/
+280
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[GISel]: Fix incorrect IRTranslation while translating null pointer types
Aditya Nandakumar
2018-03-22
1
-3
/
+9
*
GlobalISel: IRTranslate llvm.fabs.* intrinsic
Volkan Keles
2018-03-05
1
-0
/
+5
*
[AArch64] Implement dynamic stack probing for windows
Martin Storsjo
2018-02-17
1
-0
/
+4
*
GlobalISel: IRTranslate llvm.fmuladd.* intrinsic
Volkan Keles
2018-02-13
1
-0
/
+19
*
[GlobalISel] Bail out on calls to dllimported functions
Martin Storsjo
2018-01-30
1
-0
/
+4
*
[GISel]: Don't create G_MUL with 1 during translation of GEP
Aditya Nandakumar
2018-01-05
1
-7
/
+12
*
[AArch64][GlobalISel] Fix assert fail with unknown intrinsic.
Amara Emerson
2018-01-02
1
-5
/
+8
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-9
/
+7
*
TLI: Allow using PSV for intrinsic mem operands
Matt Arsenault
2017-12-14
1
-1
/
+1
*
DAG: Expose all MMO flags in getTgtMemIntrinsic
Matt Arsenault
2017-12-14
1
-5
/
+1
*
[GlobalISel] Disable GISel for big endian.
Amara Emerson
2017-12-11
1
-0
/
+9
*
Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...
Daniel Sanders
2017-12-05
1
-21
/
+0
*
[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...
Daniel Sanders
2017-12-04
1
-0
/
+21
*
[GlobalISel][IRTranslator] Fix crash during translation of zero sized loads/s...
Amara Emerson
2017-11-30
1
-1
/
+12
*
Use getStoreSize() in various places instead of 'BitSize >> 3'.
Jonas Paulsson
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
NFC Remove default argument of DataLayout::getPointerABIAlignment
Fangrui Song
2017-11-15
1
-1
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[GlobalISel] Only build expensive remarks if they're enabled. NFC.
Ahmed Bougacha
2017-09-18
1
-6
/
+10
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-1
/
+1
*
Remove the unused DBG_VALUE offset parameter from GlobalISel (NFC)
Adrian Prantl
2017-07-28
1
-4
/
+2
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-8
/
+3
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-2
/
+2
*
[GISel]: New Opcode G_FLOG/G_FLOG2
Aditya Nandakumar
2017-06-29
1
-0
/
+10
*
[GISel]: Add G_FEXP, G_FEXP2 opcodes
Aditya Nandakumar
2017-06-27
1
-0
/
+10
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-26
1
-7
/
+40
*
GlobalISel: convert buildSequence to use non-deprecated instructions.
Tim Northover
2017-06-23
1
-1
/
+1
*
[GISel]: Add G_FMA opcode for fused multiply adds
Aditya Nandakumar
2017-06-20
1
-0
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[GlobalISel] IRTranslator: Add MachineMemOperand to target memory intrinsics
Volkan Keles
2017-06-05
1
-0
/
+15
*
[GlobalISel] IRTranslator: Translate ConstantStruct
Volkan Keles
2017-05-19
1
-0
/
+26
*
[GISel]: Fix undefined behavior in IRTranslator
Aditya Nandakumar
2017-05-17
1
-0
/
+5
*
ARM: Compute MaxCallFrame size early
Matthias Braun
2017-05-05
1
-3
/
+0
*
[GISel]: Add support to translate ConstantVectors
Aditya Nandakumar
2017-05-04
1
-0
/
+8
*
GlobalISel: Followup for r301679
Matthias Braun
2017-04-28
1
-1
/
+2
*
TargetLowering: Add finalizeLowering() function; NFC
Matthias Braun
2017-04-28
1
-3
/
+1
*
[GlobalISel] Remove non-determinism from IRTranslator.
Kristof Beyls
2017-04-19
1
-12
/
+16
*
[GlobalISel]: Create VREGs for ConstantInt args
Aditya Nandakumar
2017-03-22
1
-4
/
+1
*
[GlobalISel] Don't translate br to layout successor.
Ahmed Bougacha
2017-03-21
1
-2
/
+5
*
[GlobalISel] Translate shufflevector
Volkan Keles
2017-03-21
1
-0
/
+10
*
[GlobalISel] Use the correct calling conv for calls
Diana Picus
2017-03-20
1
-1
/
+2
*
[GlobalISel] Avoid translating synthetic constants to new G_CONSTANTS.
Ahmed Bougacha
2017-03-15
1
-17
/
+20
*
[GlobalISel] Insert translated switch icmp blocks after switch parent.
Ahmed Bougacha
2017-03-15
1
-1
/
+2
*
[GlobalISel] Preserve IR block layout.
Ahmed Bougacha
2017-03-15
1
-20
/
+26
[next]