1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
Chris Lattner dde5663eea 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.

llvm-svn: 33408
2007-01-20 20:51:43 +00:00
..
Analysis For PR1043: 2007-01-19 21:13:56 +00:00
AsmParser Regenerate. 2007-01-17 02:48:45 +00:00
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 Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine DOUT still evaluates side effects, even though it doesn't print. This means 2007-01-20 20:51:43 +00:00
Linker For PR1064: 2007-01-12 07:05:14 +00:00
Support Adding disassembler interface and external hook to udis86 library. 2007-01-19 17:25:17 +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 Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00