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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[HotColdSplit] Calculate domtrees lazily to reduce compile-time, NFC
Vedant Kumar
2019-01-22
1
-25
/
+21
*
[ADT] Move away from __attribute__((always_inline)).
Davide Italiano
2019-01-22
3
-60
/
+0
*
[LegalizeTypes] Add debug prints to the top of PromoteFloatOperand and Promot...
Craig Topper
2019-01-22
1
-0
/
+12
*
[mips] Replace help-text for '-m{no}-relax-pic-calls'. NFC
Vladimir Stefanovic
2019-01-22
1
-4
/
+4
*
Silence warnings about unused parameters
Martin Storsjo
2019-01-22
3
-0
/
+15
*
While reviewing D57058, Louis had some questions about the existing span cons...
Marshall Clow
2019-01-22
2
-36
/
+69
*
AMDGPU/GlobalISel: Start selectively legalizing 16-bit operations
Matt Arsenault
2019-01-22
4
-55
/
+612
*
[Docs] Add a note clarifying how to get good test performances.
Davide Italiano
2019-01-22
1
-0
/
+7
*
AMDGPU/GlobalISel: Handle legality/regbanks for 32/64-bit shifts
Matt Arsenault
2019-01-22
9
-18
/
+379
*
FileOutputBuffer: handle mmap(2) failure
Rui Ueyama
2019-01-22
1
-2
/
+6
*
GlobalISel: Allow shift amount to be a different type
Matt Arsenault
2019-01-22
26
-266
/
+321
*
[FileCheck] Suppress old -v/-vv diags if dumping input
Joel E. Denny
2019-01-22
5
-101
/
+245
*
GlobalISel: Make buildConstant handle vectors
Matt Arsenault
2019-01-22
5
-11
/
+85
*
[CMake] Fix two details from r351863
Stefan Granitz
2019-01-22
1
-3
/
+3
*
Remove an unused variable
Martin Storsjo
2019-01-22
1
-1
/
+0
*
Add casts to avoid warnings about implicit conversions losing precision
Martin Storsjo
2019-01-22
1
-4
/
+3
*
Fix warnings about printf format strings
Martin Storsjo
2019-01-22
2
-47
/
+63
*
Enable LLVM_ENABLE_WARNINGS when building standalone out of tree
Martin Storsjo
2019-01-22
1
-0
/
+2
*
[X86][AVX512F_SCALAR]: Adding full coverage of MC encoding for the AVX512F_SC...
Craig Topper
2019-01-22
2
-0
/
+22392
*
Enable LLVM_ENABLE_WARNINGS when building standalone out of tree
Martin Storsjo
2019-01-22
1
-0
/
+2
*
GlobalISel: Implement widen for extract_vector_elt elt type
Matt Arsenault
2019-01-22
3
-15
/
+124
*
[doc] Replace 'class' with 'struct' for 'public' by default
Zinovy Nis
2019-01-22
1
-3
/
+3
*
GlobalISel: Implement fewerElementsVector for basic FP ops
Matt Arsenault
2019-01-22
8
-27
/
+2211
*
[analyzer] Insert notes in RetainCountChecker where our dynamic cast modeling...
George Karpenkov
2019-01-22
5
-8
/
+29
*
[analyzer] Model another special-case kind of cast for OSObject RetainCountCh...
George Karpenkov
2019-01-22
5
-8
/
+33
*
[CMake] Replace use of llvm-config with LLVM and Clang CMake packages
Alex Langford
2019-01-22
1
-77
/
+20
*
[Documentation] Use HTTPS whenever possible.
Eugene Zelenko
2019-01-22
18
-96
/
+96
*
Add missing include (cstdlib) to Demangle.h
Konstantin Zhuravlyov
2019-01-22
1
-0
/
+1
*
AMDGPU/GlobalISel: Remove vectors from legal constant types
Matt Arsenault
2019-01-22
1
-1
/
+1
*
GlobalISel: Support narrowing zextload/sextload
Matt Arsenault
2019-01-22
10
-0
/
+792
*
[libFuzzer][MSVC] Enable building libFuzzer with MSVC
Jonathan Metzman
2019-01-22
5
-13
/
+17
*
[SelectionDAGBuilder] Defer C_Register Assignments to be in line with
Nirav Dave
2019-01-22
1
-13
/
+3
*
GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANT
Matt Arsenault
2019-01-22
6
-29
/
+72
*
FileOutputBuffer: Handle "-" as stdout.
Rui Ueyama
2019-01-22
2
-0
/
+22
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
18
-17
/
+765
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
26
-22
/
+407
*
[ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl
Raphael Isemann
2019-01-22
3
-1
/
+30
*
[llvm-mca][X86] Tidyup avx512 placeholder tests
Simon Pilgrim
2019-01-22
8
-156
/
+1348
*
[libcxx] Include <cstring> in tests that use strcmp
Louis Dionne
2019-01-22
4
-5
/
+8
*
[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.
Alexey Bataev
2019-01-22
8
-5261
/
+5257
*
Revert r351520, "Re-enable terminator folding in LoopSimplifyCFG"
Jordan Rupprecht
2019-01-22
1
-1
/
+1
*
[DEBUG_INFO, NVPTX] Fix relocation info.
Alexey Bataev
2019-01-22
7
-24
/
+66
*
[llvm-mca][X86] Add VPOPCNTDQ tests
Simon Pilgrim
2019-01-22
2
-0
/
+238
*
ReleaseNotes: remove openmp notes from r351580
Hans Wennborg
2019-01-22
1
-30
/
+1
*
[x86] add partial undef 'and' test; NFC
Sanjay Patel
2019-01-22
1
-1
/
+22
*
[docs] Scudo: document error messages & their potential cause
Kostya Kortchinsky
2019-01-22
1
-3
/
+53
*
Add DIGlobalVariableExpression to LangRef
Adrian Prantl
2019-01-22
1
-6
/
+29
*
[llvm-mca][X86] Add missing CLWB/CLZERO/FSGSBASE/LWP/MWAITX/RDPID/SHA tests
Simon Pilgrim
2019-01-22
17
-0
/
+918
*
[llvm-mca][X86] Add missing enter/leave, invlpg/invlpga, rdmsr/wrmsr, rdpmc a...
Simon Pilgrim
2019-01-22
11
-13
/
+363
*
[x86] add another partial undef vector binop test; NFC
Sanjay Patel
2019-01-22
1
-1
/
+32
[next]