llvm-6502/lib
Chris Lattner 5c8e8d7fc5 Fix various DOUTs to not call the extremely expensive Value::getName()
method.  DOUT statements are disabled when assertions are off, but the
side effects of getName() are still evaluated.  Just call getNameSTart,
which is close enough and doesn't cause heap traffic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50958 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-11 01:55:59 +00:00
..
Analysis put LibCallAliasAnalysis into anonymous namespace to avoid 2008-05-09 20:35:45 +00:00
Archive Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
AsmParser regenerate 2008-05-04 17:18:47 +00:00
Bitcode merge of use-diet branch to trunk 2008-05-10 08:32:32 +00:00
CodeGen If all sources of a PHI node are defined by an implicit_def, just emit an implicit_def instead of a copy. 2008-05-10 00:17:50 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine PR2202: LLVMCreateInterpreter creates a JIT 2008-04-25 02:52:30 +00:00
Linker Fix linking of internal aliases 2008-05-10 14:41:43 +00:00
Support Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
System Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with 2008-05-06 03:42:21 +00:00
Target When transforming a vector_shuffle to a load, the base address must not be an undef. 2008-05-10 06:46:49 +00:00
Transforms Fix various DOUTs to not call the extremely expensive Value::getName() 2008-05-11 01:55:59 +00:00
VMCore merge of use-diet branch to trunk 2008-05-10 08:32:32 +00:00
Makefile