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
*
[WebAssembly] Lower to target-independent saturating add
Thomas Lively
2018-10-25
2
-6
/
+6
*
[WebAssembly] Use target-independent saturating add
Thomas Lively
2018-10-25
4
-26
/
+16
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
20
-397
/
+938
*
[X86] Add some non-AVX512VL command lines to the *vl-vec-test-testn.ll tests.
Craig Topper
2018-10-25
2
-357
/
+762
*
[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03
Eric Fiselier
2018-10-25
2
-2
/
+26
*
[FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changes
Cameron McInally
2018-10-25
3
-9
/
+13
*
Remove full stops from error messages for consistency.
Rui Ueyama
2018-10-25
5
-8
/
+8
*
[X86] Add KNL command lines to movmsk-cmp.ll.
Craig Topper
2018-10-25
1
-0
/
+1050
*
[GlobalISel] LegalizerHelper: Fix the incorrect alignment when splitting load...
Volkan Keles
2018-10-25
2
-6
/
+37
*
CodeGen: alter CFConstantString class name for swift 5.0
Saleem Abdulrasool
2018-10-25
2
-5
/
+10
*
[LegalizeDAG] Remove dead SINT_TO_FP legalization code
Simon Pilgrim
2018-10-25
1
-54
/
+19
*
fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray
Eric Fiselier
2018-10-25
1
-1
/
+2
*
[GISel] LegalizerInfo: Rename MemDesc::Size to SizeInBits to make the value c...
Volkan Keles
2018-10-25
4
-6
/
+6
*
Remove accidentally committed duplicate code
Adrian Prantl
2018-10-25
1
-5
/
+0
*
[X86] Remove ProcIntelKNL and replace with a SlowPMADDWD flag to use in the o...
Craig Topper
2018-10-25
3
-8
/
+12
*
[X86] Remove some uarch tuning flags from KNL that look to have been inherite...
Craig Topper
2018-10-25
2
-6
/
+2
*
[analyzer] Move canReasonAbout from Z3ConstraintManager to SMTConstraintManager
Mikhail R. Gadelha
2018-10-25
3
-43
/
+51
*
[analyzer] Fixed bitvector from model always being unsigned
Mikhail R. Gadelha
2018-10-25
1
-3
/
+5
*
[AArch64][GlobalISel] Fix the LegalityPredicate for lowerIf for G_LOAD/G_STORE
Volkan Keles
2018-10-25
2
-2
/
+23
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
7
-58
/
+382
*
[llvm-mca] Introduce a new base class for mca::Instruction, and change how re...
Andrea Di Biagio
2018-10-25
5
-79
/
+84
*
[AArch64] Refactor Exynos feature sets (NFC)
Evandro Menezes
2018-10-25
1
-12
/
+6
*
Get rid of casts. (NFC)
Adrian Prantl
2018-10-25
2
-3
/
+3
*
[OPENMP]Fix PR39422: variables are not firstprivatized in task context.
Alexey Bataev
2018-10-25
3
-3
/
+27
*
[ARM] Regenerate vdup tests
Simon Pilgrim
2018-10-25
1
-81
/
+271
*
[AArch64] Add EXT patterns for 64-bit EXT of a subvector of a 128-bit vector
John Brawn
2018-10-25
2
-0
/
+364
*
Fix a bug PlatformDarwin::SDKSupportsModule.
Adrian Prantl
2018-10-25
4
-13
/
+41
*
[AArch64] Branch Protection and Return Address Signing B Key Support
Luke Cheeseman
2018-10-25
11
-28
/
+185
*
[ARM] Use Cortex-A57 sched model for Cortex-A72
Sam Parker
2018-10-25
2
-1
/
+2
*
[AArch64] Refactor definition of EXT patterns to use a multiclass
John Brawn
2018-10-25
1
-38
/
+18
*
[AArch64] Do 64-bit vector move of 0 and -1 by extracting from the 128-bit move
John Brawn
2018-10-25
14
-34
/
+60
*
[DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.
Alexey Bataev
2018-10-25
2
-0
/
+100
*
[clangd] workspace/symbol should be async, it reads from the index.
Sam McCall
2018-10-25
4
-2
/
+30
*
update the clang doc about contributions
Sylvestre Ledru
2018-10-25
1
-3
/
+4
*
[X86] Fix llc invocation on MIR test case
Francis Visoiu Mistrih
2018-10-25
1
-1
/
+1
*
[GlobalISel] Use the target preferred type for G_EXTRACT_VECTOR_ELT index.
Amara Emerson
2018-10-25
7
-4
/
+48
*
IR: Optimize StructType::get to perform one hash lookup instead of two, NFCI
Krasimir Georgiev
2018-10-25
1
-7
/
+14
*
[CostModel][X86] Add realistic vXi64 uitofp vXf64 costs
Simon Pilgrim
2018-10-25
4
-161
/
+62
*
[RISCV] Use PatFrags for variable shift patterns
Alex Bradbury
2018-10-25
1
-10
/
+9
*
[CostModel][X86] Add realistic i64 uitofp f64 scalar costs
Simon Pilgrim
2018-10-25
3
-46
/
+81
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
15
-32
/
+75
*
[llvm-mca] Removed a couple of redundant method declarations, and simplified ...
Andrea Di Biagio
2018-10-25
7
-38
/
+23
*
[ms] Prevent explicit constructor name lookup if scope is missing
Will Wilson
2018-10-25
2
-1
/
+22
*
Missing semicolon.
Simon Pilgrim
2018-10-25
1
-1
/
+1
*
[TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)
Simon Pilgrim
2018-10-25
7
-523
/
+431
*
remove duplicate omp_control_tool export to fix windows build
Andrey Churbanov
2018-10-25
1
-3
/
+0
*
[llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length
George Rimar
2018-10-25
6
-11
/
+56
*
[TTI] Add generic SK_Broadcast shuffle costs
Simon Pilgrim
2018-10-25
3
-5
/
+54
*
Fix MSVC llvm-exegesis build. NFCI.
Simon Pilgrim
2018-10-25
1
-8
/
+8
*
Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...
George Rimar
2018-10-25
7
-54
/
+188
[next]