aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CBackend.cpp
AgeCommit message (Expand)Author
2003-04-23Fix problem where labels were being incorrectly elided, and fix problemChris Lattner
2003-04-23Fix the super obnoxious "cast to pointer from integer of different size" warn...Chris Lattner
2003-04-23Remove unneccesary &*Chris Lattner
2003-04-22Add support for the switch instruction to the CWriterChris Lattner
2003-02-12Fixed alloca declaration problem on sun.Joel Stanley
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-18*** empty log message ***Nick Hildenbrandt
2002-11-18*** empty log message ***Nick Hildenbrandt
2002-11-07_REALLY_ fix the float constant problemChris Lattner
2002-11-07Print out 'float' constants correctlyChris Lattner
2002-11-06Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...Nick Hildenbrandt
2002-11-06Loads and stores can't be inlined. This fixes test/Singlesource/matrixTransposeNick Hildenbrandt
2002-11-01Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.llNick Hildenbrandt
2002-10-28Casting NULL can cause problems so lets just not cast NULL to anything.Nick Hildenbrandt
2002-10-28*** empty log message ***Nick Hildenbrandt
2002-10-23Malloc prototyping now works even if the original file had its own prototype ...Nick Hildenbrandt
2002-10-16Fix bug: CBackend/2002-10-16-External.llChris Lattner
2002-10-16Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.llChris Lattner
2002-10-11Instead of adding stdlib we just prototype malloc correctly.Nick Hildenbrandt
2002-10-11Sun requires you to include stdlib to use mallocNick Hildenbrandt
2002-10-05Bug fix: In preventing static global variables from being printed twice,Vikram S. Adve
2002-10-03Add parens around constant calls to getelemptr to properly associate the refe...Nick Hildenbrandt
2002-10-02I was wrong on the removing of those references on the last commit.Nick Hildenbrandt
2002-10-02Removed unneeded reference and dereferences.Nick Hildenbrandt
2002-10-02Cleaned up my last check-in.Nick Hildenbrandt
2002-10-02No longer include malloc.h. If protoypes are needed for memory functions the...Nick Hildenbrandt
2002-09-30Fixed to properly escape quotes in strings.Nick Hildenbrandt
2002-09-25Strings now handled correctly.Nick Hildenbrandt
2002-09-23Parenthesis are now added to casts of type array.Nick Hildenbrandt
2002-09-20Fix cwriter to not output FP constants in ascii, output them in hex instead.Chris Lattner
2002-09-20Fix bug: 2002-09-20-VarArgPrototypes.llChris Lattner
2002-09-20Fix output of typedefs to avoid syntax errors.Chris Lattner
2002-09-20* Add a couple of comments to the output c codeChris Lattner
2002-09-20Another change that doesn't affect functionality. Since we are only lookingChris Lattner
2002-09-20Make the StructPrinted set only take memory when it's being used.Chris Lattner
2002-09-20No functionality changes, primarily just changing tab indentation to spaceChris Lattner
2002-09-17Don't print global variable definitions twice! Sun's pathetic compilerVikram S. Adve
2002-09-15No longer need to sign-extend array indices to 64 bits since theyVikram S. Adve
2002-09-14Fixed problem with printing struct definitions in the correct order.Nick Hildenbrandt
2002-09-12Fix a bug introduced by the Getelementptr changeChris Lattner
2002-09-11 - Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-08-31 - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.llChris Lattner
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