LLVM backend for 6502
Go to file
Vikram S. Adve 42fd169310 Added a first-class representation for each call site that can be
used in the DS graphs.  Essentially, what was vector<DSNodeHandle>
before is now a DSCallSite with the same vector, plus pointers to the
CallInst and the caller Function.  The special-purpose class
BUDataStructure::CallSite is no longer needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4228 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-20 18:07:37 +00:00
docs changes 2002-10-16 22:12:31 +00:00
include Added a first-class representation for each call site that can be used 2002-10-20 18:04:43 +00:00
lib Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00
runtime
support
test New testcase 2002-10-16 20:08:19 +00:00
tools * Fix extract to work with constant pointer refs correctly 2002-10-12 20:50:16 +00:00
utils
Makefile
Makefile.common Remove outdated line which of course cvs merging never detects... 2002-10-15 01:59:45 +00:00
Makefile.config
Makefile.Linux
Makefile.rules Remove outdated line which of course cvs merging never detects... 2002-10-15 01:59:45 +00:00
Makefile.SunOS