llvm-6502/lib
Cameron Zwarich 141ec63962 Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131519 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18 02:29:50 +00:00
..
Analysis @llvm.lifetime.begin acts as a load, not @llvm.lifetime.end. 2011-05-17 00:05:49 +00:00
Archive
AsmParser
Bitcode
CodeGen Make fast-isel miss counting in -stats and -fast-isel-verbose take terminators into account; since there are many fewer isel misses with recent changes, misses caused by terminators are more significant. 2011-05-17 23:02:10 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Add a method I forgot in the last commit. Don't worry, this one passed 2011-05-16 21:13:58 +00:00
Object
Support Don't include information about the build into the information returned by 2011-05-17 15:26:34 +00:00
Target Fix typo. 2011-05-18 02:29:50 +00:00
Transforms Start trying to make InstCombine preserve more debug info. The idea here is to set the debug location on the IRBuilder, which will be then right location in most cases. This should magically give many transformations debug locations, and fixing places which are missing a debug location will usually just means changing the code creating it to use the IRBuilder. 2011-05-18 01:28:27 +00:00
VMCore Don't do tail calls in a function that call setjmp. The stack might be 2011-05-16 03:05:33 +00:00
CMakeLists.txt
Makefile