llvm-6502/lib
Chris Lattner a25502acd7 Two fixes. First, stop using the ugly shouldSubstituteIndVar method.
Second, disable substitution of quadratic addrec expressions to avoid putting
multiplies in loops!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14358 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-24 06:49:18 +00:00
..
Analysis Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on 2004-06-23 06:29:59 +00:00
Archive Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
AsmParser Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Bytecode Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
CodeGen Making an archive version of the CodeGen library is unnecessary if we just 2004-06-22 17:52:30 +00:00
Debugger Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
ExecutionEngine Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
Linker Linker.h moved to include/llvm/Support 2004-06-23 17:33:09 +00:00
Support Wrapper for c99 isnan() 2004-06-22 23:54:38 +00:00
Target Strange as it may sound, we'll not use LDD/STD to store longs. For reasons of 2004-06-24 06:44:57 +00:00
Transforms Two fixes. First, stop using the ugly shouldSubstituteIndVar method. 2004-06-24 06:49:18 +00:00
VMCore Linker.h moved to include/llvm/Support 2004-06-23 17:24:31 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00