aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* _REALLY_ fix the float constant problemChris Lattner2002-11-071-3/+4
* Print out 'float' constants correctlyChris Lattner2002-11-071-3/+12
* Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...Nick Hildenbrandt2002-11-061-2/+2
* Loads and stores can't be inlined. This fixes test/Singlesource/matrixTransposeNick Hildenbrandt2002-11-061-1/+2
* Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.llNick Hildenbrandt2002-11-011-1/+1
* Casting NULL can cause problems so lets just not cast NULL to anything.Nick Hildenbrandt2002-10-281-3/+1
* *** empty log message ***Nick Hildenbrandt2002-10-281-1/+14
* Malloc prototyping now works even if the original file had its own prototype ...Nick Hildenbrandt2002-10-231-3/+13
* Fix bug: CBackend/2002-10-16-External.llChris Lattner2002-10-161-7/+6
* Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.llChris Lattner2002-10-161-2/+10
* Instead of adding stdlib we just prototype malloc correctly.Nick Hildenbrandt2002-10-111-1/+3
* Sun requires you to include stdlib to use mallocNick Hildenbrandt2002-10-111-1/+1
* Bug fix: In preventing static global variables from being printed twice,Vikram S. Adve2002-10-051-3/+2
* Add parens around constant calls to getelemptr to properly associate the refe...Nick Hildenbrandt2002-10-031-2/+2
* 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