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
*
Use more early returns in SymbolTable.cpp.
Rui Ueyama
2018-02-20
1
-33
/
+46
*
[WebAssembly] Remove unused header
Sam Clegg
2018-02-20
1
-1
/
+1
*
[PatternMatch] enhance m_SignMask() to ignore undef elements in vectors
Sanjay Patel
2018-02-20
2
-22
/
+15
*
[InstSimplify] add tests for m_SignMask with undef vector elements; NFC
Sanjay Patel
2018-02-20
1
-2
/
+28
*
[AArch64] Refactor instructions using SIMD immediates
Evandro Menezes
2018-02-20
2
-368
/
+371
*
[lld/LTO] Remove unused Path parameter to AddBufferFn
Teresa Johnson
2018-02-20
2
-6
/
+7
*
[LTO] Remove unused Path parameter to AddBufferFn
Teresa Johnson
2018-02-20
4
-12
/
+5
*
[ThinLTO/gold] Avoid race with cache pruner by copying to temp files
Teresa Johnson
2018-02-20
2
-4
/
+8
*
[LV] Fix test checks, NFC.
Alexey Bataev
2018-02-20
2
-140
/
+3506
*
[ARM] Lower BR_CC for f16
Sjoerd Meijer
2018-02-20
2
-3
/
+32
*
[AMDGPU] Removed redundant run lines for fmuladd.f16 test. NFC.
Stanislav Mekhanoshin
2018-02-20
1
-4
/
+0
*
feedback
Sam Clegg
2018-02-20
1
-15
/
+8
*
[WebAssembly] Split addDefined into two different methods. NFC.
Sam Clegg
2018-02-20
3
-42
/
+54
*
[llvm-objdump] Use unique_ptr to simplify memory ownership
David Blaikie
2018-02-20
1
-34
/
+31
*
[X86][MMX] Regenerate MMX bitcast test
Simon Pilgrim
2018-02-20
1
-6
/
+19
*
Correct multiversion unsupported target behavior, add a test.
Erich Keane
2018-02-20
2
-0
/
+14
*
[X86][3DNow] Regenerate intrinsics tests
Simon Pilgrim
2018-02-20
1
-26
/
+693
*
[WebAssembly] Remove unused header
Sam Clegg
2018-02-20
2
-2
/
+0
*
[IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454)
Sanjay Patel
2018-02-20
2
-1
/
+18
*
[Hexagon] Handle *Low8 register classes in early if-conversion
Krzysztof Parzyszek
2018-02-20
2
-0
/
+29
*
[SLP] Fix tests checks, NFC.
Alexey Bataev
2018-02-20
5
-74
/
+249
*
[X86] Correct SHRUNKBLEND creation to work correctly when there are multiple ...
Craig Topper
2018-02-20
2
-35
/
+23
*
[WebAssembly] Remove InputChunk from Symbol baseclass
Sam Clegg
2018-02-20
2
-36
/
+44
*
[SelectionDAG] Add LegalTypes flag to getShiftAmountTy. Use it to unify and s...
Craig Topper
2018-02-20
5
-20
/
+54
*
[X86] Promote 16-bit cmovs to 32-bits
Craig Topper
2018-02-20
7
-34
/
+86
*
[dsymutil] Correctly handle DW_TAG_label
Jonas Devlieghere
2018-02-20
3
-1
/
+44
*
[vim] Recognize more FileCheck comments
Mikhail Maltsev
2018-02-20
1
-0
/
+1
*
[WebAssembly] Check signatures of weakly defined funtions too
Sam Clegg
2018-02-20
3
-0
/
+26
*
[InstCombine] remove unneeded dyn_cast to prevent unused variable warning
Sanjay Patel
2018-02-20
1
-2
/
+1
*
[clangd] Fix formatting in XRefs.cpp
Simon Marchi
2018-02-20
1
-2
/
+2
*
[InstCombine] remove compound fdiv pattern folds
Sanjay Patel
2018-02-20
1
-27
/
+1
*
PR36442: Correct description of -fsplit-dwarf-inlining
David Blaikie
2018-02-20
1
-1
/
+1
*
Stop linking sanitized applications with -lutil and -lkvm on NetBSD
Kamil Rytarowski
2018-02-20
1
-6
/
+0
*
[InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)
Sanjay Patel
2018-02-20
5
-25
/
+49
*
[mips] Correct the definition of cvt.d.w
Simon Dardis
2018-02-20
3
-7
/
+10
*
Add new interceptor: strmode(3)
Kamil Rytarowski
2018-02-20
3
-0
/
+35
*
Add new interceptor: fgetln(3)
Kamil Rytarowski
2018-02-20
3
-0
/
+41
*
Stop intercepting forkpty(3) and openpty(3) on NetBSD
Kamil Rytarowski
2018-02-20
1
-2
/
+16
*
[DEBUGINFO] Add support for emission of the inlined strings.
Alexey Bataev
2018-02-20
4
-0
/
+66
*
[PowerPC] Reduce stack frame for fastcc functions by only allocating paramete...
Lei Huang
2018-02-20
2
-2
/
+152
*
[Hexagon] Fix alignment calculation of stack objects in Hexagon bit tracker
Krzysztof Parzyszek
2018-02-20
4
-6
/
+24
*
[X86] Regenerate XOR tests
Simon Pilgrim
2018-02-20
1
-128
/
+422
*
[VectorLegalizer] Fix uint64_t typo in ExpandUINT_TO_FLOAT (PR36391)
Simon Pilgrim
2018-02-20
1
-1
/
+1
*
Revert r325375 "[MS] Make constexpr static data members implicitly inline"
Hans Wennborg
2018-02-20
2
-37
/
+5
*
[CodeGen] Fix generation of TBAA tags for may-alias accesses
Ivan A. Kosarev
2018-02-20
4
-32
/
+64
*
[clangd] Dump stack on crash
Sam McCall
2018-02-20
1
-0
/
+1
*
[ARM] Mark -1 as cheap in xor's for thumb1
David Green
2018-02-20
2
-0
/
+200
*
[clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...
Gabor Horvath
2018-02-20
8
-0
/
+294
*
clang-cl: Make /d1PP an alias for -dD (PR36446)
Hans Wennborg
2018-02-20
2
-0
/
+5
*
Avoid dirtying the source tree in breakpoint command tests
Pavel Labath
2018-02-20
4
-92
/
+34
[next]