llvm-6502/lib
Chris Lattner d554380850 * Support pointer indexing
* Unsized arrays are a thing of the past, remove DoInsertArrayCast family
* Remove cases were we would get into infinite loops because we would insert a cast
  which would then be removed, inserting a different cast, ad infinitum...
* Remove some code that should be redundant with ExprTypeConvert code


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1465 91177308-0d34-0410-b5e6-96231b3b80d8
2001-12-14 16:37:52 +00:00
..
Analysis added a section on how to modify live variable code to use LLVM instructions 2001-12-13 21:25:46 +00:00
AsmParser * Fix cases where we were calling Type->getName() instead of Type->getDescription() 2001-12-14 16:28:42 +00:00
Bytecode Remove unsized array support 2001-12-14 16:30:51 +00:00
CodeGen Renamed inst_const_iterator -> const_inst_iterator 2001-12-04 00:03:30 +00:00
ExecutionEngine Build runtime library with local GCCAS 2001-12-13 00:44:23 +00:00
Linker Renamed inst_const_iterator -> const_inst_iterator 2001-12-04 00:03:30 +00:00
Support Create a new #include "Support/..." directory structure to move things 2001-11-27 00:03:19 +00:00
Target Allow pointer indexing 2001-12-14 16:31:26 +00:00
Transforms * Support pointer indexing 2001-12-14 16:37:52 +00:00
VMCore Don't waste as much horizontal space on #uses flag when printing 2001-12-14 16:29:12 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00