LLVM backend for 6502
Go to file
Chris Lattner 172b648cd4 * Minor fixes to support C files.
* Build burg as a utility now, change its location
* Clean up other rules


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3876 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-22 02:47:15 +00:00
docs * Burg is no longer configured in Makefile.config 2002-09-19 19:56:53 +00:00
include Initial version: it adds 2 empty slots at the top of stack 2002-09-21 04:58:26 +00:00
lib Changed codegen to add 2 empty slots at the top of stack using StackSlots pass 2002-09-21 05:01:21 +00:00
runtime Pass renamed 2002-07-30 00:53:26 +00:00
support Clean up dead rules 2002-09-22 02:41:20 +00:00
test Build with $(CC), not gcc explicitly 2002-09-20 22:32:00 +00:00
tools Renamed library preselect to preopts. 2002-09-20 00:43:20 +00:00
utils Clean up dead rules 2002-09-22 02:41:20 +00:00
Makefile Build burg tree 2002-09-17 23:23:52 +00:00
Makefile.common * Minor fixes to support C files. 2002-09-22 02:47:15 +00:00
Makefile.config Let CC invoke gcc and not cc. The latter doesn't work with either our 2002-09-20 14:01:14 +00:00
Makefile.Linux Don't run llc tests on linux, they won't work. 2002-09-19 21:32:44 +00:00
Makefile.rules * Minor fixes to support C files. 2002-09-22 02:47:15 +00:00
Makefile.SunOS Platform specific makefiles specify where to find the GCC frontend for their 2002-09-19 19:44:28 +00:00