Fix a bug introduced by the Getelementptr change
[oota-llvm.git] / lib / Target / CBackend / Writer.cpp
2002-09-12 Chris LattnerFix a bug introduced by the Getelementptr change
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-08-31 Chris Lattner - Fix bug: test/Regression/CBackend/2002-08-20-Recursi...
2002-08-26 Chris LattnerFix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
2002-08-25 Vikram S. AdveFix the way parens are printed around "*ptrName" so...
2002-08-24 Vikram S. AdveSign-extend array index expressions to work correctly...
2002-08-23 Anand ShuklaChanged default value of 3rd parameter in function...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-20 Chris LattnerFix bug: 2002-08-20-UnnamedArgument.c
2002-08-19 Chris LattnerImplement ConstantExprs in CWriter
2002-08-19 Chris LattnerIncorporate calcTypeNameVar into CWriter class, fixing
2002-08-19 Chris LattnerOutput forward definitions of global vars to handle...
2002-08-19 Chris Lattner - Change constant printing to be better integrated...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-07-25 Chris LattnerAvoid warning message
2002-06-30 Chris LattnerFix anands changes
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner* Update with MegaPatch
2002-05-21 Chris Lattner* Fix typeo
2002-05-21 Chris LattnerFix bug: test/Regression/CBackend/2002-05-21-MissingRet...
2002-05-17 Chris LattnerFix bug: test/Regression/CBackend/2002-05-16-NameCollid...
2002-05-09 Chris LattnerLast minor cleanups, this code still does not work...
2002-05-09 Chris LattnerTwo Cleanups to generated C code:
2002-05-09 Chris Lattner* Remove CInstPrintVisitor class, incorporating it...
2002-05-09 Chris LattnerRemove CLocalVars data structure entirely, instead...
2002-05-09 Chris LattnerSimplify code by removing InstLocalVarsVisitor, replaci...
2002-05-09 Chris Lattner* Clean up how PHI nodes are handled
2002-05-09 Chris LattnerEmit:
2002-05-09 Chris Lattner* Print structures types correctly
2002-05-09 Chris Lattner* Continue cleanup of type printing code
2002-05-09 Chris LattnerGut the type printing code so there is only one copy...
2002-05-09 Chris Lattner* Remove dead "constant printing" code
2002-05-09 Chris LattnerRemove gross "Operand" instance variable
2002-05-09 Chris LattnerSimplify and clean up function calls.
2002-05-09 Chris Lattner* Remove dead function
2002-05-09 Chris LattnerMake Getelementptr, load & store all work the right...
2002-05-09 Chris LattnerMany random fixes:
2002-05-09 Chris LattnerIncorporate and purge function before and after printin...
2002-05-09 Chris LattnerFactor out the code to print a value to ONE place.
2002-05-09 Chris LattnerFirst wave of cleanups, looks like the first of many.
2002-05-08 Sumant Kowshik*** empty log message ***