aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix anands changesChris Lattner2002-06-301-6/+4
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-0/+1
* * Update with MegaPatchChris Lattner2002-06-251-139/+125
* * Fix typeoChris Lattner2002-05-211-1/+2
* Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.llChris Lattner2002-05-211-1/+3
* Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by trackingChris Lattner2002-05-171-2/+24
* Last minor cleanups, this code still does not work for all cases, but itChris Lattner2002-05-091-18/+10
* Two Cleanups to generated C code:Chris Lattner2002-05-091-35/+65
* * Remove CInstPrintVisitor class, incorporating it into the CWriter classChris Lattner2002-05-091-344/+300
* Remove CLocalVars data structure entirely, instead of building stuff andChris Lattner2002-05-091-28/+3
* Simplify code by removing InstLocalVarsVisitor, replacing it with a simpleChris Lattner2002-05-091-62/+17
* * Clean up how PHI nodes are handledChris Lattner2002-05-091-54/+73
* Emit:Chris Lattner2002-05-091-2/+13
* * Print structures types correctlyChris Lattner2002-05-091-42/+70
* * Continue cleanup of type printing codeChris Lattner2002-05-091-58/+45
* Gut the type printing code so there is only one copy of it instead of 3Chris Lattner2002-05-091-296/+92
* * Remove dead "constant printing" codeChris Lattner2002-05-091-48/+22
* Remove gross "Operand" instance variableChris Lattner2002-05-091-41/+31
* Simplify and clean up function calls.Chris Lattner2002-05-091-49/+37
* * Remove dead functionChris Lattner2002-05-091-9/+20
* Make Getelementptr, load & store all work the right way.Chris Lattner2002-05-091-112/+37
* Many random fixes:Chris Lattner2002-05-091-112/+56
* Incorporate and purge function before and after printing them so unnamed valuesChris Lattner2002-05-091-11/+16
* Factor out the code to print a value to ONE place.Chris Lattner2002-05-091-187/+101
* First wave of cleanups, looks like the first of many.Chris Lattner2002-05-091-292/+162
* *** empty log message ***Sumant Kowshik2002-05-081-0/+1415