llvm-6502/lib
Chris Lattner 3085e15117 factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult
function.  This function now uses GetRetValueLocs to determine *where*
the result values are located and concerns itself with *how* to pull the
values out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34586 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-25 08:59:22 +00:00
..
Analysis Fix thinko. 2007-02-23 18:05:55 +00:00
Archive
AsmParser
Bytecode
CodeGen fold trivial token factor nodes. This allows us to compile 2007-02-25 08:24:27 +00:00
Debugger
ExecutionEngine Fix PR1216 by cleaning up the ownership of JITResolver. 2007-02-24 02:57:03 +00:00
Linker
Support Allow this to compile now that the header file is checked in. 2007-02-25 07:30:14 +00:00
System
Target factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult 2007-02-25 08:59:22 +00:00
Transforms Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217 2007-02-24 01:03:45 +00:00
VMCore Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215 2007-02-24 01:19:50 +00:00
Makefile