LLVM backend for 6502
Go to file
Chris Lattner 386a3b7b95 Simplify some code
Remove Method special case
Fix bug exposed by this testcase:

implementation

void "PtrFunc2"()
begin
bb1:
        %reg = add int(int)* null, null
        add int (int)* %reg, null
        ret void
end


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@852 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-16 19:54:17 +00:00
docs Update todo's 2001-10-13 06:09:34 +00:00
include added initializing regNum to -1 in both constructors of MachineOperand 2001-10-16 16:36:34 +00:00
lib Simplify some code 2001-10-16 19:54:17 +00:00
support/lib/Support Add StringList support 2001-10-13 06:53:19 +00:00
test Add rule to build executables 2001-10-15 20:08:19 +00:00
tools ConcretePass should not be a templated class! 2001-10-15 17:47:13 +00:00
utils Print .def files as well as other files 2001-09-19 16:51:10 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Print .def files as well as other files 2001-09-19 16:51:10 +00:00
Makefile
Makefile.common Burg files should come out of the Debug Directory for temporary files 2001-10-14 17:23:55 +00:00
Makefile.rules Burg files should come out of the Debug Directory for temporary files 2001-10-14 17:23:55 +00:00