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
/
lib
/
Transforms
/
Scalar
/
StraightLineStrengthReduce.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-2
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SLSR] use 'match' to simplify code; NFC
Sanjay Patel
2018-10-23
1
-4
/
+5
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
1
-22
/
+58
*
Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addres...
Daniel Jasper
2017-10-13
1
-1
/
+1
*
Recommit : Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-10-04
1
-1
/
+1
*
Revert "Use the basic cost if a GEP is not used as addressing mode"
Alex Shlyapnikov
2017-09-29
1
-1
/
+1
*
Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-09-29
1
-1
/
+1
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-3
/
+3
*
Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI.
Peter Collingbourne
2016-11-13
1
-3
/
+1
*
ScalarOpts: Use std::list for Candidates, NFC
Duncan P. N. Exon Smith
2016-09-11
1
-2
/
+3
*
ScalarOpts: Sort includes, NFC
Duncan P. N. Exon Smith
2016-09-11
1
-2
/
+1
*
Convert some depth first traversals to depth_first
Daniel Berlin
2016-08-19
1
-4
/
+2
*
[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef
Tim Shen
2016-08-19
1
-1
/
+1
*
[SLSR] Call getPointerSizeInBits with the correct address space.
Jingyue Wu
2016-07-11
1
-2
/
+2
*
[SLSR] Fix crash on handling 128-bit integers.
Jingyue Wu
2016-07-09
1
-7
/
+20
*
[TTI] Expose TTI::getGEPCost and use it in SLSR and NaryReassociate.
Jingyue Wu
2016-07-08
1
-38
/
+7
*
SLSR: Use UnknownAddressSpace instead of 0 for pure arithmetic.
Matt Arsenault
2016-04-27
1
-1
/
+3
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-3
/
+2
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Roll forward r243250
Jingyue Wu
2015-07-26
1
-0
/
+1
*
Revert r243250
Jingyue Wu
2015-07-26
1
-1
/
+0
*
[TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructi...
Jingyue Wu
2015-07-26
1
-0
/
+1
*
[SLSR] S's basis must have the same type as S
Jingyue Wu
2015-06-28
1
-2
/
+4
*
[NFC] more comments in SLSR
Jingyue Wu
2015-06-18
1
-0
/
+9
*
SLSR: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-11
1
-1
/
+3
*
[ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
2015-05-18
1
-15
/
+18
*
[SLSR] handle (B | i) * S
Jingyue Wu
2015-05-15
1
-3
/
+21
*
[SLSR] handles non-canonicalized Mul candidates
Jingyue Wu
2015-05-13
1
-2
/
+2
*
[SLSR] garbage-collect unused instructions
Jingyue Wu
2015-04-21
1
-3
/
+13
*
[SLSR] handle candidate form (B + i * S)
Jingyue Wu
2015-04-15
1
-91
/
+222
*
[SLSR] consider &B[S << i] as &B[(1 << i) * S]
Jingyue Wu
2015-04-06
1
-2
/
+7
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-2
/
+3
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-2
/
+2
*
[SLSR] handles off bounds GEPs
Jingyue Wu
2015-04-02
1
-5
/
+12
*
[SLSR] handle candidate form &B[i * S]
Jingyue Wu
2015-03-26
1
-67
/
+328
*
Fixing a -Wsign-compare warning; NFC
Aaron Ballman
2015-02-04
1
-1
/
+1
*
Add straight-line strength reduction to LLVM
Jingyue Wu
2015-02-03
1
-0
/
+274