llvm-6502/lib
Reid Spencer 572c256519 Add boolean file format flags in preparation for version 5 bytecode.
Remove the "processFunctions" boolean from ParseBytecode as it is no
longer needed. This is part of avoiding double reading of functions
when analyzing bytecode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15982 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-21 20:50:49 +00:00
..
Analysis
Archive
AsmParser Examine the type code in the setcc class of instructions and if it 2004-08-21 16:11:02 +00:00
Bytecode Add boolean file format flags in preparation for version 5 bytecode. 2004-08-21 20:50:49 +00:00
CodeGen Register info alignment is in bits, frame object alignment is (currently) in 2004-08-21 20:04:59 +00:00
Debugger
ExecutionEngine
Linker Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB 2004-08-21 00:50:59 +00:00
Support
Target Back out branchless SetCC code. While it helped a lot in some cases, it 2004-08-21 20:42:14 +00:00
Transforms If we are linking two global variables and they have the same size, do not 2004-08-20 00:30:39 +00:00
VMCore Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB 2004-08-21 00:50:59 +00:00
Makefile