1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
2007-01-20 02:08:16 +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 We not align the final stack slot but instead let the target do so in emitPrologue(). Each target can make adjustments to the stack frame and re-align the stack as it deem appropriate. Do not align it twice which can end up wasting stack space. 2007-01-20 02:07:13 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine For PR1043: 2007-01-19 21:13:56 +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 Unbreak Darwin. 2007-01-19 22:04:24 +00:00
Target Backend is reponsible for aligning the stack. 2007-01-20 02:08:16 +00:00
Transforms For this transform: store V, (cast P) -> store (cast V), P 2007-01-19 21:20:31 +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