llvm-6502/lib
Chris Lattner d78700de8e - Remove unused STRING token from lexer & parser
- Changed parser to always use parenthesis on ConstExprs to be consistent
  - Parser now passes TRUE and FALSE tokens as a special case of the ConstExpr
    machinery instead of a special case of constant int stuff
  - Fix the AsmParser to use ValueRef ::= ConstExpr, and remove
    ResolvedVal ::= ConstExpr this allows constexprs to be used in PHI nodes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3362 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-16 21:14:40 +00:00
..
Analysis
AsmParser - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00
Bytecode Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
CodeGen Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
ExecutionEngine
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 Write constexpr casts using the cast X to Y notation, not using the implicit 2002-08-15 19:37:43 +00:00
Makefile