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-02-02 18:31:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Analysis
History
Chris Lattner
51f7c8a068
#ifdef out a function only used by #ifdef'd code.
...
llvm-svn: 20700
2005-03-20 02:14:15 +00:00
..
DataStructure
#ifdef out a function only used by #ifdef'd code.
2005-03-20 02:14:15 +00:00
IPA
This mega patch converts us from using Function::a{iterator|begin|end} to
2005-03-15 04:54:21 +00:00
AliasAnalysis.cpp
Fix the missing symbols problem Bill was hitting. Patch contributed by
2005-03-17 15:38:16 +00:00
AliasAnalysisCounter.cpp
…
AliasAnalysisEvaluator.cpp
Do not include the Function* for direct call/invoke instructions in the
2005-03-17 20:25:04 +00:00
AliasSetTracker.cpp
Fix the missing symbols problem Bill was hitting. Patch contributed by
2005-03-17 15:38:16 +00:00
BasicAliasAnalysis.cpp
Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation
2005-03-09 16:29:52 +00:00
CFGPrinter.cpp
…
Expressions.cpp
…
InstCount.cpp
…
Interval.cpp
…
IntervalPartition.cpp
Remove use of bind_obj, deleter, and finegrainify namespacification.
2005-02-22 23:27:21 +00:00
LoadValueNumbering.cpp
Due to previous simplifications, we can simplify the data structures being
2005-01-29 07:04:10 +00:00
LoopInfo.cpp
…
Makefile
…
PostDominators.cpp
…
ProfileInfo.cpp
…
ProfileInfoLoader.cpp
…
ProfileInfoLoaderPass.cpp
expose this pass to both opt and analyze
2005-03-18 05:27:57 +00:00
ScalarEvolution.cpp
Export two methods for getting -X and A-B.
2005-03-09 05:34:41 +00:00
Trace.cpp
…
ValueNumbering.cpp
…