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
*
[NewGVN] Remove dead SwitchEdges variable; NFC
Nikita Popov
2019-06-22
1
-4
/
+0
*
[LFTR] Add tests for PR41998; NFC
Nikita Popov
2019-06-22
1
-0
/
+73
*
[X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrinsics tests.
Craig Topper
2019-06-22
4
-390
/
+390
*
AArch64: Add support for reading pc using llvm.read_register.
Peter Collingbourne
2019-06-22
2
-0
/
+19
*
[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay
Fangrui Song
2019-06-22
2
-9
/
+0
*
Make GlobalISel depend on SelectionDAG after D63169
Fangrui Song
2019-06-22
1
-1
/
+1
*
AMDGPU: Fix target builtins for gfx10
Matt Arsenault
2019-06-22
8
-3
/
+14
*
Fix UNSUPPORTED attribute from windows to system-windows.
Douglas Yung
2019-06-22
1
-1
/
+1
*
[llvm-objdump] Allow --disassemble-functions to take demangled names
Yuanfang Chen
2019-06-22
3
-36
/
+71
*
[NFC] Marking test added in r363975 as unsupported on Windows.
Douglas Yung
2019-06-22
1
-0
/
+2
*
[ODRHash] Skip some typedef types.
Richard Trieu
2019-06-22
2
-1
/
+107
*
[llvm-objdump] Move --start-address >= --stop-address check out of the
Yuanfang Chen
2019-06-22
2
-5
/
+5
*
AArch64: Prefer FP-relative debug locations in HWASANified functions.
Peter Collingbourne
2019-06-22
4
-11
/
+59
*
gn build: Merge r364046.
Peter Collingbourne
2019-06-22
1
-0
/
+1
*
[COFF, ARM64] Fix encoding of debugtrap for Windows
Tom Tan
2019-06-21
5
-0
/
+30
*
Add new style meta-programming primatives.
Eric Fiselier
2019-06-21
3
-28
/
+245
*
[lit] Deduplicate logic in toolchain.py
Jonas Devlieghere
2019-06-21
1
-6
/
+4
*
[lit] Make lit-lldb-init configurable by CMake
Jonas Devlieghere
2019-06-21
3
-2
/
+6
*
Revert [SLP] Look-ahead operand reordering heuristic.
Reid Kleckner
2019-06-21
2
-276
/
+93
*
Remove binary finally accidentially committed in r364109
Erich Keane
2019-06-21
1
-0
/
+0
*
Ensure Target Features always_inline error happens in C++ cases.
Erich Keane
2019-06-21
6
-13
/
+37
*
Fix has_attribute.cpp test on Windows after r364102
Reid Kleckner
2019-06-21
1
-2
/
+2
*
[llvm-lipo] Implement -thin
Shoaib Meenai
2019-06-21
8
-5
/
+489
*
[clang-tidy] misc-unused-parameters: don't comment out parameter name for C code
Matthias Gehre
2019-06-21
2
-5
/
+10
*
[ASan] Use dynamic shadow on 32-bit iOS and simulators
Julian Lettner
2019-06-21
4
-41
/
+53
*
clang-format a block; NFC
George Burgess IV
2019-06-21
1
-6
/
+7
*
PR42301: Abort cleanly if we encounter a huge source file rather than
Richard Smith
2019-06-21
2
-0
/
+27
*
Fix __has_cpp_attribute expansion to produce trailing L and (where
Richard Smith
2019-06-21
2
-87
/
+77
*
[X86] Add test cases for incorrect shrinking of volatile vector loads from 12...
Craig Topper
2019-06-21
1
-0
/
+34
*
Devirtualize destructor of final class.
Hiroshi Yamauchi
2019-06-21
2
-3
/
+50
*
AMDGPU: Fix not using s33 for scratch wave offset in kernels
Matt Arsenault
2019-06-21
4
-16
/
+22
*
[Target] Decouple ObjCLanguageRuntime from LanguageRuntime
Alex Langford
2019-06-21
16
-65
/
+135
*
[X86] Add DAG combine to turn (vzmovl (insert_subvector undef, X, 0)) into (i...
Craig Topper
2019-06-21
6
-70
/
+25
*
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...
Marshall Clow
2019-06-21
3
-21
/
+115
*
[X86] Don't mark v64i8/v32i16 ISD::SELECT as custom unless they are legal types.
Craig Topper
2019-06-21
2
-7
/
+108
*
[X86] Add avx512bw command lines to avx512-select.ll
Craig Topper
2019-06-21
1
-89
/
+192
*
[X86] Add a debug print of the node in the default case for unhandled opcodes...
Craig Topper
2019-06-21
1
-0
/
+4
*
[X86][AVX] Combine INSERT_SUBVECTOR(SRC0, EXTRACT_SUBVECTOR(SRC1)) as shuffle
Simon Pilgrim
2019-06-21
6
-86
/
+148
*
Revert [test][Driver] Fix Clang :: Driver/cl-response-file.c
Reid Kleckner
2019-06-21
1
-1
/
+1
*
[clang-scan-deps] print the dependencies to stdout
Alex Lorenz
2019-06-21
5
-21
/
+88
*
Quote path to Python executable in case it has spaces
Reid Kleckner
2019-06-21
1
-3
/
+13
*
[AArch64][GlobalISel] Implement selection support for the new G_JUMP_TABLE an...
Amara Emerson
2019-06-21
4
-1
/
+178
*
[GlobalISel][IRTranslator] Change switch table translation to generate jump t...
Amara Emerson
2019-06-21
6
-181
/
+816
*
[SLP] Look-ahead operand reordering heuristic.
Simon Pilgrim
2019-06-21
2
-93
/
+276
*
[NFC] Update shl-sub tests
David Bolvansky
2019-06-21
1
-15
/
+14
*
[InstCombine] add tests for ctpop folds; NFC
Sanjay Patel
2019-06-21
1
-0
/
+117
*
Fix ARM buildbot.
Richard Smith
2019-06-21
1
-4
/
+4
*
[OPENMP]Fix PR42068: Vla type is not captured.
Alexey Bataev
2019-06-21
2
-9
/
+40
*
[X86] Use vmovq for v4i64/v4f64/v8i64/v8f64 vzmovl.
Craig Topper
2019-06-21
7
-90
/
+60
*
Ensure that top-level QualType objects also have a "kind" field when dumping ...
Aaron Ballman
2019-06-21
2
-0
/
+73
[next]