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
*
[ARM] Add support for MVE vaddv
Sam Tebbs
2019-08-19
6
-0
/
+80
*
[ARM] MVE sext costs
David Green
2019-08-19
2
-16
/
+77
*
[DebugInfo] Test for variable range un-coalescing
Jeremy Morse
2019-08-19
1
-0
/
+138
*
[lldb][NFC] Remove StringList::AutoComplete
Raphael Isemann
2019-08-19
3
-37
/
+12
*
Revert [Attributor] Fix: Make sure we set the changed flag
David L. Jones
2019-08-19
1
-4
/
+4
*
[lldb][NFC] Use GetMaxStringLength in CommandObjectApropos::DoExecute
Raphael Isemann
2019-08-19
1
-5
/
+1
*
[MC] Delete unnecessary diagnostic: "No relocation available to represent thi...
Fangrui Song
2019-08-19
5
-20
/
+6
*
[clangd] Added special HighlightingKind for function parameters.
Johan Vikstrom
2019-08-19
4
-15
/
+31
*
[lldb][NFC] Address review comments to StringList for-loop support
Raphael Isemann
2019-08-19
4
-8
/
+8
*
Revert [Attributor] Fix: Do not partially resolve returned calls.
David L. Jones
2019-08-19
1
-28
/
+11
*
[lldb] Remove unused inheritance in RegularExpression
Jan Kratochvil
2019-08-19
1
-1
/
+1
*
Revert r369230 and r369231
Seiya Nuta
2019-08-19
10
-877
/
+210
*
[MC] Don't emit .symver redirected symbols to the symbol table
Fangrui Song
2019-08-19
8
-170
/
+90
*
[X86] Teach lower1BitShuffle to match right shifts with upper zero elements o...
Craig Topper
2019-08-19
2
-34
/
+28
*
[llvm-objcopy][MachO] Implement a layout algorithm for executables
Seiya Nuta
2019-08-19
2
-20
/
+337
*
[llvm-objcopy][MachO] Support load commands used in executables/shared libraries
Seiya Nuta
2019-08-19
9
-210
/
+560
*
[clangd] Update features table in the docs with links to LSP extension proposals
Nathan Ridge
2019-08-19
1
-51
/
+55
*
[X86] Fix the lower1BitShuffle code added in r369215 to correctly pass the wi...
Craig Topper
2019-08-19
1
-1
/
+1
*
[X86] Teach lower1BitShuffle to match KSHIFTR that doesn't use Zeroable and o...
Craig Topper
2019-08-19
2
-6
/
+51
*
[X86] Teach lower1BitShuffle to recognize padding a subvector with zeros with...
Craig Topper
2019-08-19
2
-11
/
+16
*
[X86] Add test case for missed opportunity to recognize a vXi1 shuffle as an ...
Craig Topper
2019-08-19
1
-0
/
+18
*
[X86] Add a special case to LowerCONCAT_VECTORSvXi1 to handle concatenating z...
Craig Topper
2019-08-18
2
-20
/
+33
*
[X86] Add test cases for suboptimal insertion of a vXi1 vector into a larger ...
Craig Topper
2019-08-18
1
-0
/
+39
*
[X86] Replace uses of getZeroVector for vXi1 vectors with DAG.getConstant.
Craig Topper
2019-08-18
1
-4
/
+4
*
[cmake] Move blocks out of redundant else( MSVC ); NFC
Hubert Tong
2019-08-18
1
-61
/
+60
*
[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
Jonas Devlieghere
2019-08-18
1
-1
/
+1
*
[ORC] Make sure we linker-mangle symbol names in the SpeculationLayer.
Lang Hames
2019-08-18
2
-7
/
+8
*
[ORC] Remove some dead code.
Lang Hames
2019-08-18
1
-9
/
+0
*
[Diagnostics] Diagnose misused xor as pow
David Bolvansky
2019-08-18
4
-1
/
+220
*
[Docs] Test commit
DeForest Richards
2019-08-18
1
-1
/
+1
*
[X86] Improve lower1BitShuffle handling for KSHIFTL on narrow vectors.
Craig Topper
2019-08-18
2
-43
/
+39
*
[clang-format] Fix a bug that joins template closer and =
Owen Pan
2019-08-18
4
-6
/
+13
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-08-18
1
-2
/
+2
*
[X86] isTargetShuffleEquivalent - add BUILD_VECTOR matching
Simon Pilgrim
2019-08-18
2
-15
/
+32
*
[X86] isTargetShuffleEquivalent - early out on illegal shuffle masks. NFCI.
Simon Pilgrim
2019-08-18
1
-8
/
+10
*
[X86][SSE] Improve PACKSS shuffle tests to better match codegen from D61129
Simon Pilgrim
2019-08-18
1
-22
/
+86
*
[MC] MCFixup - Fix cppcheck + MSVC analyzer uninitialized member variable war...
Simon Pilgrim
2019-08-18
1
-3
/
+3
*
[InstCombine] Cherry-pick NFC cleanups of foldShiftIntoShiftInAnotherHandOfAn...
Roman Lebedev
2019-08-18
1
-5
/
+8
*
[Diagnostics] Improve -Wsizeof-pointer-div
David Bolvansky
2019-08-18
3
-10
/
+26
*
[TargetLowering] Teach computeRegisterProperties to only widen v3i16/v3f16 ve...
Craig Topper
2019-08-18
5
-66
/
+195
*
[SelectionDAG] Add a node creation debug message to getMachineNode.
Craig Topper
2019-08-18
1
-0
/
+1
*
AMDGPU: Fix iterator error when lowering SI_END_CF
Matt Arsenault
2019-08-18
2
-5
/
+72
*
AMDGPU: Disambiguate v3f16 format in load/store tables
Matt Arsenault
2019-08-18
5
-104
/
+119
*
TableGen: Revert changes from r369038
Matt Arsenault
2019-08-18
1
-3
/
+1
*
[X86] Add a one use check to the combineStore code that handles v16i16->v16i8...
Craig Topper
2019-08-17
2
-1
/
+21
*
[BPF] Fix bpf llvm-objdump issues.
Yonghong Song
2019-08-17
2
-2
/
+71
*
[lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable
Raphael Isemann
2019-08-17
2
-86
/
+0
*
[NFC][InstCombine] Some tests for 'shift amount reassoc in bit test - trunc-o...
Roman Lebedev
2019-08-17
1
-0
/
+546
*
[SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...
Tan S. B.
2019-08-17
2
-1
/
+3
*
[analyzer] Turn an assert into an if condition
Kristof Umann
2019-08-17
2
-5
/
+15
[next]