1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib
Andrew Lenharth 8a81e9e264 Split the External and Intrinsic handling into seperate functions. This
improves readability of the call handling code significantly, as well as
makes it clear which parts are hacky (externals) and which parts are good
(call handling).

No functionality change.

llvm-svn: 31415
2006-11-03 17:43:19 +00:00
..
Analysis Split the External and Intrinsic handling into seperate functions. This 2006-11-03 17:43:19 +00:00
AsmParser For PR786: 2006-11-02 20:25:50 +00:00
Bytecode Remove some dead code. 2006-11-03 01:44:51 +00:00
CodeGen Fix comments. 2006-11-03 07:31:32 +00:00
Debugger For PR786: 2006-11-02 20:25:50 +00:00
ExecutionEngine For PR786: 2006-11-02 20:25:50 +00:00
Linker For PR786: 2006-11-02 20:25:50 +00:00
Support assert.h -> cassert 2006-11-03 01:38:14 +00:00
System Get rid of unused variable. 2006-11-02 07:59:59 +00:00
Target revert previous patch 2006-11-03 03:08:28 +00:00
Transforms remove dead code 2006-11-03 01:34:58 +00:00
VMCore For PR786: 2006-11-02 20:25:50 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00