llvm-6502/lib
Dan Gohman 0e4042d30b In the list-burr's pseudo two-addr dependency heuristics, don't
add dependencies on nodes with exactly one successor which is a
COPY_TO_REGCLASS node. In the case that the copy is coalesced
away, the dependence should be on the user of the copy, rather
than the copy itself.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69309 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-16 20:59:02 +00:00
..
Analysis Fix a bug with inttoptr/ptrtoint casts where the pointer has a different 2009-04-16 19:25:55 +00:00
Archive
AsmParser Fix warning in .ll parser, detect and reject available_externally on function 2009-04-13 07:02:02 +00:00
Bitcode Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
CodeGen In the list-burr's pseudo two-addr dependency heuristics, don't 2009-04-16 20:59:02 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger
ExecutionEngine Mac OS X 10.6 and above do not use key manager to register EH frames. 2009-04-14 22:31:59 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support teach EscapeString and UnescapeString to handle ". 2009-04-15 20:12:52 +00:00
System Call CreateProcess with bInheritHandles = TRUE. 2009-04-14 21:31:36 +00:00
Target fix PR3995. A scale must be 1, 2, 4 or 8. 2009-04-16 12:34:53 +00:00
Transforms Minor code simplifications. Don't attempt LSR on theoretical 2009-04-16 16:49:48 +00:00
VMCore Limit the number of times we're willing to chase pointers. Removes an O(n^2) 2009-04-15 06:23:41 +00:00
Makefile