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
*
[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
*
[C++17] Fix class template argument deduction for default constructors withou...
Zhihao Yuan
2018-03-24
3
-8
/
+18
*
Add REQUIRES lines for the targets being checked in this test.
Eric Christopher
2018-03-24
1
-0
/
+3
*
[HWASan] Fix use-after-free.cc test on x86-64
Alex Shlyapnikov
2018-03-24
1
-1
/
+1
*
[analyzer] Do not crash in CallEvent.getReturnType()
George Karpenkov
2018-03-24
3
-3
/
+23
*
[X86] Add a DAG combine to simplify PMULDQ/PMULUDQ nodes
Craig Topper
2018-03-24
2
-18
/
+45
*
[ODRHash] Support pointer and reference types.
Richard Trieu
2018-03-24
2
-0
/
+140
*
Remove duplicated const qualifier.
Alex Shlyapnikov
2018-03-24
1
-1
/
+1
*
Add a SectionBase::getVA helper. NFC.
Rafael Espindola
2018-03-24
7
-21
/
+21
*
Do not add a dummy entry to SharedFile::Verdefs. NFC.
Rui Ueyama
2018-03-24
2
-10
/
+7
*
Allow FDE references outside the +/-2GB range supported by PC relative
Eric Christopher
2018-03-24
2
-21
/
+46
*
Remove unused header from EntryExitInstrumenter
David Blaikie
2018-03-24
1
-1
/
+0
*
[X86] Correct the value AdSizeX in X86II enum. NFC
Craig Topper
2018-03-24
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
60
-65
/
+61
*
Fix layering of CodeGen/TargetOpcodes.def by moving it to Support
David Blaikie
2018-03-23
4
-4
/
+4
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
74
-81
/
+80
*
Fix layering by moving Support/CodeGenCWrappers.h to Target
David Blaikie
2018-03-23
3
-5
/
+5
*
Fix layering by moving X86DisassemblerDecoderCommon to Support
David Blaikie
2018-03-23
4
-4
/
+4
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
38
-38
/
+38
*
Move a Repl access.
Rafael Espindola
2018-03-23
2
-3
/
+2
*
Drop redundant ->Repl.
Rafael Espindola
2018-03-23
1
-1
/
+1
*
Add support for __attribute__(trivial_abi).
Jim Ingham
2018-03-23
5
-2
/
+150
*
Partially Revert "Workaround GCC bug PR78489 - SFINAE order is not respected."
Eric Fiselier
2018-03-23
1
-12
/
+17
*
[GuardWidening] Group code by class [NFC]
Philip Reames
2018-03-23
1
-39
/
+40
*
[X86] Fix Windows `i1 zeroext` conventions to use i8 instead of i32
Reid Kleckner
2018-03-23
9
-7
/
+91
*
[HWASan] Port HWASan to Linux x86-64 (compiler-rt)
Alex Shlyapnikov
2018-03-23
6
-43
/
+96
*
[libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.
Matt Morehouse
2018-03-23
6
-10
/
+19
[next]