aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CBackend.cpp
AgeCommit message (Expand)Author
2003-06-28Add support for the Invoke instruction!Chris Lattner
2003-06-28Preserve compatibility with non-gcc compilersChris Lattner
2003-06-28Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llxChris Lattner
2003-06-25- Fixed name mangling conditions to handle 'linkonce' linkage type. InJoel Stanley
2003-06-25It seems likely that floats would need a cast too, because they areBrian Gaeke
2003-06-23Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we betterBrian Gaeke
2003-06-17lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke
2003-06-17Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner
2003-06-16Don't include alloca.h on FreeBSD.Brian Gaeke
2003-06-16Fix typeoChris Lattner
2003-06-16Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner
2003-06-06Don't output explicit initializers for globals that are zero initializedChris Lattner
2003-06-02Fix bug: CBackend/2003-06-01-NullPointerType.llChris Lattner
2003-06-01Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...Chris Lattner
2003-05-29Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner
2003-05-17Add support for setjmp/longjmp primitivesChris Lattner
2003-05-14Casts are now unnecessaryChris Lattner
2003-05-13Fix bug: CBackend/2003-05-13-VarArgFunction.llChris Lattner
2003-05-12Fix bug: CWriter/2003-05-12-IntegerSizeWarning.cChris Lattner
2003-05-08Add support for variable argument functions!Chris Lattner
2003-05-03Fix bug: UnitTests/2003-05-02-DependantPHI.cChris Lattner
2003-05-03* Eliminate using declsChris Lattner
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