llvm-6502/lib
Misha Brukman 8baa01c1d7 Made the code readable:
* Lines must be wrapped at 80 chars. This is a hard limit.
* Consistent style on functions, braces, if, for, etc. Code must be readable.

No functional changes have been made, even though I added a new typedef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5768 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-09 21:51:34 +00:00
..
Analysis Remove unneccesary forward decl 2003-03-06 16:37:29 +00:00
AsmParser Fix bug: Assembler/2003-03-03-DuplicateConstant.ll 2003-03-03 23:28:55 +00:00
Bytecode * Change the order that globals and constants are processed in 2003-03-19 20:57:22 +00:00
CodeGen Made the code readable: 2003-04-09 21:51:34 +00:00
ExecutionEngine Implement scanf and fix sscanf to actually endian swap the results correctly 2003-03-31 22:12:37 +00:00
Linker * Fix linking of opaque types and their non-opaque versions 2003-01-30 20:53:43 +00:00
Support Make more compatible with GCC 2.96 2003-02-13 16:25:28 +00:00
Target Made the code readable: 2003-04-09 21:51:34 +00:00
Transforms Initial checkin of PRE on LLVM. This implementation is still lacking in 2003-03-31 19:55:43 +00:00
VMCore Add helper method 2003-03-21 21:41:02 +00:00
Makefile