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] Change type of wake count to unsigned int
Heejin Ahn
2018-11-16
2
-2
/
+2
*
Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for t...
Tom Stellard
2018-11-16
2
-26
/
+0
*
[WebAssembly] Split BBs after throw instructions
Heejin Ahn
2018-11-16
5
-26
/
+140
*
[AMDGPU] NFC Test commit
Ron Lieberman
2018-11-16
1
-1
/
+1
*
AMDHSA: More code object v3 fixes:
Konstantin Zhuravlyov
2018-11-15
7
-20
/
+21
*
[clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h
Stephane Moore
2018-11-15
1
-1
/
+1
*
Fix compilation failure in unit tests on Windows.
Zachary Turner
2018-11-15
1
-0
/
+5
*
Remove myself as owner of clang-query.
Peter Collingbourne
2018-11-15
1
-4
/
+0
*
[CMake] Explicitly list Linux targets for Fuchsia toolchain
Petr Hosek
2018-11-15
1
-31
/
+31
*
Fix parens warning in assert in ASTMatchFinder
Erich Keane
2018-11-15
1
-7
/
+7
*
[X86] Remove ANY_EXTEND special case from canReduceVMulWidth
Craig Topper
2018-11-15
1
-18
/
+2
*
Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
Nathan Lanza
2018-11-15
7
-4
/
+147
*
Force SHELL to be cmd.exe on Windows for the test suite
Nathan Lanza
2018-11-15
1
-0
/
+11
*
[AMDGPU] Update code object metadata format documentation
Scott Linder
2018-11-15
1
-34
/
+519
*
A unit test file moved.
Jason Molenda
2018-11-15
1
-4
/
+4
*
Revert "[ADT] Drop llvm::Optional clang-specific optmization for trivially co...
Tom Stellard
2018-11-15
1
-0
/
+18
*
Disable filesystem benchmark when libstdc++ doesn't support it
Eric Fiselier
2018-11-15
1
-3
/
+18
*
Add a check whether or not a str is utf8 prior to emplacing
Nathan Lanza
2018-11-15
4
-40
/
+65
*
[ADT] Drop llvm::Optional clang-specific optmization for trivially copyable t...
Tom Stellard
2018-11-15
1
-18
/
+0
*
Upgrade Google Benchmark library to ToT
Eric Fiselier
2018-11-15
57
-863
/
+2966
*
[X86] Minor cleanup to getExtendInVec. NFCI
Craig Topper
2018-11-15
1
-4
/
+7
*
[InstCombine] adjust rotate direction in tests; NFC
Sanjay Patel
2018-11-15
1
-12
/
+12
*
Port the Darwin universal binary testcase to x86_64.
Adrian Prantl
2018-11-15
2
-61
/
+57
*
[X86] Add -x86-experimental-vector-widening support to reduceVMULWidth and co...
Craig Topper
2018-11-15
2
-44
/
+48
*
[WebAssembly] Fix return type of nextByte
Thomas Lively
2018-11-15
1
-2
/
+2
*
[BinaryFormat] Add MsgPackTypes
Scott Linder
2018-11-15
5
-0
/
+865
*
[InstCombine] add tests for funnel shift (rotate) canonicalization; NFC
Sanjay Patel
2018-11-15
1
-1
/
+342
*
[WebAssembly] Import the stack pointer when building shared libraries
Sam Clegg
2018-11-15
6
-66
/
+92
*
[X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2.
Craig Topper
2018-11-15
1
-0
/
+6
*
[WebAssembly] Refactor config setting and checking. NFC.
Sam Clegg
2018-11-15
2
-53
/
+66
*
[LTO] Load sample profile in LTO link step.
Xin Tong
2018-11-15
3
-0
/
+59
*
[TTI] Reduction costs only need to include a single extract element cost
Simon Pilgrim
2018-11-15
15
-1334
/
+1186
*
[AST] Store the string data in StringLiteral in a trailing array of chars
Bruno Ricci
2018-11-15
5
-154
/
+237
*
[InstCombine] fix rotate narrowing bug for non-pow-2 types
Sanjay Patel
2018-11-15
2
-18
/
+23
*
[AST][NFC] Various NFCs in StringLiteral
Bruno Ricci
2018-11-15
2
-41
/
+35
*
[InstCombine] add rotate narrowing tests with odd types; NFC
Sanjay Patel
2018-11-15
1
-0
/
+46
*
[SLPVectorizer][X86] Regenerate reduction minmax tests and cleanup check pref...
Simon Pilgrim
2018-11-15
1
-659
/
+272
*
[SLPVectorizer][X86] Regenerate reduction tests and add PR37731 test
Simon Pilgrim
2018-11-15
1
-210
/
+196
*
[ELF] - Renamed few more AArch64 specific relocation expressions. NFC.
George Rimar
2018-11-15
4
-17
/
+18
*
[X86] Fix MCNullStreamer support for modules with a CodeView flag
Simon Pilgrim
2018-11-15
2
-10
/
+10
*
[clang-tidy] Update checks to play nicely with limited traversal scope added ...
Sam McCall
2018-11-15
5
-10
/
+20
*
[InstSimplify] delete shift-of-zero guard ops around funnel shifts
Sanjay Patel
2018-11-15
2
-36
/
+56
*
[RISCV] Mark C.EBREAK instruction as having side effects
Alex Bradbury
2018-11-15
1
-1
/
+1
*
[RISCV] Mark FREM as Expand
Alex Bradbury
2018-11-15
3
-1
/
+33
*
[AST][NFC] Re-add comment in BinaryOperator which was removed by r346954
Bruno Ricci
2018-11-15
1
-0
/
+3
*
Start adding the supporting code to perform out-of-process allocator
Dan Liew
2018-11-15
4
-9
/
+66
*
[clangd] global-symbol-builder => clangd-indexer
Haojian Wu
2018-11-15
1
-1
/
+1
*
[AST] Pack BinaryOperator
Bruno Ricci
2018-11-15
2
-32
/
+49
*
[AST] Pack MemberExpr
Bruno Ricci
2018-11-15
4
-47
/
+71
*
[AST][NFC] Move the friend decls to the top of MemberExpr
Bruno Ricci
2018-11-15
1
-4
/
+4
[next]