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] Pass ArrayRef rather than SmallVector
Sam Clegg
2017-09-15
1
-26
/
+20
*
Improve comment
Adam Nemet
2017-09-15
1
-2
/
+2
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
23
-248
/
+417
*
[WebAssembly] MC: Fix crash in getProvitionalValue on weak references
Sam Clegg
2017-09-15
2
-18
/
+58
*
Fix selecting legal types in TypeInfer::getLegalTypes
Krzysztof Parzyszek
2017-09-15
1
-9
/
+3
*
cfi: Enable ThinLTO tests on Windows.
Peter Collingbourne
2017-09-15
1
-1
/
+1
*
ubsan: Stop building the DLL version of the runtime library on Windows.
Peter Collingbourne
2017-09-15
1
-23
/
+23
*
[libc++] Account for Microsoft CRT const overloads
Shoaib Meenai
2017-09-15
1
-0
/
+4
*
Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...
Hans Wennborg
2017-09-15
18
-612
/
+176
*
Fix indentation.
Adrian Prantl
2017-09-15
1
-4
/
+4
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
16
-81
/
+310
*
[X86] Prefer VPERMQ over VPERM2F128 for any unary shuffle, not just the ones ...
Craig Topper
2017-09-15
4
-40
/
+73
*
Keep some relocations with undefined weak symbols.
Rafael Espindola
2017-09-15
11
-10
/
+75
*
Remove a couple of warnings pointed out by Ted Woodward.
Jim Ingham
2017-09-15
1
-5
/
+11
*
llvm-dwarfdump: Factor out the printing of the section header (NFC)
Adrian Prantl
2017-09-15
3
-66
/
+69
*
[CUDA] Work around a new quirk in CUDA9 headers.
Artem Belevich
2017-09-15
1
-0
/
+10
*
Fix typo in vector reduction costs comment. NFCI.
Simon Pilgrim
2017-09-15
1
-1
/
+1
*
[X86] Use SDNode::ops() instead of makeArrayRef and op_begin(). NFCI
Craig Topper
2017-09-15
1
-5
/
+5
*
[X86] Don't create i64 constants on 32-bit targets when lowering v64i1 consta...
Craig Topper
2017-09-15
2
-0
/
+75
*
[X86] Add isel pattern infrastructure to begin recognizing when we're inserti...
Craig Topper
2017-09-15
2
-3
/
+59
*
Fix the __interface inheritence rules to work better with IUnknown and IDispatch
Erich Keane
2017-09-15
6
-1
/
+109
*
[RuntimeUnroll] Add heuristic for unrolling multi-exit loop
Anna Thomas
2017-09-15
2
-2
/
+128
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
29
-13785
/
+2407
*
[ELF] - Remove one of OutputSectionFactory::addInputSec().
George Rimar
2017-09-15
2
-42
/
+47
*
[sanitizer][mips64] fix MIPS64 kernel_stat_to_stat()
Petar Jovanovic
2017-09-15
1
-3
/
+32
*
Added optional validation of svn sources to Dockerfiles.
Ilya Biryukov
2017-09-15
7
-9
/
+335
*
[RuntimeUnrolling] Populate the VMap entry correctly when default generated t...
Anna Thomas
2017-09-15
2
-3
/
+51
*
Remove unneeded forward declaration. NFC
Alexander Kornienko
2017-09-15
1
-2
/
+1
*
Add a ReleaseNotes blurb for Execute.*Wait API change
Alexander Kornienko
2017-09-15
1
-0
/
+4
*
[clang-tidy] Fixed misc-unused-parameters omitting parameters square brackets
Alexander Kornienko
2017-09-15
2
-4
/
+50
*
[clang-format] New flag - BraceWrapping.AfterExternBlock
Krasimir Georgiev
2017-09-15
6
-13
/
+87
*
[X86][SSE] Add test cases vector for integer multiplies
Simon Pilgrim
2017-09-15
1
-0
/
+800
*
Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements...
Ilya Biryukov
2017-09-15
2
-385
/
+274
*
[AArch64] allow v8f16 types when FullFP16 is supported
Sjoerd Meijer
2017-09-15
3
-180
/
+461
*
[ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan version
Vitaly Buka
2017-09-15
2
-8
/
+16
*
Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR when
Jonas Paulsson
2017-09-15
2
-2
/
+8
*
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...
Dinar Temirbulatov
2017-09-15
2
-274
/
+385
*
tsan: respect LDFLAGS when build Go test
Dmitry Vyukov
2017-09-15
1
-1
/
+1
*
[ORC] Fix a typo.
Lang Hames
2017-09-15
1
-1
/
+1
*
[libc++] Remove unnecessary struct tag
Shoaib Meenai
2017-09-15
1
-1
/
+1
*
typeinfo: provide a partial implementation for Win32
Saleem Abdulrasool
2017-09-15
3
-10
/
+99
*
[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-09-15
18
-176
/
+612
*
[sanitizer] Simplify checks in allow_user_segv.cc
Vitaly Buka
2017-09-15
1
-6
/
+6
*
[SLPVectorizer] Remove duplicated functionality code in initScheduleData func...
Dinar Temirbulatov
2017-09-15
1
-6
/
+0
*
[XRay] fix and clarify comments in the log file decoder
Martin Pelikan
2017-09-15
1
-30
/
+24
*
[sanitizer] Use __sanitizer:: in CHECK_IMPL on both sides of assignment
Vitaly Buka
2017-09-15
1
-2
/
+2
*
[Object] Fix missing arguments to getType and getSymbol in Elf_Rel_Impl
Petr Hosek
2017-09-15
1
-4
/
+4
*
Revert "[lit] Force site configs to run before source-tree configs"
Zachary Turner
2017-09-15
23
-186
/
+790
*
merge-request.sh: Update to use new "Fixed by Commit(s)" field
Tom Stellard
2017-09-15
1
-40
/
+50
*
Don't make _gp absolute.
Rafael Espindola
2017-09-15
12
-24
/
+13
[prev]
[next]