llvm-6502/lib
Chris Lattner 7473413072 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx
- ParseConstantPool was resolving reference to value using the function
      slot # instead of the global slot #.
  - Bytecode reader changes:
    - Remove the failure<> template from Bytecode Reader
    - Remove extraneous #includes
    - s/method/function/ a bit
    - Eliminate the fwdRefs class that just added abstraction where it was not
      needed, making things more complex.
    - Use a vector instead of a list for function signatures.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3366 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-17 22:01:27 +00:00
..
Analysis
AsmParser - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00
Bytecode - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx 2002-08-17 22:01:27 +00:00
CodeGen Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
ExecutionEngine Remove support for NOT instruction 2002-08-14 17:45:39 +00:00
Linker Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
Support
Target Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
Transforms Handle more cases of cast-of-cast in more general forms. 2002-08-15 16:15:25 +00:00
VMCore Changed parser to always use parenthesis on ConstExprs to be consistent 2002-08-16 21:17:11 +00:00
Makefile