llvm-6502/lib
Vikram S. Adve 72666e6c30 Add all arithmetic operators to ConstantExprToString().
Note that some generated operators (like &, | or ^) may
not be supported by the assembler -- but if they've got
this far, it's better to generate them and let the assembler decide.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7476 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-01 15:55:53 +00:00
..
Analysis Don't require a BB to look-up live variables, unless they may need to 2003-07-29 19:42:32 +00:00
Archive Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen All constant-evaluation code now unified into 2003-07-29 19:50:12 +00:00
ExecutionEngine * Stop hard-coding a value for beginning of emitted code on Sparc since we can 2003-07-29 16:57:16 +00:00
Linker Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Support Fix the JIT in the Nightly tester. This was not a fun bug to track down. 2003-07-31 19:38:34 +00:00
Target Add all arithmetic operators to ConstantExprToString(). 2003-08-01 15:55:53 +00:00
Transforms Instcombine: (A >> c1) << c2 for signed integers 2003-07-24 18:38:56 +00:00
VMCore *** empty log message *** 2003-07-31 05:06:09 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00