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-30 08:44:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Analysis
History
Chris Lattner
b8c6acfbc0
Rename MachineCodeForBasicBlock to MachineBasicBlock
...
llvm-svn: 4318
2002-10-28 01:41:47 +00:00
..
DataStructure
- Make sure to only keep track of mappings that the TD pass may need in the
2002-10-22 16:01:03 +00:00
IPA
Make users of FindUsedTypes not have problems with linkage. This fixes
2002-09-24 00:07:21 +00:00
LiveVar
Rename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 01:41:47 +00:00
AliasAnalysis.cpp
* Add capability to recognize alias properties of the following common cases:
2002-09-08 18:45:18 +00:00
AliasSetTracker.cpp
First try at implementing the AliasSetTracker class. I'm sure it will need
2002-09-26 21:49:07 +00:00
Expressions.cpp
- Renamed Type::isIntegral() to Type::isInteger()
2002-09-03 01:05:48 +00:00
InductionVariable.cpp
Added capability to get execution count of a loop if it is a predictable
2002-10-11 05:34:32 +00:00
Interval.cpp
…
IntervalPartition.cpp
…
LoadValueNumbering.cpp
Initial implementation of value numbering for load instructions
2002-08-30 20:28:10 +00:00
LoopInfo.cpp
Added helper functions in LoopInfo: isLoopExit and numBackEdges.
2002-10-11 05:31:10 +00:00
Makefile
Use PARALLEL_DIRS.
2002-10-11 16:08:17 +00:00
PostDominators.cpp
Handle post dominance correctly in the case where blocks do not have a path to
2002-10-04 14:50:20 +00:00
ValueNumbering.cpp
Convert BasicVN to be an ImmutablePass
2002-09-25 22:27:25 +00:00