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
/
PhaseOrdering
Commit message (
Expand
)
Author
Age
Files
Lines
*
../llvm/utils/update_test_checks.py --opt-binary bin/opt ../llvm/test/Transfo...
Hans Wennborg
2020-03-19
1
-6
/
+24
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
1
-2
/
+11
*
[Transforms] add phase ordering tests for min/max/abs; NFC
Sanjay Patel
2020-03-19
1
-0
/
+87
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-0
/
+70
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-70
/
+0
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-0
/
+70
*
Revert "[Attributor] Move pass after InstCombine to futher eliminate null poi...
Dávid Bolvanský
2019-11-27
1
-47
/
+0
*
[Attributor] Move pass after InstCombine to futher eliminate null pointer checks
Dávid Bolvanský
2019-11-27
1
-0
/
+47
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
2
-6
/
+6
*
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
-6
/
+6
*
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
-6
/
+6
*
[NFC][PhaseOrdering] Add end-to-end tests for the 'two shifts by sext' problem
Roman Lebedev
2019-09-27
1
-0
/
+125
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
8
-1446
/
+0
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
8
-0
/
+1446
*
[InstSimplify] Drop leftover "division-by-zero guard" around `@llvm.umul.with...
Roman Lebedev
2019-08-29
1
-8
/
+4
*
[InstSimplify] Drop leftover "division-by-zero guard" around `@llvm.umul.with...
Roman Lebedev
2019-08-29
1
-8
/
+4
*
[SimplifyCFG] FoldTwoEntryPHINode(): don't bailout on i1 PHI's if we can hois...
Roman Lebedev
2019-08-29
1
-12
/
+48
*
[InstCombine] Fold '(-1 u/ %x) u< %y' to '@llvm.umul.with.overflow' + overflo...
Roman Lebedev
2019-08-29
1
-14
/
+59
*
Add PhaseOrdering/lifetime-sanitizer.ll tests
Vitaly Buka
2019-08-27
1
-0
/
+71
*
[NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow tests
Roman Lebedev
2019-07-23
1
-1
/
+4
*
[NFC][PhaseOrdering] Add tests showcasing the problems of unsigned multiply o...
Roman Lebedev
2019-07-22
1
-0
/
+85
*
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-06-26
8
-1446
/
+0
*
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.
Clement Courbet
2019-06-26
8
-0
/
+1446
*
[Pass Pipeline][NFC] Add a test prior to committing D61726
Nemanja Ivanovic
2019-05-13
1
-0
/
+155
*
Pull r360426 as it is breaking the build bots.
Nemanja Ivanovic
2019-05-10
1
-153
/
+0
*
Another attempt to fix the build bot breaks after r360426
Nemanja Ivanovic
2019-05-10
1
-3
/
+2
*
Fix build break after r360426
Nemanja Ivanovic
2019-05-10
1
-0
/
+2
*
[Pass Pipeline][NFC] Add a test prior to committing D61726
Nemanja Ivanovic
2019-05-10
1
-0
/
+152
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
10
-0
/
+881
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
10
-881
/
+0
*
[InstCombine] canonicalize raw IR rotate patterns to funnel shift
Sanjay Patel
2019-01-01
1
-6
/
+4
*
[AggressiveInstCombine] convert rotate with guard branch into funnel shift (P...
Sanjay Patel
2018-12-17
1
-11
/
+2
*
[PhaseOrdering] add test for funnel shift (rotate); NFC
Sanjay Patel
2018-12-12
1
-0
/
+49
*
[PhaseOrdering] remove stale comments; NFC
Sanjay Patel
2018-05-09
1
-4
/
+0
*
[AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compare
Sanjay Patel
2018-05-09
1
-17
/
+8
*
[AggressiveInstCombine] convert a chain of 'or-shift' bits into masked compare
Sanjay Patel
2018-05-01
1
-17
/
+8
*
[PhaseOrdering] add tests for bittest patterns from bitfields; NFC
Sanjay Patel
2018-05-01
1
-0
/
+152
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-0
/
+67
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-4
/
+2
*
[PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC
Sanjay Patel
2017-11-15
1
-0
/
+40
*
[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
Sanjay Patel
2017-11-15
1
-54
/
+25
*
[PassManager, SimplifyCFG] Revert r316908 and r316869.
David L. Jones
2017-11-06
1
-66
/
+55
*
[PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC
Sanjay Patel
2017-10-30
1
-1
/
+41
*
[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
Sanjay Patel
2017-10-29
1
-54
/
+25
*
[PassManager] add test to show the new PM uses -latesimplifycfg early; NFC
Sanjay Patel
2017-10-23
1
-0
/
+95
*
Make globalaa-retained.ll test catching more cases.
Nikolai Bozhenov
2017-04-18
1
-3
/
+43
*
Mark that SpeculativeExecution preserves Globals Alias Analysis.
Kristof Beyls
2016-05-03
1
-0
/
+26
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
2
-3
/
+3
[next]