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
/
CodeGenPrepare
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
Clement Courbet
2020-02-19
1
-0
/
+2
*
[CodeGen] Fix the computation of the alignment of split stores.
Hans Wennborg
2020-02-12
2
-0
/
+185
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
3
-3
/
+3
*
[PGO][PGSO] Enable size optimizations in code gen / target passes for cold code.
Hiroshi Yamauchi
2019-12-13
1
-0
/
+41
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
4
-245
/
+0
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
4
-0
/
+245
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
4
-245
/
+0
*
[NFC} Updated test
David Bolvansky
2019-09-17
1
-2
/
+5
*
[CGP] Ensure sinking multiple instructions does not invalidate dominance checks
David Green
2019-09-12
2
-2
/
+112
*
[ARM] Sink add/mul(shufflevector(insertelement())) for MVE instruction selection
Sam Tebbs
2019-09-06
1
-0
/
+216
*
[CodeGenPrepare] Fix use-after-free
Sanjay Patel
2019-08-16
1
-0
/
+17
*
[CodeGenPrepare] fix RUN line settings
Sanjay Patel
2019-08-16
1
-1
/
+1
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
4
-4
/
+0
*
[CodeGenPrepare][x86] shift both sides of a vector select when profitable
Sanjay Patel
2019-06-16
1
-18
/
+31
*
[CodeGenPrepare] propagate debuginfo when copying a shuffle
Sanjay Patel
2019-06-14
1
-14
/
+18
*
[x86] add tests for vector shifts; NFC
Sanjay Patel
2019-06-12
1
-0
/
+117
*
[CodeGenPrepare] limit overflow intrinsic matching to a single basic block (2...
Sanjay Patel
2019-05-04
2
-15
/
+34
*
Revert "[CodeGenPrepare] limit overflow intrinsic matching to a single basic ...
Evgeniy Stepanov
2019-05-03
2
-14
/
+15
*
[CodeGenPrepare] limit overflow intrinsic matching to a single basic block
Sanjay Patel
2019-05-03
2
-15
/
+14
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
63
-0
/
+6813
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
63
-6813
/
+0
*
[CodeGenPrepare] limit formation of overflow intrinsics (PR41129)
Sanjay Patel
2019-03-21
1
-7
/
+6
*
[CGP][x86] add tests for usubo regression (PR41129); NFC
Sanjay Patel
2019-03-20
1
-0
/
+39
*
[CGP] add another bailout for degenerate code (PR41064)
Sanjay Patel
2019-03-14
1
-0
/
+21
*
CodeGenPrep: preserve inbounds attribute when sinking GEPs.
Tim Northover
2019-03-12
5
-23
/
+23
*
[CGP] Limit distance between overflow math and cmp
Sam Parker
2019-03-11
1
-0
/
+56
*
[CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInst
Rong Xu
2019-03-08
1
-0
/
+34
*
[ARM] Sink zext/sext operands for add and sub to enable vsubl generation.
Florian Hahn
2019-03-06
1
-0
/
+232
*
[CodeGenPrepare] avoid crashing on non-canonical/degenerate code
Sanjay Patel
2019-03-04
1
-0
/
+25
*
[CGP] add special-cases to form unsigned add with overflow (PR40486)
Sanjay Patel
2019-02-24
1
-16
/
+20
*
[CGP] add tests for uaddo increment/decrement; NFC
Sanjay Patel
2019-02-22
1
-0
/
+60
*
[CGP] match a special-case of unsigned subtract overflow
Sanjay Patel
2019-02-20
1
-4
/
+5
*
[CGP][x86] add tests for usubo special-case; NFC
Sanjay Patel
2019-02-20
1
-0
/
+15
*
[CGP] form usub with overflow from sub+icmp
Sanjay Patel
2019-02-18
1
-36
/
+45
*
[CGP] add test for unsigned subtract of 1 with overflow; NFC
Sanjay Patel
2019-02-05
1
-13
/
+28
*
[CGP] Add support for sinking operands to their users, if they are free.
Florian Hahn
2019-02-05
1
-0
/
+236
*
[CGP] fix bogus test names/comments; NFC
Sanjay Patel
2019-02-04
1
-10
/
+9
*
[CGP] add tests for usubo; NFC
Sanjay Patel
2019-02-04
1
-1
/
+154
*
[CGP] use IRBuilder to simplify code
Sanjay Patel
2019-02-04
1
-36
/
+36
*
[CGP] adjust target constraints for forming uaddo
Sanjay Patel
2019-02-03
1
-5
/
+4
*
[PatternMatch] add special-case uaddo matching for increment-by-one (2nd try)
Sanjay Patel
2019-02-03
1
-20
/
+25
*
[CGP] move test file to prevent bot failures
Sanjay Patel
2019-02-03
1
-0
/
+0
*
Lower widenable_conditions in CGP
Philip Reames
2019-01-31
1
-0
/
+93
*
revert r352766: [PatternMatch] add special-case uaddo matching for increment-...
Sanjay Patel
2019-01-31
1
-25
/
+20
*
[PatternMatch] add special-case uaddo matching for increment-by-one
Sanjay Patel
2019-01-31
1
-20
/
+25
*
[CGP] add more tests for uaddo; NFC
Sanjay Patel
2019-01-31
1
-0
/
+71
*
Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""
David L. Jones
2019-01-31
1
-140
/
+0
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
2
-11
/
+11
*
[CGP] auto-generate complete checks for add overflow tests; NFC
Sanjay Patel
2019-01-28
1
-24
/
+50
*
Reapply "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-19
1
-0
/
+140
[next]