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
*
[Windows][NFC] Fix tests after r374528.
Aleksandr Urakov
2019-10-15
1
-3
/
+0
*
[ARM][MVE] validForTailPredication insts
Sam Parker
2019-10-15
5
-148
/
+530
*
[InstCombine] fold a shifted bool zext to a select (2nd try)
Sanjay Patel
2019-10-15
3
-8
/
+21
*
[clang-tools-extra] Fix overzealous linking of dylib to clangTidy
Michal Gorny
2019-10-15
1
-1
/
+1
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
19
-77
/
+77
*
gn build: Merge r374882
GN Sync Bot
2019-10-15
1
-0
/
+1
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
37
-228
/
+830
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
23
-51
/
+322
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
33
-86
/
+96
*
[DebugInfo] Add interface for pre-calculating the size of emitted DWARF
David Stenberg
2019-10-15
5
-27
/
+130
*
[X86] Resolve KnownUndef/KnownZero bits into target shuffle masks in helper. ...
Simon Pilgrim
2019-10-15
1
-9
/
+18
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
22
-91
/
+115
*
Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-10-15
1
-2
/
+2
*
[llvm-locstats] Fix 'only params' no entry value stats
Djordje Todorovic
2019-10-15
1
-0
/
+1
*
[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[LLD] [COFF] Fix -Wmissing-field-initializers warnings. NFC.
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[MIPS GlobalISel] Add MSA registers to fprb. Select vector load, store
Petar Avramovic
2019-10-15
8
-26
/
+633
*
Change Comments SmallVector to std::vector in DebugLocStream [NFC]
David Stenberg
2019-10-15
2
-3
/
+3
*
[MIPS GlobalISel] Refactor MipsRegisterBankInfo [NFC]
Petar Avramovic
2019-10-15
2
-153
/
+127
*
[LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.
Martin Storsjo
2019-10-15
3
-22
/
+26
*
tsan: fix Go ppc64le build
Dmitry Vyukov
2019-10-15
1
-0
/
+2
*
[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triples
Martin Storsjo
2019-10-15
2
-2
/
+2
*
[LLDB] [Windows] Initial support for ARM64 register contexts
Martin Storsjo
2019-10-15
11
-3
/
+1449
*
[Demangle] Add a few more options to the microsoft demangler
Martin Storsjo
2019-10-15
6
-21
/
+86
*
[Format] Add machine-readable SPDX license ID to clang-format.el
Sam McCall
2019-10-15
1
-0
/
+1
*
Fix TestDisassemble_VST1_64
Pavel Labath
2019-10-15
1
-7
/
+7
*
[X86] Don't check for VBROADCAST_LOAD being a user of the source of a VBROADC...
Craig Topper
2019-10-15
1
-3
/
+1
*
Revert [SROA] Reuse existing lifetime markers if possible
David L. Jones
2019-10-15
2
-77
/
+2
*
[RISCV] Support fast calling convention
Shiva Chen
2019-10-15
3
-2
/
+223
*
[WebAssembly] Trapping fptoint builtins and intrinsics
Thomas Lively
2019-10-15
6
-0
/
+186
*
[libc++][test] Use <version> to get config on MSVC
Casey Carter
2019-10-15
3
-6
/
+6
*
[lldb-server/android] Show more processes by relaxing some checks
Walter Erquinigo
2019-10-15
1
-34
/
+45
*
Revert "fix"
Walter Erquinigo
2019-10-14
1
-45
/
+34
*
Revert [InstCombine] fold a shifted bool zext to a select
Sanjay Patel
2019-10-14
3
-10
/
+8
*
[MemorySSA] Update for partial unswitch.
Alina Sbirlea
2019-10-14
11
-0
/
+135
*
[X86] Teach X86MCodeEmitter to properly encode zmm16-zmm31 as index register ...
Craig Topper
2019-10-14
2
-10
/
+13
*
[X86] Add encoding tests for avx512pf vgatherpf/vscatterpf instructions.
Craig Topper
2019-10-14
1
-0
/
+65
*
[lit] Add argument check: --timeout must be non-negative integer
Julian Lettner
2019-10-14
1
-7
/
+13
*
fix
Walter Erquinigo
2019-10-14
1
-34
/
+45
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
34
-1428
/
+83
*
Temporarily Revert [Modules][PCH] Hash input files content
Eric Christopher
2019-10-14
12
-247
/
+29
*
[Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-14
12
-29
/
+247
*
Add -fno-experimental-pass-manager to make clear which pass manager
Eric Christopher
2019-10-14
1
-1
/
+1
*
In the new pass manager use PTO.LoopUnrolling to determine when and how
Eric Christopher
2019-10-14
2
-6
/
+18
*
[clang] add requirements to -Wa,-W test cases.
Jian Cai
2019-10-14
1
-0
/
+3
*
[test] Fix test failure
Eli Friedman
2019-10-14
1
-8
/
+6
*
[Tests] Add a SCEV analysis test for llvm.widenable.condition
Philip Reames
2019-10-14
1
-0
/
+45
*
Add support to -Wa,-W in clang
Jian Cai
2019-10-14
2
-1
/
+15
*
Revert "Add support to -Wa,-W in clang"
Jian Cai
2019-10-14
2
-15
/
+1
*
[ARM][AsmParser] handles offset expression in parentheses
Jian Cai
2019-10-14
2
-5
/
+27
[next]