aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-1/+14
* Casts are now unnecessaryChris Lattner2003-05-141-6/+6
* Fix bug: CBackend/2003-05-13-VarArgFunction.llChris Lattner2003-05-131-2/+3
* Fix bug: CWriter/2003-05-12-IntegerSizeWarning.cChris Lattner2003-05-121-1/+7
* Add support for variable argument functions!Chris Lattner2003-05-081-5/+44
* Fix bug: UnitTests/2003-05-02-DependantPHI.cChris Lattner2003-05-031-3/+18
* * Eliminate using declsChris Lattner2003-05-031-37/+34
* Fix problem where labels were being incorrectly elided, and fix problemChris Lattner2003-04-231-3/+4
* Fix the super obnoxious "cast to pointer from integer of different size" warn...Chris Lattner2003-04-231-8/+9
* Remove unneccesary &*Chris Lattner2003-04-231-1/+1
* Add support for the switch instruction to the CWriterChris Lattner2003-04-221-7/+23
* Fixed alloca declaration problem on sun.Joel Stanley2003-02-121-8/+19
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-7/+6
* *** empty log message ***Nick Hildenbrandt2002-11-181-4/+8
* *** empty log message ***Nick Hildenbrandt2002-11-181-42/+46
* _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