This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-23 20:34:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Analysis
History
Zhou Sheng
c2cfa6111d
Eliminate unnecessary APInt construction.
...
llvm-svn: 35740
2007-04-07 17:48:27 +00:00
..
IPA
…
AliasAnalysis.cpp
…
AliasAnalysisCounter.cpp
…
AliasAnalysisEvaluator.cpp
…
AliasDebugger.cpp
…
AliasSetTracker.cpp
…
BasicAliasAnalysis.cpp
…
CFGPrinter.cpp
…
ConstantFolding.cpp
The bit counting intrinsics return i32 not the operand type. This fixes
2007-04-01 18:42:20 +00:00
InstCount.cpp
…
Interval.cpp
…
IntervalPartition.cpp
…
LoadValueNumbering.cpp
Expunge DomSet from LoadValueNumbering. This is part of the continuing
2007-04-07 04:43:07 +00:00
LoopInfo.cpp
…
LoopPass.cpp
…
Makefile
…
PostDominators.cpp
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
2007-04-07 07:17:27 +00:00
ProfileInfo.cpp
Change uses of Function::front to Function::getEntryBlock for readability.
2007-03-22 16:38:57 +00:00
ProfileInfoLoader.cpp
Change uses of Function::front to Function::getEntryBlock for readability.
2007-03-22 16:38:57 +00:00
ProfileInfoLoaderPass.cpp
…
ScalarEvolution.cpp
Eliminate unnecessary APInt construction.
2007-04-07 17:48:27 +00:00
ScalarEvolutionExpander.cpp
…
Trace.cpp
…
ValueNumbering.cpp
…