1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Chris Lattner 94184ddd7b Consult the target data, not the module, about how large the current pointer
size is.  This ensures that if the module has no specified pointer size that
things will work correctly.

llvm-svn: 8136
2003-08-24 19:55:26 +00:00
..
Analysis Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
AsmParser Rename SwitchInst::dest_push_back -> addCase 2003-08-23 23:14:52 +00:00
Bytecode Allow modules to have 'any' pointer size and endianness. Luckily, we had 2003-08-24 13:47:36 +00:00
CodeGen Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll 2003-08-23 23:49:42 +00:00
CWriter Implement support for the unwind intrinsic in the CBE 2003-08-24 13:06:10 +00:00
ExecutionEngine Consult the target data, not the module, about how large the current pointer 2003-08-24 19:55:26 +00:00
Support Initial checkin of ValueHolder helper 2003-08-23 19:43:16 +00:00
Target Targets should configure themselves based on a Module, not some wierd flags 2003-08-24 19:49:48 +00:00
Transforms Fix bug: Linker/2003-08-23-GlobalVarLinking.ll 2003-08-24 19:30:20 +00:00
VMCore Support new 'any' support for pointer size and endianness 2003-08-24 13:48:48 +00:00
Makefile Reoptimizer has moved to reopt cvs module. 2003-08-21 20:32:04 +00:00