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
*
[SchedModel] Remove instregex entries that don't match any instructions
Simon Pilgrim
2018-03-25
1
-2
/
+11
*
[X86][SkylakeClient] Fix missing comma
Simon Pilgrim
2018-03-25
1
-1
/
+1
*
[ARM] Remove sched model instregex entries that don't match any instructions ...
Simon Pilgrim
2018-03-25
3
-41
/
+39
*
[X86] Add missing full stop to comment. NFCI.
Simon Pilgrim
2018-03-25
1
-1
/
+1
*
[InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFC
Sanjay Patel
2018-03-25
8
-364
/
+423
*
[X86][SkylakeClient] Fix a set of regular expressions that were checking for ...
Craig Topper
2018-03-25
1
-18
/
+18
*
[X86][MMX] MOVQ2DQ/MOVDQ2Q are better described as WriteVecMove than WriteMove
Simon Pilgrim
2018-03-25
1
-1
/
+1
*
[X86][SkylakeServer] Merge multiple instregex. NFCI
Simon Pilgrim
2018-03-25
1
-7
/
+7
*
[X86] Update cost model for Goldmont. Add fsqrt costs for Silvermont
Craig Topper
2018-03-25
4
-23
/
+278
*
[InstCombine] adjust test comments; NFC
Sanjay Patel
2018-03-25
1
-9
/
+6
*
[InstCombine] consolidate casted icmp vector tests
Sanjay Patel
2018-03-25
1
-660
/
+43
*
[InstCombine] peek through more icmp of FP cast + bitcast
Sanjay Patel
2018-03-25
2
-139
/
+59
*
Remove reference to stale (2009) python version.
Yaron Keren
2018-03-25
1
-1
/
+1
*
[X86] Add the ability to override memory folding latency to schedules and add...
Simon Pilgrim
2018-03-25
6
-29
/
+35
*
avoid new/delete ellision in construct.pass.cpp
Eric Fiselier
2018-03-25
1
-0
/
+4
*
[X86] Consistently prefix all defs in X86ScheduleSLM.td with 'SLM'.
Craig Topper
2018-03-25
1
-79
/
+79
*
[X86] Update a partially stale comment, since SVN r328386. NFC.
Martin Storsjo
2018-03-24
1
-1
/
+1
*
[SchedModel] Remove an unneeded temporary vector.
Craig Topper
2018-03-24
1
-3
/
+2
*
[SchedModel] Use std::move in a couple places to reduce copying
Craig Topper
2018-03-24
1
-2
/
+3
*
[SchedModel] Use std::move to replace a vector instead of vector::swap
Craig Topper
2018-03-24
1
-1
/
+1
*
Fix module.modulemap after r328395
Eric Fiselier
2018-03-24
1
-6
/
+0
*
[SchedModel] Remove std::vectors that were created with 1 element and then pa...
Craig Topper
2018-03-24
1
-8
/
+5
*
[SchedModel] Record::getName() returns StringRef - avoid std::string creation...
Simon Pilgrim
2018-03-24
1
-2
/
+2
*
[SchedModel] Avoid std::string creation for instregex patterns that don't con...
Simon Pilgrim
2018-03-24
1
-2
/
+3
*
[X86][SkylakeClient] Merge xmm/ymm instructions instregex entries to reduce r...
Simon Pilgrim
2018-03-24
1
-1095
/
+478
*
[X86][Broadwell] Merge xmm/ymm instructions instregex entries to reduce regex...
Simon Pilgrim
2018-03-24
1
-1119
/
+489
*
[RISCV] Use init_array instead of ctors for RISCV target, by default
Mandeep Singh Grang
2018-03-24
5
-1
/
+77
*
[X86][Haswell] Merge xmm/ymm instructions instregex entries to reduce regex m...
Simon Pilgrim
2018-03-24
1
-318
/
+119
*
[X86][SandyBridge] Merge xmm/ymm instructions instregex entries to reduce reg...
Simon Pilgrim
2018-03-24
1
-158
/
+79
*
[Hexagon] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-24
7
-9
/
+9
*
[AMDGPU] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-24
1
-1
/
+1
*
[llvm-mca] run clang-format on all files.
Andrea Di Biagio
2018-03-24
19
-30
/
+17
*
[llvm-mca] Remove unused field in InstrBuilder. NFC
Andrea Di Biagio
2018-03-24
1
-1
/
+0
*
[InstCombine] peek through FP casts for sign-bit compares (PR36682)
Sanjay Patel
2018-03-24
3
-107
/
+36
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2018-03-24
1
-37
/
+30
*
[X86][AES] Ensure we're testing both non-VEX/VEX variants of AES instructions...
Simon Pilgrim
2018-03-24
1
-7
/
+321
*
[X86][SSE] Ensure we're testing both non-VEX/VEX variants of SSE instructions...
Simon Pilgrim
2018-03-24
6
-112
/
+12529
*
[InstCombine] add multi-use/vector tests for intrinsic shrinking; NFC
Sanjay Patel
2018-03-24
1
-29
/
+155
*
[X86][AVX1] Ensure we don't use later instruction sets in AVX1 schedule tests
Simon Pilgrim
2018-03-24
1
-9
/
+9
*
[X86][AVX2] Ensure we don't use later instruction sets in AVX2 schedule tests
Simon Pilgrim
2018-03-24
1
-9
/
+13
*
[ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allow doing custom l...
George Rimar
2018-03-24
3
-2
/
+31
*
[clang-tidy] Enable Python 3 support for add_new_check.py
Jonathan Coe
2018-03-24
1
-16
/
+18
*
[sanitizer] Fix Darwin build
Vitaly Buka
2018-03-24
2
-3
/
+7
*
[X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ...
Craig Topper
2018-03-24
6
-65
/
+37
*
Mmap interceptor providing mprotect support
Vitaly Buka
2018-03-24
7
-33
/
+77
*
[sanitizer] Fix strlcpy and strlcat interceptors on Darwin
Vitaly Buka
2018-03-24
1
-3
/
+3
*
[X86] Use unique_ptr to simplify memory management. NFC
Craig Topper
2018-03-24
4
-20
/
+14
*
[X86] Use X86_INSTR_MRM_MAPPING macro instead of listing all MRM_C0-MRM_FF fo...
Craig Topper
2018-03-24
1
-24
/
+5
*
[X86] Remove an unnecessary switch around two other switches. NFC
Craig Topper
2018-03-24
1
-69
/
+54
*
[X86] Merge the Has3DNow0F0FOpcode TSFlag into the OpMap encoding. NFC
Craig Topper
2018-03-24
6
-44
/
+42
[next]