summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CWriter/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* I was wrong on the removing of those references on the last commit.Nick Hildenbrandt2002-10-021-0/+3
* Removed unneeded reference and dereferences.Nick Hildenbrandt2002-10-021-3/+0
* Cleaned up my last check-in.Nick Hildenbrandt2002-10-021-61/+1
* No longer include malloc.h. If protoypes are needed for memory functions the...Nick Hildenbrandt2002-10-021-2/+61
* Fixed to properly escape quotes in strings.Nick Hildenbrandt2002-09-301-1/+6
* Strings now handled correctly.Nick Hildenbrandt2002-09-251-8/+13
* Parenthesis are now added to casts of type array.Nick Hildenbrandt2002-09-231-1/+2
* Fix cwriter to not output FP constants in ascii, output them in hex instead.Chris Lattner2002-09-201-5/+40
* Fix bug: 2002-09-20-VarArgPrototypes.llChris Lattner2002-09-201-2/+4
* Fix output of typedefs to avoid syntax errors.Chris Lattner2002-09-201-1/+1
* * Add a couple of comments to the output c codeChris Lattner2002-09-201-14/+21
* Another change that doesn't affect functionality. Since we are only lookingChris Lattner2002-09-201-29/+27
* Make the StructPrinted set only take memory when it's being used.Chris Lattner2002-09-201-12/+15
* No functionality changes, primarily just changing tab indentation to spaceChris Lattner2002-09-201-29/+28
* Don't print global variable definitions twice! Sun's pathetic compilerVikram S. Adve2002-09-171-7/+11
* No longer need to sign-extend array indices to 64 bits since theyVikram S. Adve2002-09-151-6/+2
* Fixed problem with printing struct definitions in the correct order.Nick Hildenbrandt2002-09-141-15/+50
* Fix a bug introduced by the Getelementptr changeChris Lattner2002-09-121-1/+1
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-2/+2
* - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.llChris Lattner2002-08-311-19/+64
* Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.llChris Lattner2002-08-261-1/+2
* Fix the way parens are printed around "*ptrName" so thatVikram S. Adve2002-08-251-6/+19
* Sign-extend array index expressions to work correctly on non-32 bit machines.Vikram S. Adve2002-08-241-4/+9
* Changed default value of 3rd parameter in function definitionAnand Shukla2002-08-231-1/+1
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-5/+5
* Fix bug: 2002-08-20-UnnamedArgument.cChris Lattner2002-08-201-16/+18
* Implement ConstantExprs in CWriterChris Lattner2002-08-191-39/+77
* Incorporate calcTypeNameVar into CWriter class, fixingChris Lattner2002-08-191-89/+97
* Output forward definitions of global vars to handle recursive intializers cor...Chris Lattner2002-08-191-19/+38
* - Change constant printing to be better integrated with the rest of theChris Lattner2002-08-191-95/+126
* Remove support for NOT instructionChris Lattner2002-08-141-6/+0
* Avoid warning messageChris Lattner2002-07-251-0/+1
* 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
OpenPOWER on IntegriCloud