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
...
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
19
-54
/
+104
*
[ARM] Additional tests and minor formatting. NFC
David Green
2019-12-09
1
-43
/
+43
*
[DebugInfo] Make describeLoadedValue() reg aware
David Stenberg
2019-12-09
6
-22
/
+164
*
Revert "[DebugInfo] Make describeLoadedValue() reg aware"
David Stenberg
2019-12-09
6
-164
/
+22
*
[DebugInfo] Make describeLoadedValue() reg aware
David Stenberg
2019-12-09
6
-22
/
+164
*
[ARM] Attempt to use whole register vmovs for MVE shuffles.
David Green
2019-12-08
1
-0
/
+90
*
[ARM] Disable VLD4 under MVE
David Green
2019-12-08
1
-1
/
+6
*
[SystemZ] Fix build bot failures
Ulrich Weigand
2019-12-07
1
-4
/
+4
*
[BPF] Support weak global variables for BTF
Yonghong Song
2019-12-07
1
-5
/
+6
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
8
-77
/
+283
*
[PowerPC] Fix MI peephole optimization for splats
Kai Luo
2019-12-07
1
-11
/
+20
*
[AArch64][GlobalISel] Add missing default statement to a switch in the selector.
Amara Emerson
2019-12-06
1
-0
/
+3
*
Move variable only used in an assert into the assert itself.
Sterling Augustine
2019-12-06
1
-2
/
+1
*
[AArch64][GlobalISel] Add support for selection of vector G_SHL with immediates.
Amara Emerson
2019-12-06
1
-5
/
+71
*
[WebAssebmly][MC] Support .import_name/.import_field asm directives
Sam Clegg
2019-12-06
1
-0
/
+24
*
[X86] Fix prolog/epilog mismatch for stack protectors on win32-macho.
Amara Emerson
2019-12-06
1
-1
/
+1
*
[TargetLowering] Fix another potential FPE in expandFP_TO_UINT
Craig Topper
2019-12-06
1
-13
/
+11
*
[X86] Don't setup and teardown memory for a musttail call
Reid Kleckner
2019-12-06
1
-2
/
+2
*
Revert "[PGO][PGSO] Instrument the code gen / target passes."
Hiroshi Yamauchi
2019-12-06
3
-52
/
+2
*
Revert "ARM-Darwin: keep the frame register reserved even if not updated."
Alina Sbirlea
2019-12-06
1
-1
/
+1
*
[x86] add cost model special-case for insert/extract from element 0
Sanjay Patel
2019-12-06
1
-3
/
+9
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-06
3
-2
/
+52
*
[ARM][MVE] Fix copy-paste error in VQSHL instruction ids.
Simon Tatham
2019-12-06
1
-6
/
+6
*
[AArch64] Fix a bug with jump table generation
Cullen Rhodes
2019-12-06
2
-4
/
+27
*
[AArch64][SVE2] Implement while comparison intrinsics
Cullen Rhodes
2019-12-06
1
-10
/
+9
*
[AArch64][SVE] Implement integer compare intrinsics
Cullen Rhodes
2019-12-06
3
-34
/
+168
*
[FPEnv][SelectionDAG] Relax chain requirements
Ulrich Weigand
2019-12-06
1
-8
/
+8
*
[X86] Make X86TargetLowering::BuildFILD return a std::pair of SDValues so we ...
Craig Topper
2019-12-05
2
-11
/
+12
*
Add strict fp support for instructions fadd/fsub/fmul/fdiv
Liu, Chen3
2019-12-06
4
-32
/
+42
*
[AIX] Make sure to use QualNames for external global objects
David Tenty
2019-12-05
1
-12
/
+14
*
[X86] Remove ProcIntelGLM/ProcIntelGLP/ProcIntelTRM and replace them with a s...
Craig Topper
2019-12-05
4
-23
/
+15
*
[AArch64] Fix MUL/SUB fusing
Sanne Wouda
2019-12-05
1
-20
/
+90
*
[AArch64][SVE] Integer reduction instructions pattern/intrinsics.
Danilo Carvalho Grael
2019-12-05
5
-14
/
+106
*
[AArch64][SVE] Implement element count intrinsics
Cullen Rhodes
2019-12-05
2
-7
/
+16
*
[MCRegInfo] Add forward sub and super register iterators. (NFC)
Florian Hahn
2019-12-05
2
-26
/
+18
*
Fix the macro fusion table for X86 according to Intel optimization
Shengchen Kan
2019-12-05
2
-171
/
+254
*
[AArch64][SVE] Add intrinsics and patterns for logical predicate instructions
Danilo Carvalho Grael
2019-12-04
2
-17
/
+27
*
[X86] Remove override of shouldUseStrictFP_TO_INT for fp80. NFC
Craig Topper
2019-12-04
2
-9
/
+0
*
Reland [AArch64][MachineOutliner] Return address signing for outlined functions
David Tellenbach
2019-12-05
1
-8
/
+288
*
Revert "Reland [AArch64][MachineOutliner] Return address signing for outlined...
Sterling Augustine
2019-12-04
1
-284
/
+8
*
[X86] Add missing break to the end of the last case in a switch. NFC
Craig Topper
2019-12-04
1
-0
/
+1
*
Add support for lowering 32-bit/64-bit pointers
Amy Huang
2019-12-04
3
-4
/
+70
*
Reland [AArch64][MachineOutliner] Return address signing for outlined functions
David Tellenbach
2019-12-04
1
-8
/
+284
*
[SVE][AArch64] Adding patterns for while intrinsics.
Mikhail Gudim
2019-12-04
2
-28
/
+40
*
[XCOFF][AIX] Emit TOC entries for object file generation
jasonliu
2019-12-04
2
-1
/
+6
*
[ARM][MVE][Intrinsics] Add VMULH/VRMULH intrinsics.
Mark Murray
2019-12-04
1
-14
/
+40
*
[AArch64][SVE] Implement reversal intrinsics
Cullen Rhodes
2019-12-04
2
-8
/
+37
*
[AMDGPU][MC] Remove duplicate code introduced in r359316.
Jay Foad
2019-12-04
1
-9
/
+0
*
Allow negative offsets in MipsMCInstLower::LowerOperand
Alex Richardson
2019-12-04
2
-7
/
+5
*
Handle BUNDLE instructions in MipsAsmPrinter
Alex Richardson
2019-12-04
1
-0
/
+4
[prev]
[next]