llvm-6502/lib
Chris Lattner 8047d9a6be move an optimization for memcmp out of simplifylibcalls and into
SDISel.  This optimization was causing simplifylibcalls to 
introduce type-unsafe nastiness.  This is the first step, I'll be 
expanding the memcmp optimizations shortly, covering things that
we really really wouldn't want simplifylibcalls to do.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92098 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-24 00:37:38 +00:00
..
Analysis Change dbgs() back to errs() as Chris requested. 2009-12-23 23:29:28 +00:00
Archive
AsmParser Change errs() to dbgs(). 2009-12-23 23:38:28 +00:00
Bitcode Change errs() to dbgs(). 2009-12-24 00:06:26 +00:00
CodeGen move an optimization for memcmp out of simplifylibcalls and into 2009-12-24 00:37:38 +00:00
CompilerDriver Make Path use StringRef instead of std::string where possible. 2009-12-17 21:02:39 +00:00
ExecutionEngine Partially revert r91626. Materializing extra functions to determine whether 2009-12-22 23:47:23 +00:00
Linker
MC
Support Clarify how dbgs() operates. 2009-12-23 23:23:15 +00:00
System Alternative fix to make sure that the extern declarations used by 2009-12-23 19:12:50 +00:00
Target Move kill flags when the same register occurs more than once in a sequence. 2009-12-23 21:34:03 +00:00
Transforms move an optimization for memcmp out of simplifylibcalls and into 2009-12-24 00:37:38 +00:00
VMCore Qualify a bunch of explicit template instantiations to satisfy clang++. 2009-12-19 00:55:12 +00:00
Makefile