aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* Fix anands changesChris Lattner2002-06-302-12/+8
* added include<iostream> for cerrAnand Shukla2002-06-252-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-0/+2
* * Update with MegaPatchChris Lattner2002-06-252-278/+250
* * Fix typeoChris Lattner2002-05-212-2/+4
* Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.llChris Lattner2002-05-212-2/+6
* Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by trackingChris Lattner2002-05-172-4/+48
* Last minor cleanups, this code still does not work for all cases, but itChris Lattner2002-05-092-36/+20
* Two Cleanups to generated C code:Chris Lattner2002-05-092-70/+130
* * Remove CInstPrintVisitor class, incorporating it into the CWriter classChris Lattner2002-05-092-688/+600
* Remove CLocalVars data structure entirely, instead of building stuff andChris Lattner2002-05-092-56/+6
* Simplify code by removing InstLocalVarsVisitor, replacing it with a simpleChris Lattner2002-05-092-124/+34
* * Clean up how PHI nodes are handledChris Lattner2002-05-092-108/+146
* Emit:Chris Lattner2002-05-092-4/+26
* * Print structures types correctlyChris Lattner2002-05-092-84/+140
* * Continue cleanup of type printing codeChris Lattner2002-05-092-116/+90
* Gut the type printing code so there is only one copy of it instead of 3Chris Lattner2002-05-092-592/+184
* * Remove dead "constant printing" codeChris Lattner2002-05-092-96/+44
* Remove gross "Operand" instance variableChris Lattner2002-05-092-82/+62
* Simplify and clean up function calls.Chris Lattner2002-05-092-98/+74
* * Remove dead functionChris Lattner2002-05-092-18/+40
* Make Getelementptr, load & store all work the right way.Chris Lattner2002-05-092-224/+74
* Many random fixes:Chris Lattner2002-05-092-224/+112
* Incorporate and purge function before and after printing them so unnamed valuesChris Lattner2002-05-092-22/+32
* Factor out the code to print a value to ONE place.Chris Lattner2002-05-092-374/+202
* First wave of cleanups, looks like the first of many.Chris Lattner2002-05-092-584/+324
* *** empty log message ***Sumant Kowshik2002-05-083-0/+2837