Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a4f8741cfaa8fc753de36e5ace4aa356f713cf4f"
llvm-epi-0.8
llvm
lib
Transforms
Scalar
Reassociate.cpp
Find file
Normal view
History
Permalink
Reassociate.cpp
36.5 KiB
Newer
Older
switch from std::map to DenseMap for rank data structures.
Chris Lattner
committed
Jan 01, 2010
1001
// We are done with the rank map.
Initial checkin of expression reassociation pass
Chris Lattner
committed
May 08, 2002
1002
RankMap
.
clear
();
Assign arguments different ranks so they get grouped together
Chris Lattner
committed
Aug 13, 2003
1003
ValueRankMap
.
clear
();
Rewrite the guts of the reassociate pass to be more efficient and logical. Instead
Chris Lattner
committed
May 07, 2005
1004
return
MadeChange
;
Initial checkin of expression reassociation pass
Chris Lattner
committed
May 08, 2002
1005
}
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
committed
Nov 11, 2003
1006
Show full blame
Prev
1
2
Next