1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Bill Wendling 24e03bd501 New "TargetMachOWriterInfo" class. It holds target-specific information
that the MachOWriter needs in order to do its writing stuff 'n things.

llvm-svn: 33475
2007-01-24 03:36:05 +00:00
..
Analysis Fix typo. 2007-01-23 21:55:17 +00:00
AsmParser Fix this error: 2007-01-21 19:19:31 +00:00
Bytecode Back out last changes for dataLayout. Much more work is needed. 2007-01-19 00:07:16 +00:00
CodeGen PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack. Each target can further adjust the frame size if necessary. 2007-01-23 09:38:11 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
Linker For PR1064: 2007-01-12 07:05:14 +00:00
Support Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
System Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
Target New "TargetMachOWriterInfo" class. It holds target-specific information 2007-01-24 03:36:05 +00:00
Transforms Cleanup checks in the load and store of casted pointer transforms. Two 2007-01-22 05:51:25 +00:00
VMCore Whoops, fix typo in last commit. 2007-01-21 02:29:10 +00:00
Makefile