Misha Brukman 12c29d10bb * Cleaned up code:
- no more passing around a string pointer to set errors
  - no more returning booleans and checking for errors, we use C++ exceptions
* Broke functionality into 2 new classes, one reads from file, one from a stream
* Implemented lazy function streaming - the parser can read in a function at-a-time


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8671 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-22 23:38:23 +00:00
2003-09-20 14:43:16 +00:00
2003-09-22 23:38:23 +00:00
2003-09-22 20:27:10 +00:00
2003-09-22 22:22:41 +00:00
2003-09-22 20:21:34 +00:00
2003-09-22 20:27:10 +00:00
2003-06-04 19:46:36 +00:00
2003-08-15 04:53:45 +00:00
Description
LLVM backend for 6502
277 MiB
Languages
C++ 48.7%
LLVM 38.5%
Assembly 10.2%
C 0.9%
Python 0.4%
Other 1.2%