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
*
[cxx_status] Fix table layout.
Richard Smith
2019-12-10
1
-1
/
+1
*
[DebugInfo] Refactored macro related generation, added a test case for macinf...
Sourabh Singh Tomar
2019-12-11
3
-19
/
+89
*
Deprecate the hasDefaultArgument matcher
Stephen Kelly
2019-12-10
1
-0
/
+14
*
[lldb] Add #include to appease the modules build
Vedant Kumar
2019-12-10
1
-0
/
+1
*
[OPENMP50]Add if clause in target simd directive.
Alexey Bataev
2019-12-10
4
-110
/
+210
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
13
-265
/
+147
*
[clangd] Fix an incorrect expectedResult usage in rename test.
Haojian Wu
2019-12-10
1
-4
/
+5
*
[Wdocumentation] Use C2x/C++14 deprecated attribute
Mark de Wever
2019-12-10
4
-24
/
+86
*
[Wdocumentation] Properly place deprecated attribute
Mark de Wever
2019-12-10
3
-20
/
+101
*
[Wdocumentation] Use the command marker.
Mark de Wever
2019-12-10
3
-7
/
+6
*
scudo: Tweak how we align UserPtr. NFCI.
Peter Collingbourne
2019-12-10
1
-5
/
+6
*
scudo: Move getChunkFromBlock() allocated check into caller. NFCI.
Peter Collingbourne
2019-12-10
1
-17
/
+9
*
Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."
Sourabh Singh Tomar
2019-12-11
6
-16
/
+48
*
Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."
Sourabh Singh Tomar
2019-12-11
6
-48
/
+16
*
Add missed #include in llvmorg-10-init-11532-g848934c67d4.
Richard Smith
2019-12-10
1
-0
/
+1
*
[cxx_status] Add missed Belfast paper affecting three-way comparisons.
Richard Smith
2019-12-10
1
-1
/
+4
*
[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.
Sourabh Singh Tomar
2019-12-11
6
-16
/
+48
*
[BPF] put not-section-attribute externs into BTF ".extern" data section
Yonghong Song
2019-12-10
5
-15
/
+50
*
Assert launch success in run_to_breakpoint_do_run
Vedant Kumar
2019-12-10
1
-0
/
+2
*
Fix -Wincomplete-umbrella warning in the modules build
Vedant Kumar
2019-12-10
1
-0
/
+1
*
Fix a -Wsign-compare error around wchar_t vs unsigned int.
Eric Christopher
2019-12-10
1
-1
/
+1
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
22
-30
/
+43
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
13
-147
/
+265
*
Fix bug 44190 - wrong code with #pragma pack(1)
Yaxun (Sam) Liu
2019-12-10
2
-3
/
+25
*
Replace redundant code in FormatManager and FormatCache with templates (NFC)
Adrian Prantl
2019-12-10
7
-562
/
+143
*
Revert 30e8f80fd5a4 "[DebugInfo] Don't create multiple DBG_VALUEs when sinking"
Hans Wennborg
2019-12-10
2
-180
/
+10
*
[FPEnv] clang support for constrained FP builtins
Kevin P. Neal
2019-12-10
3
-34
/
+330
*
[OPENMP]Remove extra space from error message.
Alexey Bataev
2019-12-10
6
-17
/
+17
*
[profile] Add explanatory comments to instrprof-darwin-exports.c, NFC
Vedant Kumar
2019-12-10
1
-3
/
+11
*
[VectorUtils] Fix -Wunused-private-field after D67572
Fangrui Song
2019-12-10
1
-4
/
+2
*
[OPENMP50]Add if clause in target parallel for simd directive.
Alexey Bataev
2019-12-10
4
-47
/
+158
*
[ELF] --icf: do not fold preemptible symbols
Fangrui Song
2019-12-10
6
-31
/
+91
*
[ELF] Refine section group --gc-sections rules to not discard .debug_types
Fangrui Song
2019-12-10
3
-22
/
+52
*
[analyzer] Keep track of escaped locals
Gabor Horvath
2019-12-10
6
-12
/
+48
*
[RISCV] Improve assembler missing feature warnings
Simon Cook
2019-12-10
16
-133
/
+174
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
13
-31
/
+153
*
[ARM][MVE] Refactor complex vector intrinsics [NFCI]
Mikhail Maltsev
2019-12-10
7
-339
/
+260
*
[BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is padding at ...
diggerlin
2019-12-10
2
-2
/
+38
*
[DebugInfo] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-10
20
-7
/
+170
*
[test][llvm-cxxfilt] Improve comment for clarity
James Henderson
2019-12-10
1
-2
/
+2
*
[scudo][standalone] Define hasHardwareCRC32 for other archs
Kostya Kortchinsky
2019-12-10
1
-1
/
+3
*
[InstCombine] replace shuffle's insertelement operand if inserted scalar is n...
Sanjay Patel
2019-12-10
2
-3
/
+33
*
[Docs] Improve SLP code snippet
Sanjay Patel
2019-12-10
1
-2
/
+4
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
14
-159
/
+164
*
[DWARF][RISCV] Test resolving of RISC-V relocations
Luís Marques
2019-12-10
2
-0
/
+194
*
Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated/empty...
stozer
2019-12-10
5
-22
/
+204
*
[lldb] Actually enable wchar support in Editline when it is defined in the ho...
Raphael Isemann
2019-12-10
2
-0
/
+29
*
add test for previous commit
Sam Parker
2019-12-10
1
-0
/
+66
*
[TypePromotion] Query target register width
Sam Parker
2019-12-10
1
-2
/
+13
*
[lldb] Centralize type "desugaring" logic in ClangASTContext
Pavel Labath
2019-12-10
1
-801
/
+74
[next]