llvm-6502/lib
Chris Lattner 5fa428fda9 Implement support for a new LLVM 1.3 bytecode format, which uses uint's
to index into structure types and allows arbitrary 32- and 64-bit integer
types to index into sequential types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12651 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-05 01:27:26 +00:00
..
Analysis Implement test/Regression/Transforms/GCSE/undefined_load.ll 2004-04-03 00:45:16 +00:00
Archive Use the true, decoded name of the archive member in getObjectType. 2004-03-31 19:51:00 +00:00
AsmParser Avoid TRUE and FALSE which apparently conflict with some macros on OSX 2004-03-31 03:49:47 +00:00
Bytecode Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
CodeGen MBB::remove should not modify the iterator passed in 2004-03-31 21:59:59 +00:00
Debugger
ExecutionEngine Adjust to new interface 2004-04-04 19:47:06 +00:00
Linker
Support Add autoconf support for isStandardOutAConsole (). 2004-04-02 21:26:04 +00:00
Target In the perhaps not-to-distant future, we might support gep instructions that 2004-04-04 20:44:05 +00:00
Transforms Rewrite the indvars pass to use the ScalarEvolution analysis. 2004-04-02 20:24:31 +00:00
VMCore Add ConstantExpr::get(Sign|Zero)Extend methods 2004-04-04 23:20:30 +00:00
Makefile