aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CBackend.cpp
AgeCommit message (Expand)Author
2002-08-26Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.llChris Lattner
2002-08-25Fix the way parens are printed around "*ptrName" so thatVikram S. Adve
2002-08-24Sign-extend array index expressions to work correctly on non-32 bit machines.Vikram S. Adve
2002-08-23Changed default value of 3rd parameter in function definitionAnand Shukla
2002-08-22Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner
2002-08-20Fix bug: 2002-08-20-UnnamedArgument.cChris Lattner
2002-08-19Implement ConstantExprs in CWriterChris Lattner
2002-08-19Incorporate calcTypeNameVar into CWriter class, fixingChris Lattner
2002-08-19Output forward definitions of global vars to handle recursive intializers cor...Chris Lattner
2002-08-19 - Change constant printing to be better integrated with the rest of theChris Lattner
2002-08-14Remove support for NOT instructionChris Lattner
2002-07-25Avoid warning messageChris Lattner
2002-06-30Fix anands changesChris Lattner
2002-06-25added include<iostream> for cerrAnand Shukla
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25* Update with MegaPatchChris Lattner
2002-05-21* Fix typeoChris Lattner
2002-05-21Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.llChris Lattner
2002-05-17Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by trackingChris Lattner
2002-05-09Last minor cleanups, this code still does not work for all cases, but itChris Lattner
2002-05-09Two Cleanups to generated C code:Chris Lattner
2002-05-09* Remove CInstPrintVisitor class, incorporating it into the CWriter classChris Lattner
2002-05-09Remove CLocalVars data structure entirely, instead of building stuff andChris Lattner
2002-05-09Simplify code by removing InstLocalVarsVisitor, replacing it with a simpleChris Lattner
2002-05-09* Clean up how PHI nodes are handledChris Lattner
2002-05-09Emit:Chris Lattner
2002-05-09* Print structures types correctlyChris Lattner
2002-05-09* Continue cleanup of type printing codeChris Lattner
2002-05-09Gut the type printing code so there is only one copy of it instead of 3Chris Lattner
2002-05-09* Remove dead "constant printing" codeChris Lattner
2002-05-09Remove gross "Operand" instance variableChris Lattner
2002-05-09Simplify and clean up function calls.Chris Lattner
2002-05-09* Remove dead functionChris Lattner
2002-05-09Make Getelementptr, load & store all work the right way.Chris Lattner
2002-05-09Many random fixes:Chris Lattner
2002-05-09Incorporate and purge function before and after printing them so unnamed valuesChris Lattner
2002-05-09Factor out the code to print a value to ONE place.Chris Lattner
2002-05-09First wave of cleanups, looks like the first of many.Chris Lattner
2002-05-08*** empty log message ***Sumant Kowshik