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
/
StraightLineStrengthReduce
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
11
-0
/
+832
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
11
-832
/
+0
*
[SLSR] use 'match' to simplify code; NFC
Sanjay Patel
2018-10-23
1
-0
/
+29
*
[SLSR] auto-generate full test assertions; NFC
Sanjay Patel
2018-10-23
1
-52
/
+79
*
AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
Matt Arsenault
2017-03-21
1
-4
/
+4
*
[SLSR] Call getPointerSizeInBits with the correct address space.
Jingyue Wu
2016-07-11
1
-3
/
+20
*
[SLSR] Fix crash on handling 128-bit integers.
Jingyue Wu
2016-07-09
2
-32
/
+53
*
[SeparateConstOffsetFromGEP] strengthen the inbounds attribute
Jingyue Wu
2015-08-13
1
-2
/
+2
*
[NVPTX] enable SpeculativeExecution in NVPTX
Jingyue Wu
2015-07-16
1
-0
/
+71
*
[SLSR] S's basis must have the same type as S
Jingyue Wu
2015-06-28
1
-0
/
+20
*
AMDGPU: Fix some places missed in rename
Matt Arsenault
2015-06-19
3
-2
/
+2
*
SLSR: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-11
2
-0
/
+109
*
[SLSR] handle (B | i) * S
Jingyue Wu
2015-05-15
1
-0
/
+23
*
[SLSR] handles non-canonicalized Mul candidates
Jingyue Wu
2015-05-13
1
-0
/
+21
*
[NVPTX] run SeparateConstOffsetFromGEP before SLSR
Jingyue Wu
2015-04-23
2
-0
/
+76
*
[SLSR] garbage-collect unused instructions
Jingyue Wu
2015-04-21
4
-4
/
+4
*
[NFC] [SLSR] clean up some tests
Jingyue Wu
2015-04-15
3
-83
/
+99
*
[SLSR] handle candidate form (B + i * S)
Jingyue Wu
2015-04-15
3
-3
/
+118
*
[SLSR] consider &B[S << i] as &B[(1 << i) * S]
Jingyue Wu
2015-04-06
1
-5
/
+5
*
[SLSR] handles off bounds GEPs
Jingyue Wu
2015-04-02
1
-0
/
+25
*
[SLSR] handle candidate form &B[i * S]
Jingyue Wu
2015-03-26
4
-0
/
+143
*
Add straight-line strength reduction to LLVM
Jingyue Wu
2015-02-03
1
-0
/
+119