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
*
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
*
[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
George Rimar
2018-02-20
14
-21
/
+60
*
Handle typeof() expressions
Jonas Devlieghere
2018-02-20
2
-17
/
+78
*
[AMDGPU] stop buffer_store being moved illegally
Tim Renouf
2018-02-20
2
-6
/
+55
*
clang-format plugin: Add missing semicolon in list of file extensions (PR36383)
Hans Wennborg
2018-02-20
1
-1
/
+1
*
[MC] - Don't crash on unclosed frame.
George Rimar
2018-02-20
2
-3
/
+14
*
[X86][CET]: Adding full coverage of MC encoding for the CET instructions.<NFC>
Gadi Haber
2018-02-20
2
-0
/
+300
*
[X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.
Craig Topper
2018-02-20
3
-58
/
+47
*
[X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw intrinsics. Remove and aut...
Craig Topper
2018-02-20
7
-105
/
+310
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
9
-49
/
+37
*
Update isl to isl-0.18-1047-g4a20ef8
Tobias Grosser
2018-02-20
170
-5446
/
+4116
*
Fix broken isl-noexceptions.h path in update-isl script
Tobias Grosser
2018-02-20
1
-2
/
+2
*
Update isl C++ bindings to latest version of isl
Tobias Grosser
2018-02-20
1
-276
/
+954
*
Do not call band_list().dump()
Tobias Grosser
2018-02-20
1
-1
/
+0
*
[Sema] Fix -Wunused-variable
Sam McCall
2018-02-20
1
-1
/
+0
*
[X86] Remove GCCBuiltin from a bunch of intrinsics that aren't used by clang ...
Craig Topper
2018-02-20
1
-30
/
+26
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
18
-29
/
+64
*
[AArch64][GlobalISel] When copying from a gpr32 to an fpr16 reg, convert to f...
Amara Emerson
2018-02-20
3
-13
/
+102
*
Do not create a temporary data structure for relocations.
Rui Ueyama
2018-02-20
5
-106
/
+72
*
[X86] Mark XOP vpmac* and vpmadc intrinsics as being commutative so that tabl...
Craig Topper
2018-02-20
2
-14
/
+14
*
[X86] Make XOP VPCOM instructions commutable to fold loads during isel.
Craig Topper
2018-02-20
3
-52
/
+75
*
[X86] Make a helper function for commuting AVX512 VPCMP immediates since we d...
Craig Topper
2018-02-20
3
-24
/
+24
*
Fix some -Wexceptions false positives.
Richard Smith
2018-02-20
2
-73
/
+106
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-20
5
-257
/
+370
*
[GISel]: Add pattern matchers for G_BITCAST/PTRTOINT/INTTOPTR
Aditya Nandakumar
2018-02-19
2
-0
/
+32
*
[InstCombine] use CreateWithCopiedFlags to reduce code; NFCI
Sanjay Patel
2018-02-19
1
-7
/
+6
*
Fix test failure on target where size_t is long long.
Richard Smith
2018-02-19
1
-3
/
+6
*
Revert "[mem2reg] Use range loops (NFCI)"
Brian Gesiak
2018-02-19
1
-8
/
+9
*
Merge two small functions and add comments.
Rui Ueyama
2018-02-19
1
-9
/
+9
*
Removed a variable that is used only once.
Rui Ueyama
2018-02-19
1
-3
/
+3
*
[WebAssembly] Expand a lambda that is used only once.
Rui Ueyama
2018-02-19
1
-9
/
+9
*
[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.
Rui Ueyama
2018-02-19
4
-12
/
+14
[next]