LLVM backend for 6502
Go to file
Vikram S. Adve 4f23166133 Bug fixes:
Store bool result in register after SetCC if the bool value
is used by anything other than a branch.
Forward-substitute operand of a VM instruction for which no
machine instruction is generated (e.g., Cast).
Other changes due to changes to classes TargetMachine and MachineInstr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-28 04:15:15 +00:00
docs Initial checking of some rough documentation for commandline library 2001-07-23 23:03:12 +00:00
include/llvm Added MachineInstrInfo class and moved instruction-related members there. 2001-07-28 04:09:37 +00:00
lib Bug fixes: 2001-07-28 04:15:15 +00:00
support/lib/Support Fixed a bug exposed when doing something like this: <program> -notanoption --help 2001-07-25 18:40:49 +00:00
test Work around a few 'sorting issues' with the bytecode output that causes the bytecode 2001-07-26 16:30:18 +00:00
tools Add library dep 2001-07-25 22:48:43 +00:00
utils Filter out the sparc.burm.c file 2001-07-21 19:43:08 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Filter out the sparc.burm.c file 2001-07-21 19:43:08 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Added support for getting the dependence of an executable on its libs, 2001-07-21 12:38:14 +00:00
Makefile.rules Added support for getting the dependence of an executable on its libs, 2001-07-21 12:38:14 +00:00