llvm-6502/lib
Chris Lattner c5633c235e DOUT still evaluates side effects, even though it doesn't print. This means
that disassembleBuffer will be called even if NDEBUG, but the result will
be ignored.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33408 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-20 20:51:43 +00:00
..
Analysis For PR1043: 2007-01-19 21:13:56 +00:00
Archive
AsmParser
Bytecode Back out last changes for dataLayout. Much more work is needed. 2007-01-19 00:07:16 +00:00
CodeGen Fix for PR1108: type of insert_vector_elt index operand is PtrVT, not MVT::i32. 2007-01-20 10:10:26 +00:00
Debugger
ExecutionEngine DOUT still evaluates side effects, even though it doesn't print. This means 2007-01-20 20:51:43 +00:00
Linker
Support For PR1043: 2007-01-19 21:13:56 +00:00
System For PR808: 2007-01-20 20:44:38 +00:00
Target Round up stack to multiple of alignment only if it's a leaf function without alloca. 2007-01-20 10:22:33 +00:00
Transforms Correct a comment. 2007-01-20 10:07:23 +00:00
VMCore Remove dead methods in the ValTypes. 2007-01-19 21:25:12 +00:00
Makefile