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
*
lit: modernize the lit configuration for the lit tests
Stella Stamenova
2019-05-29
3
-33
/
+17
*
[analyzer] print() JSONify: getNodeLabel implementation
Csaba Dabis
2019-05-29
5
-119
/
+157
*
[Index] Compute correct symbol kind for variable templates
Ilya Biryukov
2019-05-29
2
-0
/
+49
*
Fixed source header [NFC]
Greg Clayton
2019-05-29
1
-1
/
+1
*
[CUDA][HIP] Skip setting `externally_initialized` for static device variables.
Michael Liao
2019-05-29
2
-1
/
+12
*
Yet another attempt to fix buildbot after r361949
Eugene Leviant
2019-05-29
1
-3
/
+3
*
Add curley brackets to case statement that declares a variable.
Erich Keane
2019-05-29
1
-1
/
+2
*
[X86] Fix machineverifier error on avx512f-256-set0.mir
Craig Topper
2019-05-29
1
-3
/
+8
*
CallSiteSplitting: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
3
-0
/
+183
*
[ThinLTO] Use original alias visibility when importing
Teresa Johnson
2019-05-29
3
-7
/
+8
*
[NFC][InstCombine] Add a unary FNeg test to fsub.ll.
Cameron McInally
2019-05-29
1
-0
/
+11
*
Add more information to the log timer dump
Antonio Afonso
2019-05-29
3
-13
/
+72
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
7
-8
/
+80
*
Partial revert of revert of r361827: Add constrained intrinsic tests for powe...
Kevin P. Neal
2019-05-29
1
-0
/
+7528
*
[NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTest
Francois Ferrand
2019-05-29
1
-148
/
+149
*
[analyzer] print() JSONify: Program state implementation
Csaba Dabis
2019-05-29
4
-29
/
+38
*
[analyzer] print() JSONify: Checker messages implementation
Csaba Dabis
2019-05-29
5
-15
/
+108
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
18
-124
/
+124
*
[analyzer] print() JSONify: Constructing objects implementation
Csaba Dabis
2019-05-29
6
-44
/
+110
*
[analyzer] print() JSONify: Type information implementation
Csaba Dabis
2019-05-29
5
-25
/
+37
*
[analyzer] print() JSONify: Constraints implementation
Csaba Dabis
2019-05-29
5
-30
/
+57
*
[WebAssembly] Move direct call tracking from member to local. NFC.
Sam Clegg
2019-05-29
2
-10
/
+10
*
[analyzer] print() JSONify: Environment implementation
Csaba Dabis
2019-05-29
10
-64
/
+177
*
[WebAssembly] Fix signatures of undefined function in LTO object which are no...
Sam Clegg
2019-05-29
2
-10
/
+28
*
[CodeComplete] Add semicolon when completing patterns for 'static_assert' and...
Ilya Biryukov
2019-05-29
4
-13
/
+15
*
[NFC][InstCombine] Add unary FNeg tests to fpcast.ll and fpextend.ll
Cameron McInally
2019-05-29
2
-0
/
+52
*
[analyzer] print() JSONify: Store implementation
Csaba Dabis
2019-05-29
6
-53
/
+117
*
[NFC][InstCombine] Add unary FNeg tests to fsub.ll known-never-nan.ll
Cameron McInally
2019-05-29
2
-0
/
+138
*
Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.
Marshall Clow
2019-05-29
2
-5
/
+17
*
[clangd] Map typedefs to the same LSP completion kind as VSCode
Ilya Biryukov
2019-05-29
1
-2
/
+5
*
Qualify use of llvm::empty that's ambiguous with std::empty
Sam McCall
2019-05-29
1
-1
/
+1
*
[mips] Check argument for __builtin_msa_ctcmsa / __builtin_msa_cfcmsa
Simon Atanasyan
2019-05-29
2
-0
/
+6
*
[mips] Use reg-exp in tests to tolerate register indexes changing. NFC
Simon Atanasyan
2019-05-29
4
-752
/
+752
*
[mips] Iterate over MSACtrlRegClass to reserve all MSA control registers. NFC
Simon Atanasyan
2019-05-29
1
-8
/
+2
*
[mips] Use range-based for loops. NFC
Simon Atanasyan
2019-05-29
1
-8
/
+4
*
Revert rL361944 from llvm/trunk :
Simon Pilgrim
2019-05-29
1
-1
/
+0
*
Clean up DWARFDebugInfoEntry
Fangrui Song
2019-05-29
2
-106
/
+0
*
gn build: Merge r361953
Nico Weber
2019-05-29
1
-0
/
+1
*
[clangd] Fix buildbot error.
Haojian Wu
2019-05-29
1
-0
/
+4
*
clang-cl: Fix mangling of catchable types with names longer than 4kiB
Nico Weber
2019-05-29
3
-6
/
+28
*
[ARM] Split predicates out into their own .td file
Sjoerd Meijer
2019-05-29
3
-184
/
+189
*
SpeculateAroundPHIs: Respect convergent
Matt Arsenault
2019-05-29
2
-0
/
+106
*
AMDGPU/GlobalISel: Remove unnecesssary REQUIREs
Matt Arsenault
2019-05-29
9
-18
/
+3
*
[LibTooling] Add `before` and `after` selectors for selecting point-ranges re...
Yitzhak Mandelbaum
2019-05-29
3
-3
/
+85
*
Attempt to fix buildbot after r361949
Eugene Leviant
2019-05-29
1
-1
/
+1
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
19
-39
/
+479
*
[clangd] Remove the whitelist std symbols in CanonicalIncludes.
Haojian Wu
2019-05-29
1
-17
/
+0
*
[clangd] Another improvement for std include mapping.
Haojian Wu
2019-05-29
3
-6
/
+64
*
[MCA] Refactor class LSUnit. NFCI
Andrea Di Biagio
2019-05-29
5
-255
/
+385
*
[llvm-objcopy] Implement IHEX writer
Eugene Leviant
2019-05-29
10
-24
/
+715
[next]