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
2024-11-10 01:10:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2c1623ae0b
llvm-6502
/
lib
/
Analysis
History
Dan Gohman
d68a07650c
Tidy up #includes, deleting a bunch of unnecessary #includes.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@61715
91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-05 17:59:02 +00:00
..
IPA
Check that the function prototypes are correct before assuming that the
2008-12-27 16:20:53 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
Analysis.cpp
BasicAliasAnalysis.cpp
Resubmit support for the 'nocapture' attribute.
2008-12-19 06:39:12 +00:00
CFGPrinter.cpp
Rationalize the names of passes that print information:
2008-09-23 12:47:39 +00:00
CMakeLists.txt
CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt.
2008-12-16 12:25:04 +00:00
ConstantFolding.cpp
Fix whitespace in comment.
2008-12-15 01:35:36 +00:00
DbgInfoPrinter.cpp
Add -print-dbginfo pass that prints LLVM IR with comments inserted to show
2008-12-16 09:09:19 +00:00
DebugInfo.cpp
Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_units to identify source file for various debug entities. Each llvm.dbg.compile_unit matches one file on the disk. However, the backend only supports one DW_TAG_compile_unit per .o file. The backend selects first compile_unit from the vector to construct DW_TAG_compile_unit entry, which is not correct in all cases.
2008-12-17 22:39:29 +00:00
EscapeAnalysis.cpp
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LoopInfo.cpp
Remove dead comments.
2008-12-18 09:01:18 +00:00
LoopPass.cpp
LoopVR.cpp
Avoid crashing if instruction is not part of a loop.
2008-10-27 10:18:45 +00:00
Makefile
MemoryDependenceAnalysis.cpp
fix PR3217: fully cached queries need to be verified against the
2008-12-16 07:10:09 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp
We know it's always a SCEVConstant if it gets here, so just cast it and
2009-01-03 01:53:24 +00:00
ScalarEvolutionExpander.cpp
Add a new SCEV representing signed division.
2008-12-02 08:05:48 +00:00
SparsePropagation.cpp
Trace.cpp
ValueTracking.cpp
Re-apply 55137 with fixes.
2008-10-27 23:24:03 +00:00