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
*
[analyzer] [tests] Pass clang executable path to prefix-less executor scripts.
George Karpenkov
2018-07-02
1
-0
/
+1
*
Tighten up a test for -check-debugify, NFC
Vedant Kumar
2018-07-02
1
-2
/
+1
*
[CostModel][X86] Add cost tests for fp rounding intrinsics
Simon Pilgrim
2018-07-02
1
-0
/
+519
*
[X86] Don't use aligned load/store instructions for fp128 if the load/store i...
Craig Topper
2018-07-02
4
-8
/
+21
*
[AArch64][GlobalISel] Any-extend vararg parameters to stack slot size on Darwin.
Amara Emerson
2018-07-02
2
-3
/
+6
*
[clangd] Implement hover for "auto" and "decltype"
Marc-Andre Laperle
2018-07-02
4
-3
/
+415
*
[WebAssembly] Set threadmodel during LTO
Sam Clegg
2018-07-02
2
-1
/
+18
*
Revert "[Dominators] Add the DomTreeUpdater class"
Jakub Kuderski
2018-07-02
6
-1450
/
+0
*
[WebAssembly] Convert remaining tests from elf to wasm output format
Sam Clegg
2018-07-02
3
-11
/
+12
*
Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
Sjoerd Meijer
2018-07-02
2
-2
/
+3
*
[Dominators] Add the DomTreeUpdater class
Jakub Kuderski
2018-07-02
6
-0
/
+1450
*
[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique values
Simon Pilgrim
2018-07-02
2
-69
/
+34
*
[X86][SSE] Add v8i16 shift test for 2 shift values that doesn't match basic b...
Simon Pilgrim
2018-07-02
1
-0
/
+32
*
[ValueTracking] allow undef elements when matching vector abs
Sanjay Patel
2018-07-02
2
-36
/
+31
*
Disable failing test on x86_64-pc-windows-gnu, see PR38006.
Yaron Keren
2018-07-02
1
-1
/
+1
*
[CodeGen] Make block removal order deterministic in CodeGenPrepare
David Stenberg
2018-07-02
1
-3
/
+5
*
Test commit access
Balazs Keri
2018-07-02
1
-1
/
+1
*
[X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104
Alex Bradbury
2018-07-02
1
-1
/
+1
*
[ELF] - Cleanup error reporting code and cover with the test. NFC.
George Rimar
2018-07-02
2
-2
/
+21
*
[llvm-exegesis] Change how the native architecture is determined
John Brawn
2018-07-02
2
-2
/
+3
*
[X86] Use addAliasForDirective to support the .word directive (reland)
Alex Bradbury
2018-07-02
1
-25
/
+3
*
Revert r336100
Alex Bradbury
2018-07-02
1
-3
/
+25
*
[SLPVectorizer] Remove nullptr early-outs from Instruction::ShuffleVector get...
Simon Pilgrim
2018-07-02
1
-6
/
+0
*
[InstCombine] adjust shuffle tests with IR flags; NFC
Sanjay Patel
2018-07-02
1
-4
/
+3
*
[X86] Use addAliasForDirective to support the .word directive
Alex Bradbury
2018-07-02
1
-25
/
+3
*
[llvm-exegesis] Delegate the decision of cycle counter name to the target
John Brawn
2018-07-02
3
-9
/
+16
*
Recommit r328307: [IPSCCP] Use constant range information for comparisons of ...
Florian Hahn
2018-07-02
2
-124
/
+123
*
[ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.
Nico Weber
2018-07-02
2
-10
/
+36
*
[InstCombine] add tests for shuffle-binop; NFC
Sanjay Patel
2018-07-02
1
-37
/
+256
*
[SLPVectorizer] Fix alternate opcode + shuffle cost function to correct handl...
Simon Pilgrim
2018-07-02
2
-7
/
+27
*
[clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.
Sam McCall
2018-07-02
9
-174
/
+207
*
[ELF] - Remove dead code. NFC.
George Rimar
2018-07-02
1
-1
/
+0
*
[SLPVectorizer] Only Alternate opcodes use ShuffleVector cases for getEntryCo...
Simon Pilgrim
2018-07-02
1
-1
/
+5
*
[AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar, vector)
Sander de Smalen
2018-07-02
13
-0
/
+763
*
[AArch64][SVE] Asm: Support for (saturating) vector INC/DEC instructions.
Sander de Smalen
2018-07-02
37
-0
/
+750
*
[X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters to permit basic llvm-exeg...
Simon Pilgrim
2018-07-02
1
-0
/
+2
*
[OMPT] Use alloca() to force availability of frame pointer
Joachim Protze
2018-07-02
1
-0
/
+4
*
[OMPT] Add tests for runtime entry points from non-OpenMP threads
Joachim Protze
2018-07-02
1
-12
/
+53
*
[OMPT] Add testcases for thread_begin and thread_end callbacks
Joachim Protze
2018-07-02
2
-0
/
+72
*
[OMPT] Provide the right thread_num for ancestor levels
Joachim Protze
2018-07-02
2
-3
/
+371
*
[Mips][FastISel] Do not duplicate condition while lowering branches
Petar Jovanovic
2018-07-02
2
-4
/
+29
*
Fix for r336080: Missing colon in REQUIRES line
Philip Pfaffe
2018-07-02
1
-1
/
+1
*
[ELF] - Change dyn_cast to cast. NFC.
George Rimar
2018-07-02
1
-1
/
+1
*
[AArch64][SVE] Asm: Support for vector element compares (immediate).
Sander de Smalen
2018-07-02
22
-0
/
+704
*
[polly-acc] change cl_get_* return types to 32/64bit
Philip Pfaffe
2018-07-02
2
-9
/
+107
*
Reapply r334980 and r334983.
Sander de Smalen
2018-07-02
48
-110
/
+1126
*
[NFC] Test that shows unprofitability of instcombine with bit ranges
Max Kazantsev
2018-07-02
1
-0
/
+32
*
[X86] Put some cases in switch statements back on one line to be more compact...
Craig Topper
2018-07-02
1
-566
/
+186
*
[llvm-exegesis][NFC] Cleanup useless braces.
Clement Courbet
2018-07-02
1
-16
/
+8
*
[X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary s...
Craig Topper
2018-07-02
4
-234
/
+149
[next]