llvm-6502/lib
Chris Lattner 0af7093532 The only entry in the stat buf this code cares about is the size. Keep just
the size, not the whole stat buffer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29171 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-18 07:01:08 +00:00
..
Analysis Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
Archive Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
AsmParser These libs use EH info 2006-07-07 16:44:31 +00:00
Bytecode Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
CodeGen On 64-bit targets like ppc64, we should use .quad to output pointer directives, 2006-07-15 01:34:12 +00:00
Debugger This uses EH info 2006-07-07 16:46:43 +00:00
ExecutionEngine Remove non-portable optimization that isn't worth it 2006-07-12 00:31:47 +00:00
Linker eliminate some ugly code, using ConstantExpr::getWithOperands instead. 2006-07-14 22:21:31 +00:00
Support Add two helpers for escaping and unescaping strings. 2006-07-14 22:54:39 +00:00
System The only entry in the stat buf this code cares about is the size. Keep just 2006-07-18 07:01:08 +00:00
Target skeleton of a lowerCall implementation for ARM 2006-07-16 01:02:57 +00:00
Transforms eliminate some ugly code, using ConstantExpr::getWithOperands instead. 2006-07-14 22:21:31 +00:00
VMCore Reduce the size of Constants.o by 25% by generalizing specific instantiations of 2006-07-17 17:38:29 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00