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
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting r306695 while investigating failing test case.
Alexandre Isoard
2017-06-29
1
-26
/
+0
*
fix trivial typo, NFC
Hiroshi Inoue
2017-06-29
1
-1
/
+1
*
Remove useless header. NFC
Xin Tong
2017-06-29
1
-1
/
+0
*
[Dominators] Add parent and sibling property verification (non-hacky)
Jakub Kuderski
2017-06-29
1
-2
/
+15
*
[ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct ...
Leo Li
2017-06-29
1
-35
/
+60
*
PredicateInfo: Use OrderedInstructions instead of our homemade
Daniel Berlin
2017-06-29
1
-51
/
+27
*
NewGVN: Remove useless test in addPhiOfOps.
Daniel Berlin
2017-06-29
1
-2
/
+1
*
Remove unneeded else from OrderedInstructions::dominates.
Daniel Berlin
2017-06-29
1
-2
/
+1
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
12
-94
/
+96
*
ScalarEvolution: Add URem support
Alexandre Isoard
2017-06-29
1
-0
/
+26
*
[Hexagon] Keep all phi nodes when building DFG in addr-mode-opt
Krzysztof Parzyszek
2017-06-29
1
-4
/
+6
*
[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI.
Nirav Dave
2017-06-29
2
-21
/
+35
*
[llvm-objdump] Handle invalid instruction gracefully on ARM
Eugene Leviant
2017-06-29
1
-1
/
+1
*
bpf: remove unnecessary truncate operation
Yonghong Song
2017-06-29
1
-77
/
+235
*
[PowerPC] fix potential verification error on __tls_get_addr
Hiroshi Inoue
2017-06-29
3
-4
/
+22
*
[DWARF] - Fix message reporting about broken relocation.
George Rimar
2017-06-29
1
-1
/
+1
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
13
-716
/
+22
*
[TBAA] Remove metadata keyword from IR examples in comments (NFC).
Florian Hahn
2017-06-29
1
-10
/
+10
*
[TargetTransformInfo, API] Add a list of operands to TTI::getUserCost
Evgeny Astigeevich
2017-06-29
3
-6
/
+8
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
3
-25
/
+12
*
[GlobalISel][X86] Support vector type G_MERGE_VALUES selection.
Igor Breger
2017-06-29
1
-0
/
+53
*
[LLVM][X86][Goldmont] Adding new target-cpu: Goldmont
Michael Zuckerman
2017-06-29
3
-2
/
+40
*
[SLPVectorizer] Introducing getTreeEntry() helper function [NFC]
Dinar Temirbulatov
2017-06-29
1
-34
/
+33
*
[ARM] Add tGPRwithpc register class and use it for TBB/THH
Florian Hahn
2017-06-29
2
-4
/
+8
*
[BinaryFormat] Identify AArch64 COFF files
Martin Storsjo
2017-06-29
1
-2
/
+2
*
llvm-profdata: Indirect infrequently used fields to reduce memory usage
David Blaikie
2017-06-29
1
-8
/
+7
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-06-29
2
-10
/
+18
*
[InstCombine] In visitXor, use m_Not on the instruction itself instead of loo...
Craig Topper
2017-06-29
1
-3
/
+2
*
[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-06-29
11
-46
/
+127
*
[InstCombine] Retain TBAA when narrowing memory accesses
Keno Fischer
2017-06-28
2
-3
/
+29
*
Introduce symbol cache to PDB NativeSession
Adrian McCarthy
2017-06-28
2
-5
/
+20
*
AMDGPU: Remove SITypeRewriter
Matt Arsenault
2017-06-28
4
-159
/
+0
*
Fix a typo.
Eric Christopher
2017-06-28
1
-1
/
+1
*
Fold fneg and fabs like multiplications
Stanislav Mekhanoshin
2017-06-28
1
-0
/
+46
*
[AArch64] Make assert messages uniform and general [NFC]
Mandeep Singh Grang
2017-06-28
4
-8
/
+5
*
[AArch64][Falkor] Attempt to fix Windows buildbots
Geoff Berry
2017-06-28
1
-1
/
+1
*
Reuse existing variables. NFC.
Rafael Espindola
2017-06-28
1
-11
/
+9
*
[AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unroll...
Geoff Berry
2017-06-28
1
-0
/
+59
*
Reuse existing variable. NFC.
Rafael Espindola
2017-06-28
1
-2
/
+2
*
[LV] Fix PR33613 - retain order of insertelement per part
Ayal Zaks
2017-06-28
1
-6
/
+7
*
Fix PR33625.
Rafael Espindola
2017-06-28
1
-1
/
+1
*
Don't repeat name in comment and format. NFC.
Rafael Espindola
2017-06-28
1
-19
/
+15
*
[LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCount
Geoff Berry
2017-06-28
1
-0
/
+2
*
[InstCombine] use local variable to reduce code; NFCI
Sanjay Patel
2017-06-28
1
-18
/
+14
*
Rangify loops, formatting changes, use bool instead of unsigned, NFC
Krzysztof Parzyszek
2017-06-28
1
-18
/
+16
*
Don't repeat names and reformat. NFC.
Rafael Espindola
2017-06-28
1
-46
/
+37
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
14
-31
/
+37
*
Missed a check for UndefVI in r306466
Krzysztof Parzyszek
2017-06-28
1
-1
/
+1
*
[AArch64] AArch64CondBrTuningPass generates wrong branch instructions
Alexandros Lamprineas
2017-06-28
1
-3
/
+3
*
Don't repeat name in comments. 80 columns. NFC.
Rafael Espindola
2017-06-28
1
-22
/
+16
[next]