1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
2003-08-28 21:43:17 +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 Fixed two double free bugs that caused llc to segfault or run forever. 2003-08-28 21:43:17 +00:00
CWriter Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking 2003-08-28 19:56: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 Mangle ALL letters that we do not allow, not just a few. 2003-08-24 21:08:38 +00:00
Target Add support for the llvm.unwind intrinsic, which we codegen to just do an abort 2003-08-28 21:23:43 +00:00
Transforms Fix bug where we considered function types equivalent even if they had differing numbers of arguments 2003-08-28 16:42:50 +00:00
VMCore As it turns out, things will be simpler than I first expected. We no longer 2003-08-25 22:35:01 +00:00
Makefile Reoptimizer has moved to reopt cvs module. 2003-08-21 20:32:04 +00:00