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
/
test
/
Transforms
/
GVN
/
PRE
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GVN] Do PHI translations across all edges between the load and the unavailab...
Florian Hahn
2019-08-21
1
-0
/
+125
*
Recommit "[GVN] Preserve loop related analysis/canonical forms."
Florian Hahn
2019-07-31
1
-2
/
+8
*
Revert [GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
1
-8
/
+2
*
[GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
1
-2
/
+8
*
[GVN+LICM] Use line 0 locations for better crash attribution
Vedant Kumar
2019-04-19
1
-3
/
+4
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
34
-0
/
+4461
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
34
-4461
/
+0
*
[GVN] Don't perform scalar PRE on GEPs
Alexandros Lamprineas
2018-12-06
1
-13
/
+61
*
[MemDep] Use PhiValuesAnalysis to improve alias analysis results
John Brawn
2018-07-31
1
-2
/
+4
*
[GVN] Don't use the eliminated load as an available value in phi construction
John Brawn
2018-07-23
2
-0
/
+121
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-0
/
+82
*
[Debugify] Move debug value intrinsics closer to their operand defs
Vedant Kumar
2018-06-06
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
3
-3
/
+3
*
[GVN] Partially revert debug info salvage change (r325063)
Vedant Kumar
2018-02-16
1
-1
/
+1
*
[GVN] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
1
-1
/
+6
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-24
1
-1
/
+1
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-11
/
+11
*
[PRE] Add a bunch of test cases for LICM-like PRE patterns
Philip Reames
2018-01-03
1
-0
/
+168
*
[GVN] Prevent ScalarPRE from hoisting across instructions that don't pass con...
Max Kazantsev
2017-11-28
1
-0
/
+125
*
[GVN PRE] Patch the source for Phi node in PRE
Serguei Katkov
2017-11-09
2
-0
/
+88
*
Reapply "[GVN] Prevent LoadPRE from hoisting across instructions that don't p...
Max Kazantsev
2017-10-31
4
-0
/
+429
*
Remove a test after revert of rL315440
Max Kazantsev
2017-10-17
1
-146
/
+0
*
[NFC] Add test from bug 34937
Max Kazantsev
2017-10-17
1
-0
/
+32
*
Revert 315440 on behalf of mkazantsev
Philip Reames
2017-10-17
1
-28
/
+0
*
[GVN] Prevent LoadPRE from hoisting across instructions that don't pass contr...
Max Kazantsev
2017-10-11
2
-0
/
+174
*
[GVN] Remove stale entries in phitranslate cache when new phi is generated fo...
Wei Mi
2017-08-08
1
-0
/
+45
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre"
Wei Mi
2017-07-28
3
-4
/
+135
*
Fix DebugLoc propagation for unreachable LoadInst
Weiming Zhao
2017-07-19
2
-2
/
+81
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-3
/
+3
*
Revert "[GVN] Recommit the patch "Add phi-translate support in scalarpre"."
Benjamin Kramer
2017-07-03
3
-135
/
+4
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
Wei Mi
2017-06-26
3
-4
/
+135
*
Revert rL305578. There is still some buildbot failure to be fixed.
Wei Mi
2017-06-16
3
-135
/
+4
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
Wei Mi
2017-06-16
3
-4
/
+135
*
Revert rL304050. It may break sanitizer bootstrap. Revert it for now while in...
Wei Mi
2017-05-31
3
-109
/
+4
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
Wei Mi
2017-05-27
3
-4
/
+109
*
Revert rL303923 since it broke the sanitizer bootstrap build bot.
Wei Mi
2017-05-26
3
-109
/
+4
*
[GVN] Add phi-translate support in scalarpre.
Wei Mi
2017-05-25
3
-4
/
+109
*
[GVN] Fix a crash on encountering non-integral pointers
Keno Fischer
2017-05-09
1
-0
/
+39
*
ConstantFold: Fold getelementptr (i32, i32* null, i64 undef) to null.
Daniel Berlin
2017-05-08
1
-4
/
+3
*
opt: Rename -default-data-layout flag to -data-layout and make it always over...
Peter Collingbourne
2017-02-17
2
-3
/
+3
*
[DWARF] Null out the debug locs of load instructions that have been moved by ...
Wolfgang Pieb
2017-01-04
1
-7
/
+6
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-1
/
+1
*
Revert "[GVN/PRE] Hoist global values outside of loops."
Davide Italiano
2016-10-21
2
-57
/
+10
*
[GVN/PRE] Hoist global values outside of loops.
Davide Italiano
2016-10-15
2
-10
/
+57
*
Don't look through addrspacecast in GetPointerBaseWithConstantOffset
Artur Pilipenko
2016-09-28
2
-13
/
+14
*
Do not widen load for different variable in GVN.
Dehao Chen
2016-09-09
2
-7
/
+13
*
[GVN] Move other PRE tests to a subdirectory.
Davide Italiano
2016-07-17
5
-0
/
+365
*
[GVN] Move the PRE/LOADPRE test in a subdirectory.
Davide Italiano
2016-07-17
18
-0
/
+2697