llvm-6502/lib/Transforms
Nick Lewycky bba40db072 Place the "cfg checksum" around a test. This was recently added in April 2011 to
gcc, though I thought it was older (my gcc 4.4 has it as a local patch. Whoops!)
This fixes PR10589.

Also add some debugging statements.

Remove GcnoFiles, the mapping from CompilationUnit to raw_ostream. Now that we
start by iterating over each CU and descending into them, there's no need to
maintain a mapping.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145208 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-27 23:22:20 +00:00
..
Hello
InstCombine Refactor code to use new attribute getters on CallSite for NoCapture and ByVal. 2011-11-20 19:09:04 +00:00
Instrumentation Place the "cfg checksum" around a test. This was recently added in April 2011 to 2011-11-27 23:22:20 +00:00
IPO Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
Scalar Move code into anonymous namespaces. 2011-11-26 23:01:57 +00:00
Utils Refactor code to use new attribute getters on CallSite for NoCapture and ByVal. 2011-11-20 19:09:04 +00:00
CMakeLists.txt
LLVMBuild.txt build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
Makefile