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
/
Other
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BasicAA] Make BasicAA a cfg pass.
Alina Sbirlea
2020-06-23
3
-12
/
+0
*
[LoopRotate] Get and update MSSA only if available in legacy pass manager.
Alina Sbirlea
2020-02-26
4
-18
/
+19
*
Revert "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"
Teresa Johnson
2020-01-13
7
-1018
/
+0
*
Add a couple of missed wildcards in debug-pass-manager output checking
Teresa Johnson
2020-01-13
1
-1
/
+1
*
Hopefully last fix for bot failures
Teresa Johnson
2020-01-13
4
-94
/
+94
*
Try number 2 for fixing bot failures
Teresa Johnson
2020-01-13
4
-14
/
+24
*
Fix tests for builtbot failures
Teresa Johnson
2020-01-13
4
-14
/
+14
*
[ThinLTO] Add additional ThinLTO pipeline testing with new PM
Teresa Johnson
2020-01-13
7
-0
/
+1008
*
Remove umask tests
Alexandre Ganea
2020-01-10
1
-14
/
+0
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
2
-0
/
+6
*
llc: Change behavior of -mcpu with existing attribute
Matt Arsenault
2020-01-07
1
-4
/
+12
*
Fix typo in compiler extension testing
serge-sans-paille
2020-01-03
3
-3
/
+3
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
6
-16
/
+36
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
2
-3
/
+3
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
3
-6
/
+0
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
3
-0
/
+6
*
[PassInstrumentation] Remove excess newline for the new pass manager
Fangrui Song
2019-11-28
2
-21
/
+15
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
2
-66
/
+58
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
2
-58
/
+66
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
2
-66
/
+58
*
[llvm-bcanalyzer] Don't dump the contents if -dump is not passed
Francis Visoiu Mistrih
2019-11-13
1
-0
/
+11
*
[NewPM] Add an SROA pass after loop unroll
Guozhi Wei
2019-11-01
3
-0
/
+63
*
[LegacyPM] Fix pass structure dumping
evgeny
2019-11-01
4
-10
/
+37
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
5
-0
/
+8
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
5
-8
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
5
-0
/
+8
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-0
/
+393
*
[Float2Int] avoid crashing on unreachable code (PR38502)
Sanjay Patel
2019-09-19
3
-3
/
+3
*
[SimplifyLibCalls] Mark known arguments with nonnull
David Bolvansky
2019-09-17
1
-2
/
+4
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
3
-9
/
+0
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
3
-0
/
+9
*
Remove some unnecessary REQUIRES: shell lines
Reid Kleckner
2019-09-10
1
-0
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
4
-7
/
+12
*
[MemorySSA] Re-enable MemorySSA use.
Alina Sbirlea
2019-09-04
3
-18
/
+30
*
[IRPrinting] Improve module pass printer to work better with -filter-print-funcs
Taewook Oh
2019-09-04
1
-0
/
+18
*
[MemorySSA] Disable MemorySSA use.
Alina Sbirlea
2019-09-03
3
-30
/
+18
*
[MemorySSA] Re-enable MemorySSA use.
Alina Sbirlea
2019-09-03
3
-18
/
+30
*
Revert enabling MemorySSA.
Alina Sbirlea
2019-08-29
3
-30
/
+18
*
[MemorySSA & LoopPassManager] Enable MemorySSA as loop dependency. Update tests.
Alina Sbirlea
2019-08-29
3
-18
/
+30
*
[SlotIndexes] Add print-slotindexes to disable printing slotindexes
Jinsong Ji
2019-08-22
1
-0
/
+12
*
[BuildLibCalls] Noalias annotation
David Bolvansky
2019-08-14
2
-2
/
+2
*
[Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpy
David Bolvansky
2019-08-14
1
-1
/
+4
*
Revert '[LICM] Make Loop ICM profile aware' and 'Fix pass dependency for LICM'
David L. Jones
2019-08-14
4
-31
/
+1
*
[NFC] Fixed test
David Bolvansky
2019-08-13
1
-1
/
+1
*
[LICM] Make Loop ICM profile aware
Wenlei He
2019-08-11
4
-1
/
+31
*
[NewPassManager] Resolve assertion in CGSCCPassManager when CallCounts change.
Alina Sbirlea
2019-08-02
1
-0
/
+57
*
[PGO] Add PGO support at -O0 in the experimental new pass manager
Rong Xu
2019-08-01
1
-0
/
+21
*
Recommit "[GVN] Preserve loop related analysis/canonical forms."
Florian Hahn
2019-07-31
3
-3
/
+0
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-2
/
+2
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
2
-0
/
+16
[next]