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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a quick hack so clang does not use mul type instructions on mips.
meklort-10.0.1
Evan Lojewski
2020-08-01
1
-15
/
+36
*
[PPCAsmPrinter] support 'L' output template for memory operands
Nick Desaulniers
2020-06-25
1
-2
/
+5
*
[AArch64] Change AArch64 Windows EH UnwindHelp object to be a fixed object
Daniel Frampton
2020-06-25
1
-15
/
+38
*
[AArch64] Fix mismatch in prologue and epilogue for funclets on Windows
Daniel Frampton
2020-06-25
1
-28
/
+20
*
[RISCV] Fix incorrect FP base CFI offset for variable argument functions
Shiva Chen
2020-06-25
1
-2
/
+2
*
[RISCV64] Emit correct lib call for fp(float/double) to ui/si
Kamlesh Kumar
2020-06-25
1
-0
/
+34
*
[X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening Pass
Scott Constable
2020-06-24
3
-1
/
+82
*
[X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)
Scott Constable
2020-06-24
1
-3
/
+306
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
7
-0
/
+984
*
[X86] Fix to X86LoadValueInjectionRetHardeningPass for possible segfault
Scott Constable
2020-06-24
1
-0
/
+3
*
Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...
Craig Topper
2020-06-24
7
-1035
/
+0
*
Revert "[X86] Add Support for Load Hardening to Mitigate Load Value Injection...
Craig Topper
2020-06-24
1
-277
/
+5
*
[X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)
Scott Constable
2020-06-24
1
-5
/
+277
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
7
-0
/
+1035
*
[X86] Add RET-hardening Support to mitigate Load Value Injection (LVI)
Scott Constable
2020-06-24
4
-0
/
+145
*
[X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)
Scott Constable
2020-06-24
4
-8
/
+68
*
[X86] Refactor X86IndirectThunks.cpp to Accommodate Mitigations other than Re...
Scott Constable
2020-06-24
1
-125
/
+157
*
[X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...
Scott Constable
2020-06-24
14
-113
/
+135
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
13
-4711
/
+16
*
[PowerPC] Do not assume operand of ADDI is an immediate
Nemanja Ivanovic
2020-06-23
1
-0
/
+4
*
[BPF] fix incorrect type in BPFISelDAGToDAG readonly load optimization
Yonghong Song
2020-06-23
1
-1
/
+1
*
[BPF] fix a bug for BTF pointee type pruning
Yonghong Song
2020-06-23
1
-0
/
+32
*
[PowerPC] Unaligned FP default should apply to scalars only
Nemanja Ivanovic
2020-06-23
1
-1
/
+2
*
[PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32
Nemanja Ivanovic
2020-06-22
1
-0
/
+1
*
[PowerPC] Add missing handling for half precision
Tom Stellard
2020-06-22
3
-1
/
+41
*
[PowerPC] Add support for vmsumudm
Ahsan Saghir
2020-06-22
2
-0
/
+5
*
[AARch64] Add Marvell ThunderX3T110 support
Wei Zhao
2020-06-17
14
-15
/
+2056
*
[X86] make sure POP has implicit def/use of stack pointer when materializing ...
Yuanfang Chen
2020-06-17
1
-0
/
+2
*
[AArch64] Fix BTI instruction emission.
Daniel Kiss
2020-06-16
1
-3
/
+5
*
[AArch64] Fix BTI landing pad generation.
Daniel Kiss
2020-06-16
1
-0
/
+4
*
[X86] Fold undef elts to 0 in getTargetVShiftByConstNode.
Craig Topper
2020-06-16
1
-3
/
+6
*
[X86] Teach combineVectorShiftImm to constant fold undef elements to 0 not un...
Craig Topper
2020-06-16
1
-2
/
+10
*
[X86] Add x, t and g modifiers for inline asm
Craig Topper
2020-06-11
1
-1
/
+45
*
[arm] Add big-endian version of pcrel fixups for adr instructions
Dimitry Andric
2020-05-19
1
-12
/
+8
*
[ARM] Only produce qadd8b under hasV6Ops
David Green
2020-05-19
1
-1
/
+1
*
[PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVT
Nemanja Ivanovic
2020-05-19
1
-2
/
+3
*
Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...
Xiang1 Zhang
2020-05-18
3
-8
/
+23
*
CET for Exception Handle
Pengfei Wang
2020-05-18
1
-3
/
+10
*
BPF: fix a CORE optimization bug
Yonghong Song
2020-05-06
1
-1
/
+12
*
[PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabled
Kai Luo
2020-04-22
1
-1
/
+1
*
[PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuse
Kai Luo
2020-04-16
1
-2
/
+5
*
[X86][SSE] combineX86ShufflesConstants - early out for zeroable vectors (PR45...
Simon Pilgrim
2020-04-16
1
-1
/
+7
*
[MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)
Hans Wennborg
2020-02-27
1
-12
/
+10
*
Don't generate libcalls for wide shift on Windows ARM (PR42711)
Hans Wennborg
2020-02-25
1
-1
/
+1
*
[RISCV] Correct the CallPreservedMask for the function call in an interrupt h...
Shiva Chen
2020-02-20
1
-7
/
+0
*
Fix unused function warning (PR44808)
Hans Wennborg
2020-02-19
1
-5
/
+7
*
[X86CmovConversion] Make heuristic for optimized cmov depth more conservative...
Nikita Popov
2020-02-19
1
-6
/
+7
*
[FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
John Brawn
2020-02-18
1
-2
/
+10
*
[ARM] Fix infinite loop when lowering STRICT_FP_EXTEND
John Brawn
2020-02-18
1
-0
/
+9
*
[FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC
John Brawn
2020-02-18
1
-2
/
+4
[next]