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
*
AMDGPU: Remove some dead code
Tom Stellard
2018-04-30
1
-4
/
+0
*
[OPENMP] Do not crash on incorrect input data.
Alexey Bataev
2018-04-30
3
-12
/
+63
*
Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
Jan Kratochvil
2018-04-30
9
-19
/
+42
*
[llvm-mca] Correctly handle zero-latency stores that consume pipeline resources.
Andrea Di Biagio
2018-04-30
3
-2
/
+48
*
[SystemZ] Refactor some VT casts in DAG match patterns
Ulrich Weigand
2018-04-30
1
-59
/
+59
*
[SystemZ] Improve handling of Select pseudo-instructions
Ulrich Weigand
2018-04-30
7
-32
/
+32
*
IWYU for llvm-config.h, removals. Also see r331184.
Nico Weber
2018-04-30
5
-5
/
+0
*
[clangd] Using index for GoToDefinition.
Haojian Wu
2018-04-30
6
-85
/
+275
*
[X86] Drop unnecessary VPORrm InstrRW override in SkylakeServer.
Simon Pilgrim
2018-04-30
1
-1
/
+0
*
[X86] Fix SkylakeServer typo in WritePSADBW class - it only uses 1 resource.
Simon Pilgrim
2018-04-30
1
-1
/
+1
*
AMDGPU/GlobalISel: Don't try to lower geometry shaders
Tom Stellard
2018-04-30
1
-0
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
152
-15
/
+155
*
[BranchFolding] Salvage DBG_VALUE instructions from empty blocks
Bjorn Pettersson
2018-04-30
2
-0
/
+171
*
[SelectionDAG] Improve selection of DBG_VALUE using a PHI node result
Bjorn Pettersson
2018-04-30
8
-4
/
+400
*
Fix warning: result of 32-bit shift implicitly converted to 64 bits - NFC
Zaara Syeda
2018-04-30
1
-1
/
+1
*
llgs tests: Use noack-mode for communication to avoid pr37294
Pavel Labath
2018-04-30
2
-2
/
+16
*
NFC, Avoid a warning on pointer casting in PassPlugin.cpp
Gabor Buella
2018-04-30
1
-2
/
+4
*
Revert "[mips] Fix the predicates of jump and branch and link instructions"
Simon Dardis
2018-04-30
4
-69
/
+51
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
13
-8
/
+5
*
Remove unnecessary indirection. No behavior change.
Nico Weber
2018-04-30
1
-12
/
+6
*
[mips] Fix the predicates of jump and branch and link instructions
Simon Dardis
2018-04-30
4
-51
/
+69
*
[LV] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-8
/
+3
*
ObjectFileELF: Add support for arbitrarily named code sections
Pavel Labath
2018-04-30
5
-0
/
+73
*
Fixup r331049 (FileSpec auto-normalization)
Pavel Labath
2018-04-30
2
-11
/
+5
*
[bindings] Fix dibuilder go bindings after r331114.
Benjamin Kramer
2018-04-30
1
-7
/
+7
*
[llvm-mca] Regenerate test Atom/resources-sse3.s. NFC
Andrea Di Biagio
2018-04-30
1
-47
/
+41
*
[llvm-mca] Support for in-order CPU for -instruction-tables testing.
Andrea Di Biagio
2018-04-30
8
-1
/
+3788
*
[clangd] Also use UTF-16 in index position.
Haojian Wu
2018-04-30
2
-7
/
+12
*
[X86] Fix typo in skylake-avx512 model for PMAXSD/PMINSD instructions
Simon Pilgrim
2018-04-30
1
-20
/
+20
*
NFC - Typo fixes lib/VMCore -> lib/IR
Gabor Buella
2018-04-30
2
-2
/
+2
*
[mips] Fix microMIPS loads and stores.
Simon Dardis
2018-04-30
6
-41
/
+1565
*
[Targets] Implement getConstraintRegister for ARM and AArch64
Mikhail Maltsev
2018-04-30
5
-0
/
+29
*
tsan: disable trace switching after multithreaded fork
Dmitry Vyukov
2018-04-30
2
-0
/
+6
*
[AArch64][SVE] Asm: Improve diagnostics for gather loads.
Sander de Smalen
2018-04-30
13
-55
/
+74
*
[X86] Add a Requires<[In64BitMode]> to FARJMP64
Craig Topper
2018-04-30
3
-2
/
+5
*
[X86] Hide another instruction from the assembly matcher table to avoid a dup...
Craig Topper
2018-04-30
1
-0
/
+1
*
[X86] Remove some InstAliases aren't needed because a MnemonicAlias makes the...
Craig Topper
2018-04-30
1
-3
/
+0
*
[X86] Remove some instructions from the Intel assembly matcher table as there...
Craig Topper
2018-04-30
1
-2
/
+2
*
[X86] Use a MnemonicAlias instead of an InstAlias.
Craig Topper
2018-04-30
2
-9
/
+8
*
Fix up after clang r331155.
Richard Smith
2018-04-30
6
-12
/
+16
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
35
-216
/
+379
*
[X86] Remove support for accepting 'fnstsw %eax' and 'fnstsw %al'.
Craig Topper
2018-04-30
3
-12
/
+1
*
[X86] Mark some more InstAliases as 'att' syntax only.
Craig Topper
2018-04-30
1
-6
/
+6
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.
Fangrui Song
2018-04-30
2
-9
/
+9
*
Remove a dead #ifdef.
Nico Weber
2018-04-30
1
-2
/
+0
*
Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system
Nico Weber
2018-04-29
3
-7
/
+4
*
[X86] Make 64-bit sysret/sysexit not ambiguous in Intel assembly syntax.
Craig Topper
2018-04-29
2
-2
/
+11
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
14
-5
/
+51
*
[X86] Remove unnecessary BT InstRW overrides.
Simon Pilgrim
2018-04-29
1
-5
/
+1
*
[AArch64][AsmParser] NFC: Cleanup of addOperands functions
Sander de Smalen
2018-04-29
4
-230
/
+81
[next]