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
*
[Support] ThreadPoolExecutor fixes for Windows/MinGW
Andrew Ng
2020-01-10
2
-21
/
+68
*
[lldb] Surpress "bitfield too small" gcc warning
Pavel Labath
2020-01-10
1
-3
/
+3
*
[CodeComplete] Suggest 'return nullptr' in functions returning pointers
Ilya Biryukov
2020-01-10
2
-0
/
+31
*
[lldb/DWARF] Don't automatically search dwo unit attributes
Pavel Labath
2020-01-10
4
-23
/
+7
*
[lldb/lua] Make convenience_variables.test compatible with lua-5.1
Pavel Labath
2020-01-10
1
-5
/
+5
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
24
-147
/
+698
*
[ARM,MVE] Make `vqrshrun` generate the right instruction.
Simon Tatham
2020-01-10
2
-9
/
+9
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-10
1
-0
/
+1
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
6
-6
/
+54
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2020-01-10
1
-2
/
+0
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2020-01-10
1
-2
/
+0
*
[X86][AVX] Add tests for v8f32/v8i32 089abcde and 0189abcd shuffles
Simon Pilgrim
2020-01-10
1
-0
/
+118
*
Don't use dyn_cast_or_null if we know the pointer is nonnull.
Simon Pilgrim
2020-01-10
1
-4
/
+2
*
[LV] Silence unused variable warning in Release builds. NFC.
Benjamin Kramer
2020-01-10
1
-0
/
+1
*
[MIR] Fix cyclic dependency of MIR formatter
Peng Guo
2020-01-10
9
-33
/
+27
*
XFAIL load_extension.ll test on macOS only
Serge Guelton
2020-01-10
1
-1
/
+1
*
[CMake] Support running libc++abi tests in CrossWinToARMLinux cache file
Sergej Jaskiewicz
2020-01-10
1
-0
/
+3
*
[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH
Sergej Jaskiewicz
2020-01-10
1
-1
/
+1
*
Follow up of 67bf9a6154d4b82c, minor fix in test case, removed duplicate option
Sjoerd Meijer
2020-01-10
1
-1
/
+1
*
[SVEV] Recognise hardware-loop intrinsic loop.decrement.reg
Sjoerd Meijer
2020-01-10
4
-0
/
+108
*
Fix several issues with compiler extensions
serge-sans-paille
2020-01-10
4
-36
/
+35
*
[clangd] Fix markdown rendering in VSCode
Kadir Cetinkaya
2020-01-10
2
-11
/
+12
*
[clangd] Improve type printing in hover
Kadir Cetinkaya
2020-01-10
2
-15
/
+36
*
[NFC] [PowerPC] Add isPredicable for basic instrs
Qiu Chaofan
2020-01-10
4
-34
/
+21
*
Allow system header to provide their own implementation of some builtin
serge-sans-paille
2020-01-10
6
-1
/
+58
*
Restore order in clang-tidy section of release notes
Hans Wennborg
2020-01-10
1
-49
/
+61
*
[LV] VPValues for memory operation pointers (NFCI)
Gil Rapaport
2020-01-10
5
-104
/
+141
*
[Syntax] Update comment, remove stale FIXME. NFC
Ilya Biryukov
2020-01-10
1
-3
/
+3
*
clang-tidy doc - remove the widths
Sylvestre Ledru
2020-01-10
1
-2
/
+0
*
[xray] Remove cl::sub from alias options
Shoaib Meenai
2020-01-09
6
-78
/
+41
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
17
-1
/
+263
*
fix another typo to cycle bots
Nico Weber
2020-01-09
1
-1
/
+1
*
fix a few typos to cycle the bots
Nico Weber
2020-01-09
4
-8
/
+8
*
[NFC] Style cleanup
Shengchen Kan
2020-01-10
1
-9
/
+10
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2020-01-09
12
-154
/
+280
*
Relax opcode checks in test for G_READCYCLECOUNTER to check for only a number...
Douglas Yung
2020-01-09
1
-1
/
+1
*
AMDGPU/GlobalISel: Select G_EXTRACT_VECTOR_ELT
Matt Arsenault
2020-01-09
7
-10
/
+2188
*
AMDGPU/GlobalISel: Fix G_EXTRACT_VECTOR_ELT mapping for s-v case
Matt Arsenault
2020-01-09
3
-26
/
+103
*
[ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...
Fangrui Song
2020-01-09
2
-1
/
+8
*
When reading Aux file in chunks, read consecutive byte ranges
Jason Molenda
2020-01-09
2
-1
/
+161
*
[AMDGPU] Fix bundle scheduling
Stanislav Mekhanoshin
2020-01-09
19
-31
/
+92
*
[lldb] Remove spurious file
Jonas Devlieghere
2020-01-09
1
-51
/
+0
*
AVR: Update for getRegisterByName change
Matt Arsenault
2020-01-09
2
-3
/
+3
*
When diagnosing the lack of a viable conversion function, also list
Richard Smith
2020-01-09
21
-172
/
+204
*
[mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.
River Riddle
2020-01-09
2
-1
/
+12
*
[lldb/Lua] Add lua typemaps for INOUT params
Jonas Devlieghere
2020-01-09
2
-0
/
+2
*
TableGen/GlobalISel: Fix pattern matching of immarg literals
Matt Arsenault
2020-01-09
8
-30
/
+140
*
TableGen/GlobalISel: Add way for SDNodeXForm to work on timm
Matt Arsenault
2020-01-09
14
-38
/
+234
*
GlobalISel: Handle llvm.read_register
Matt Arsenault
2020-01-09
7
-2
/
+59
*
DAG: Don't use unchecked dyn_cast
Matt Arsenault
2020-01-09
1
-4
/
+4
[next]