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
*
[asan_symbolize] Fix bug where the frame counter was not incremented.
Dan Liew
2019-08-12
3
-4
/
+90
*
[clang-doc] Generate HTML links for children namespaces/records
Diego Astiazaran
2019-08-12
8
-63
/
+117
*
gn build: Merge r368592
Nico Weber
2019-08-12
1
-0
/
+1
*
[Sema] Require a complete type for __builtin_bit_cast operands
Erik Pilkington
2019-08-12
2
-0
/
+17
*
[libc++] Implement CTAD for std::tuple
Louis Dionne
2019-08-12
2
-20
/
+78
*
[builtins] MSVC warning disable for clean build
Matthew G McGovern
2019-08-12
5
-0
/
+55
*
[NFC][PowerPC] Add the test case shrink-wrap.mir and shrink-wrap.ll for PPC
Kang Zhang
2019-08-12
2
-0
/
+184
*
[ThinLTO][AutoFDO] Fix memory corruption due to race condition from thin back...
Wenlei He
2019-08-12
3
-43
/
+81
*
[CostModel][X86][AArch64] Check all 3 cost kinds in aggregates.ll
Roman Lebedev
2019-08-12
2
-50
/
+182
*
[X86] Disable use of zmm registers for varargs musttail calls under prefer-ve...
Craig Topper
2019-08-12
2
-2
/
+90
*
[ARM] sext of a load is free
David Green
2019-08-12
2
-14
/
+35
*
[AMDGPU] Printf runtime binding pass
Stanislav Mekhanoshin
2019-08-12
6
-0
/
+658
*
[ASTDump] Add is_anonymous to VisitCXXRecordDecl
Shafik Yaghmour
2019-08-12
2
-4
/
+5
*
[clangd] Refactor computation of extracted expr in ExtractVariable tweak. NFC
Sam McCall
2019-08-12
1
-61
/
+66
*
[ARM] MVE shuffle broadcast costs
David Green
2019-08-12
2
-8
/
+25
*
Fix multiple lifetime warning messages for range based for loop
Gabor Horvath
2019-08-12
2
-2
/
+12
*
[ARM] Put some of the TTI costmodel behind hasNeon calls.
David Green
2019-08-12
8
-391
/
+392
*
[ARM] Add or update a number of costmodel tests. NFC
David Green
2019-08-12
7
-793
/
+2486
*
[scudo][standalone] Minor corrections
Kostya Kortchinsky
2019-08-12
6
-16
/
+14
*
[XCOFF] Use a single symbolic constant for the size of an embeded name. [NFC]
Sean Fertile
2019-08-12
3
-13
/
+13
*
[InstCombine] add tests for scalar-select-of-vectors; NFC
Sanjay Patel
2019-08-12
1
-21
/
+82
*
[lldb][NFC] Minor fixes for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
1
-4
/
+2
*
[clangd] Separate chunks with a space when rendering markdown
Ilya Biryukov
2019-08-12
2
-4
/
+45
*
Remove outdated comment about clang not populating src2dst_offset
Benjamin Kramer
2019-08-12
1
-1
/
+0
*
Revert r368339 "[MBP] Disable aggressive loop rotate in plain mode"
Hans Wennborg
2019-08-12
59
-3255
/
+3537
*
[llvm-ar][NFC] Fix buildbot
Jordan Rupprecht
2019-08-12
1
-1
/
+1
*
[lldb] Remove undocumented return value from DiagnosticManager::PutString
Raphael Isemann
2019-08-12
2
-5
/
+4
*
[llvm-readobj] Downgrade 'PT_DYNAMIC segment offset + size exceeds the size o...
Jordan Rupprecht
2019-08-12
3
-9
/
+11
*
[X86][SSE] Add test showing missing demanded elts PSADBW handling
Simon Pilgrim
2019-08-12
1
-0
/
+26
*
Revert r368565: [CodeGen] Do the Simple Early Return in block-placement pass ...
Kang Zhang
2019-08-12
2
-41
/
+8
*
[llvm-ar] Accept file paths with windows format slashes
Owen Reynolds
2019-08-12
2
-8
/
+52
*
[RISCV] Fix ICE in isDesirableToCommuteWithShift
Sam Elliott
2019-08-12
2
-2
/
+44
*
[InstCombine] x /c fabs(x) -> copysign(1.0, x)
David Bolvansky
2019-08-12
2
-11
/
+39
*
[clangd] Added the vscode SemanticHighlighting feature code but did not enabl...
Johan Vikstrom
2019-08-12
3
-5
/
+115
*
[lldb][NFC] Add unit test for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
2
-0
/
+195
*
[DebugInfo] Remove call sites when eliminating unreachable blocks
David Stenberg
2019-08-12
2
-1
/
+75
*
[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...
Kang Zhang
2019-08-12
2
-8
/
+41
*
[llvm-ar][test] Correct tests marked as expected fails
Owen Reynolds
2019-08-12
3
-3
/
+3
*
[clangd] Remove highlightings coming from non topLevelDecls from included files.
Johan Vikstrom
2019-08-12
2
-2
/
+25
*
[CrossTU] User docs: remove temporary limiation with macro expansion
Gabor Marton
2019-08-12
1
-9
/
+0
*
[OpenCL] Ignore parentheses for sampler initialization
Sven van Haastregt
2019-08-12
2
-1
/
+8
*
Revert r368509 "[CodeGen] Do the Simple Early Return in block-placement pass ...
Hans Wennborg
2019-08-12
3
-43
/
+16
*
Cleanup unused variable.
Andrey Churbanov
2019-08-12
1
-3
/
+1
*
[X86][SSE] ComputeKnownBits - add basic PSADBW handling
Simon Pilgrim
2019-08-12
2
-4
/
+12
*
[X86][SSE] Add test showing missing compute known bits PSADBW handling
Simon Pilgrim
2019-08-12
1
-0
/
+18
*
NFC. Remove trailing whitespace in test
James Henderson
2019-08-12
1
-1
/
+1
*
[llvm-strings] Improve testing of llvm-strings
James Henderson
2019-08-12
23
-93
/
+216
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): avoid constantexp...
Roman Lebedev
2019-08-12
2
-6
/
+17
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2019-08-12
2
-10
/
+13
*
[OpenCL] Fix lang mode predefined macros for C++ mode.
Anastasia Stulova
2019-08-12
3
-126
/
+119
[next]