llvm-6502/lib
Dale Johannesen 23300aa3e3 Adjust loop size estimate for full unrolling;
GEP's don't usually become instructions.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69631 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-20 22:19:33 +00:00
..
Analysis Add a ScalarEvolution::getCouldNotCompute() function, and use it 2009-04-18 17:58:19 +00:00
Archive
AsmParser Fix warning in .ll parser, detect and reject available_externally on function 2009-04-13 07:02:02 +00:00
Bitcode Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
CodeGen Move duplicated AddLiveIn function from X86 and ARM backends to be a method 2009-04-20 18:36:57 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger
ExecutionEngine Use an AssertingVH to detect the case where the Function was deleted but 2009-04-19 18:32:03 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support Make all raw_ostreams support the tell() function. 2009-04-20 07:34:17 +00:00
System Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: 2009-04-20 20:50:13 +00:00
Target Remove unused variable. 2009-04-20 20:34:38 +00:00
Transforms Adjust loop size estimate for full unrolling; 2009-04-20 22:19:33 +00:00
VMCore It's not necessary for PrintModulePass to flush the output streams 2009-04-20 16:26:25 +00:00
Makefile