llvm-6502/lib
Dan Gohman 2edeb63ece Fix SCCP's handling of struct value loads and stores. SCCP doesn't
track individual leaf values in such cases, so it needs to treat
struct values as normal values in this case.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54760 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-13 21:22:48 +00:00
..
Analysis Teach constant folding that an inttoptr of a 2008-08-13 20:20:35 +00:00
Archive Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
AsmParser Generated files for 54744. 2008-08-13 18:41:46 +00:00
Bitcode Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
CodeGen Initial checkin of the new "fast" instruction selection support. See 2008-08-13 20:19:35 +00:00
Debugger
ExecutionEngine Some fixes for x86-64 JIT. Make it use small code 2008-08-11 23:46:25 +00:00
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support Avoid repeatedly reallocating the FoldingSetNodeID when searching 2008-08-12 17:40:22 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Oops, check in these files too, for the FastISel -> Fast rename. 2008-08-13 19:55:00 +00:00
Transforms Fix SCCP's handling of struct value loads and stores. SCCP doesn't 2008-08-13 21:22:48 +00:00
VMCore Add read/write support for X86's sseregparm. 2008-08-13 18:40:23 +00:00
Makefile