llvm-6502/lib
Chris Lattner 8d741b8bef Do not sort SCEV objects by address: instead sort by complexity and group
by address.  This prevents the resultant SCEV objects from depending on
where in memory other scev objects happen to live.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14263 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-20 06:23:15 +00:00
..
Analysis Do not sort SCEV objects by address: instead sort by complexity and group 2004-06-20 06:23:15 +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 Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. 2004-06-17 22:26:53 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Linker Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Support * Fix file header and name 2004-06-18 15:38:49 +00:00
Target .zero doesn't work in the Solaris assembler. 2004-06-18 08:59:16 +00:00
Transforms Make use of BinaryOperator::create* methods to shrinkify code. 2004-06-20 05:04:01 +00:00
VMCore compute dominator tree children in a deterministic order that does not depend 2004-06-19 20:13:48 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00