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
*
[CodeView] Omit forward references for unnamed structs and unions
Brock Wyma
2018-03-13
4
-38
/
+337
*
[llvm-mca] Use a const ArrayRef in a few places. NFC
Andrea Di Biagio
2018-03-13
2
-15
/
+16
*
[TTI] Fix a typo in the comment
Haicheng Wu
2018-03-13
1
-1
/
+1
*
[llvm-mca] Fix unused variable warning in opt mode.
Clement Courbet
2018-03-13
1
-1
/
+1
*
[Hexagon] Clang side of r327302 in LLVM
Krzysztof Parzyszek
2018-03-13
2
-24
/
+38
*
[WebAssembly] Demangle symbol names for use by the browser debugger
Nicholas Wilson
2018-03-13
3
-3
/
+75
*
[WebAssembly] Use helper macro from ELF/Options.td to tidy. NFC
Nicholas Wilson
2018-03-13
1
-15
/
+9
*
[WebAssembly] Add missing --demangle arg
Nicholas Wilson
2018-03-13
3
-0
/
+27
*
[llvm-mca] Refactor event listeners to make the backend agnostic to event types.
Clement Courbet
2018-03-13
12
-137
/
+162
*
[mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.
Simon Dardis
2018-03-13
2
-8
/
+473
*
[clangd] Fix irrelevant declaratations in goto definition (on macros).
Haojian Wu
2018-03-13
2
-0
/
+19
*
[clangd] Remove extra ";", NFC.
Haojian Wu
2018-03-13
1
-1
/
+1
*
[X86][SSE41] createVariablePermute v2X64 - PCMPEQQ can test for index 0/1 and...
Simon Pilgrim
2018-03-13
2
-15
/
+22
*
[dsymutil] Unbreak non-Darwin bots.
Jonas Devlieghere
2018-03-13
1
-3
/
+3
*
clang-import-test: fix build with clang-3.8
Pavel Labath
2018-03-13
1
-1
/
+1
*
[dsymutil] Introduce LinkContext. NFC.
Jonas Devlieghere
2018-03-13
2
-219
/
+338
*
[Evaluator] Evaluate load/store with bitcast
Eugene Leviant
2018-03-13
4
-46
/
+95
*
Fix clang-3.8 build
Pavel Labath
2018-03-13
1
-1
/
+1
*
Fix linux s390x build (pr36694)
Pavel Labath
2018-03-13
1
-1
/
+1
*
[ELF] - Implement INSERT BEFORE.
George Rimar
2018-03-13
6
-16
/
+60
*
[ELF] - Fix wrong "REQUIRES" in test.
George Rimar
2018-03-13
1
-1
/
+1
*
[ELF] - Restrict section offsets that exceeds file size.
George Rimar
2018-03-13
3
-6
/
+53
*
[CodeGenPrepare] Respect endianness in splitMergedValStore.
Jonas Paulsson
2018-03-13
2
-1
/
+24
*
[ELF] - Drop special flags for empty output sections.
George Rimar
2018-03-13
2
-7
/
+32
*
[SCEV][NFC] Smarter implementation of isAvailableAtLoopEntry
Max Kazantsev
2018-03-13
1
-53
/
+1
*
[MergeICmps] Make sure that the comparison only has one use.
Clement Courbet
2018-03-13
2
-0
/
+109
*
bpf: Enhance debug information for peephole optimization passes
Yonghong Song
2018-03-13
1
-1
/
+19
*
bpf: New post-RA peephole optimization pass to eliminate bad RA codegen
Yonghong Song
2018-03-13
3
-8
/
+111
*
bpf: Don't expand BSWAP on i32, promote it
Yonghong Song
2018-03-13
1
-1
/
+1
*
bpf: Support subregister definition check on PHI node
Yonghong Song
2018-03-13
1
-2
/
+16
*
bpf: Extends zero extension elimination beyond comparison instructions
Yonghong Song
2018-03-13
2
-93
/
+77
*
bpf: J*_RR should check both operands
Yonghong Song
2018-03-13
2
-6
/
+24
*
bpf: Tighten subregister definition check
Yonghong Song
2018-03-13
2
-1
/
+50
*
bpf: Add more check directives in peephole testcase
Yonghong Song
2018-03-13
1
-0
/
+4
*
Revert [SCEV] Fix isKnownPredicate
Serguei Katkov
2018-03-13
3
-119
/
+27
*
[SCEV] Fix isKnownPredicate
Serguei Katkov
2018-03-13
3
-27
/
+119
*
[polly] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-13
1
-1
/
+1
*
Reland r327041: [ThinLTO] Keep available_externally symbols live
Vlad Tsyrklevich
2018-03-13
4
-3
/
+53
*
[LTO] Return proper error object rather than null LTOModule
Adam Nemet
2018-03-13
1
-1
/
+1
*
[ThinLTO] Add funtions in callees metadata to CallGraphEdges
Taewook Oh
2018-03-13
3
-0
/
+68
*
Use PLT relocations in test.
Rafael Espindola
2018-03-13
1
-4
/
+4
*
[ExpressionParser] Fix crash when evaluating invalid expresssions.
Davide Italiano
2018-03-13
3
-0
/
+27
*
[LegalizeTypes] In SplitVecOp_TruncateHelper, use GetSplitVector on the input...
Craig Topper
2018-03-13
2
-330
/
+167
*
Add missing "env" so that test added in r327322 passes on Windows bots.
Douglas Yung
2018-03-13
1
-1
/
+1
*
[lld] Fix comdat tests
Alexander Shaposhnikov
2018-03-13
3
-0
/
+10
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
4
-6
/
+62
*
ObjCARC: address review comments from majnemer
Saleem Abdulrasool
2018-03-12
1
-8
/
+5
*
[lit] `llvm-mc` is now a dependency to run tests.
Davide Italiano
2018-03-12
1
-0
/
+1
*
[llvm] Fix mc tests
Alexander Shaposhnikov
2018-03-12
1
-0
/
+4
*
[analyzer] Support temporaries conjured by conservatively evaluated functions.
Artem Dergachev
2018-03-12
3
-17
/
+81
[next]