This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-08 18:31:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
27e4666c20
llvm-6502
/
lib
/
Analysis
History
Dan Gohman
d6c329532b
Handle ands with ~0 correctly too. This fixes PR4052.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@70176
91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-27 01:41:10 +00:00
..
IPA
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
simplify logic and get rid of the assumption that operand 0 is the callee
2009-03-24 19:28:39 +00:00
AliasDebugger.cpp
AliasSetTracker.cpp
getEntryFor() may invalidate DenseMap iterator.
2009-03-30 18:34:47 +00:00
Analysis.cpp
BasicAliasAnalysis.cpp
CaptureTracking.cpp
CFGPrinter.cpp
CMakeLists.txt
ConstantFolding.cpp
use higher level APIs.
2009-04-03 00:02:39 +00:00
DbgInfoPrinter.cpp
DebugInfo.cpp
Add a method to check that the subprogram holds debug info for the given Function or not.
2009-04-15 00:06:07 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LiveValues.cpp
LoopInfo.cpp
LoopPass.cpp
Before deleting a basic block, give other loop passes a chance cleanup analysis values, related to the instructions in the basic block.
2009-03-25 23:57:48 +00:00
LoopVR.cpp
More const qualifiers.
2009-04-18 17:57:20 +00:00
Makefile
MemoryDependenceAnalysis.cpp
now that you can put a PointerIntPair in a SmallPtrSet, remove some
2009-03-29 00:24:04 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
ScalarEvolution.cpp
Handle ands with ~0 correctly too. This fixes PR4052.
2009-04-27 01:41:10 +00:00
ScalarEvolutionExpander.cpp
Change SCEVExpander's expandCodeFor to provide more flexibility
2009-04-23 15:16:49 +00:00
SparsePropagation.cpp
Trace.cpp
ValueTracking.cpp
Oops...I committed too much.
2009-03-13 04:39:26 +00:00