1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Alkis Evlogimenos abdbf4a288 Improve debugging output. Remove unneeded virtReg->0 mapping when
virtReg lives on the stack. Now a virtual register has an entry in the
virtual->physical map or the virtual->stack slot map but never in
both.

llvm-svn: 10958
2004-01-22 19:24:43 +00:00
..
Analysis Eliminated the CompletedNodes argument to the cloneReachable* methods. This 2004-01-22 16:56:13 +00:00
AsmParser Don't use ConstantExpr::getShift anymore 2004-01-12 19:08:43 +00:00
Bytecode Implement ModuleProvider::materializeModule() by only materializing functions 2004-01-21 22:55:34 +00:00
CodeGen Improve debugging output. Remove unneeded virtReg->0 mapping when 2004-01-22 19:24:43 +00:00
CWriter Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a 2003-12-11 00:24:36 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Don't pass anything to the IntrinsicLowering class that is not_intrinsic, 2004-01-14 06:02:53 +00:00
Support This file goes away 2004-01-17 19:35:57 +00:00
Target Build the PowerPC directory, so it is less likely to bit-rot (again) 2004-01-21 21:16:10 +00:00
Transforms Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lots 2004-01-14 06:06:08 +00:00
VMCore Let subclasses implement ModuleProvider::materializeModule() which is based on 2004-01-21 22:54:50 +00:00
Makefile Add new dir 2004-01-05 05:25:59 +00:00