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
*
[Reproducer] Generate LLDB reproducer on crash
Jonas Devlieghere
2019-11-20
8
-4
/
+194
*
[Hexagon] Fix two testcase errors
Krzysztof Parzyszek
2019-11-20
2
-4
/
+4
*
[X86] Mark vector STRICT_FP_ROUND as Legal instead of Custom.
Craig Topper
2019-11-20
1
-3
/
+9
*
Move widenable branch formation into makeGuardControlFlowExplicit helper
Philip Reames
2019-11-20
4
-19
/
+21
*
[CMake] Fix the path to CrossWinToARMLinux.cmake CMake cache.
Vladimir Vereschaka
2019-11-20
1
-1
/
+1
*
[AMDGPU] Fixed mfma test check. NFC.
Stanislav Mekhanoshin
2019-11-20
1
-69
/
+9
*
[lldb] Fix NSURL data formatter truncation issue
Davide Italiano
2019-11-20
1
-21
/
+33
*
[lldb] [test] Un-XFAIL one lldb-server test on NetBSD
Michał Górny
2019-11-20
1
-1
/
+0
*
[debugserver] Set arch based on TARGET_TRIPLE
Vedant Kumar
2019-11-20
1
-4
/
+4
*
[AMDGPU] Keep consistent check of legal addressing mode.
Michael Liao
2019-11-20
4
-15
/
+292
*
Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outs...
Richard Smith
2019-11-20
2
-1
/
+8
*
Revert "[clangd] Fix a crash in expected types"
Nico Weber
2019-11-20
2
-12
/
+4
*
scudo: Only use the Android reserved TLS slot when building libc's copy of th...
Peter Collingbourne
2019-11-20
3
-4
/
+10
*
[FileCollector] Ignore empty paths.
Jonas Devlieghere
2019-11-20
1
-1
/
+5
*
[SystemZ] Avoid mixing strict and non-strict FP operations in tests
Ulrich Weigand
2019-11-20
7
-74
/
+215
*
[SelectionDAG][X86] Mutate strictFP nodes to non-strict in DoInstructionSelec...
Craig Topper
2019-11-20
2
-1
/
+8
*
[SystemZ] Use fneg in test cases
Ulrich Weigand
2019-11-20
22
-98
/
+88
*
Rename 'DenormalMode' in CommandFlags.inc to 'DenormalFPMath', as its
James Y Knight
2019-11-20
1
-2
/
+2
*
A fix of the bug introduced by previous lowering in asm patch.
Xiangling Liao
2019-11-20
1
-2
/
+1
*
[AIX][XCOFF] Add support for generating assembly code for one-byte mergable s...
Xing Xue
2019-11-20
3
-3
/
+50
*
[clangd] Fix a crash in expected types
Ilya Biryukov
2019-11-20
2
-4
/
+12
*
gn build: Merge a03435ec8e2
LLVM GN Syncbot
2019-11-20
1
-0
/
+1
*
[AIX] Lowering jump table, constant pool and block address in asm
Xiangling Liao
2019-11-20
8
-10
/
+275
*
Recommit "[DWARF] Add an api to get "interpreted" location lists"
Pavel Labath
2019-11-20
10
-1
/
+198
*
[SLP] reduce duplicate CHECK lines in tests; NFC
Sanjay Patel
2019-11-20
1
-392
/
+208
*
[lldb][NFC] Move searching for $__lldb_objc_class into its own function
Raphael Isemann
2019-11-20
2
-122
/
+134
*
[AMDGPU][GFX10] Disabled v_movrel*[sdwa|dpp] opcodes in codegen
Dmitry Preobrazhensky
2019-11-20
2
-0
/
+27
*
[mips] Define mem_simm# operands using tblgen `foreach` loop. NFC
Simon Atanasyan
2019-11-20
1
-29
/
+5
*
[SelectionDAG] Combine U{ADD,SUB}O diamonds into {ADD,SUB}CARRY
David Zarzycki
2019-11-20
3
-298
/
+232
*
gn build: Merge 72d2929c52a
LLVM GN Syncbot
2019-11-20
1
-1
/
+0
*
Revert "[DWARF] Add an api to get "interpreted" location lists"
Pavel Labath
2019-11-20
10
-198
/
+1
*
[lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...
Raphael Isemann
2019-11-20
2
-94
/
+117
*
[ARM][MVE] Select vqabs
Anna Welker
2019-11-20
2
-0
/
+85
*
Big-endian fix to DWARFDieTest (089c0f58)
Pavel Labath
2019-11-20
1
-1
/
+2
*
[update_cc_test_checks.py] Add the --function-signature flag
Alex Richardson
2019-11-20
1
-2
/
+5
*
[UptestTestChecks][NFC] Share some common command line options code
Alex Richardson
2019-11-20
7
-28
/
+14
*
Ignore R_MIPS_JALR relocations against non-function symbols
Alex Richardson
2019-11-20
2
-0
/
+64
*
ARM-NEON: make type modifiers orthogonal and allow multiple modifiers.
Tim Northover
2019-11-20
7
-1139
/
+1170
*
NeonEmitter: remove special case on casting polymorphic builtins.
Tim Northover
2019-11-20
2
-5
/
+7
*
ARM-NEON: separate soon-to-be conflicting f16 patterns. NFC.
Tim Northover
2019-11-20
1
-2
/
+6
*
[lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...
Raphael Isemann
2019-11-20
2
-53
/
+73
*
Update tests after change to llvm-cxxfilt's underscore stripping behaviour.
Tim Northover
2019-11-20
6
-14
/
+14
*
[mips] Put conditions when we need to expand memory operand into a separate f...
Simon Atanasyan
2019-11-20
1
-29
/
+36
*
[mips] Make MipsAsmParser::isEvaluated static function. NFC
Simon Atanasyan
2019-11-20
1
-21
/
+20
*
[AMDGPU][DPP] Corrected DPP combiner
Dmitry Preobrazhensky
2019-11-20
1
-6
/
+9
*
gn build: Merge 089c0f58149
LLVM GN Syncbot
2019-11-20
1
-0
/
+1
*
[CodeGen][NFC] Regenerate load-combine test with update_llc_test.
Clement Courbet
2019-11-20
4
-509
/
+673
*
[DWARF] Add an api to get "interpreted" location lists
Pavel Labath
2019-11-20
10
-1
/
+197
*
[DebugInfo] Remove the DIFlagArgumentNotModified debug info flag
Djordje Todorovic
2019-11-20
23
-58
/
+39
*
gn build: Merge ea8678d1c78
LLVM GN Syncbot
2019-11-20
1
-0
/
+1
[next]