LLVM backend for 6502
Go to file
Chris Lattner 699683c585 * Minor cleanups
* Reduce number of #includes
* Remove blatently misleading qualifiers (how do you have an inlined pure virtual function?)
* Remove unnecesary & ignored qualifiers (const int argument vs int argument)
* SparcInternals.h now no longer #includes RegClass.h or SparcRegClassInfo.h
* Pull inlined functions out of .h file if they are virtual and interfere with dependencies


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1677 91177308-0d34-0410-b5e6-96231b3b80d8
2002-02-04 05:59:25 +00:00
docs Add rule to build tar.gz file. 2002-01-30 21:20:23 +00:00
include * Minor cleanups 2002-02-04 05:55:10 +00:00
lib * Minor cleanups 2002-02-04 05:59:25 +00:00
runtime Initial checkin of Makefile, just a dummy file for now. 2002-01-23 19:57:59 +00:00
support/lib/Support If an invalid alternative is listed for an argument, print the valid options 2002-01-31 00:42:56 +00:00
test New checkin 2002-02-01 05:04:58 +00:00
tools * Remove -noasm option. If we're not compiling, what's the point? 2002-02-03 23:43:19 +00:00
utils Exclude doxygen docs from srcs 2002-01-30 20:39:12 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Exclude doxygen docs from srcs 2002-01-30 20:39:12 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Add := to make stuff more efficient 2002-01-23 05:46:01 +00:00
Makefile.rules Add := to make stuff more efficient 2002-01-23 05:46:01 +00:00