Make error messages more useful than jsut an abort
[oota-llvm.git] / lib / Target / CBackend /
2003-05-12 Chris LattnerFix bug: CWriter/2003-05-12-IntegerSizeWarning.c
2003-05-08 Chris LattnerAdd support for variable argument functions!
2003-05-03 Chris LattnerFix bug: UnitTests/2003-05-02-DependantPHI.c
2003-05-03 Chris Lattner* Eliminate using decls
2003-04-23 Chris LattnerFix problem where labels were being incorrectly elided...
2003-04-23 Chris LattnerFix the super obnoxious "cast to pointer from integer...
2003-04-23 Chris LattnerRemove unneccesary &*
2003-04-22 Chris LattnerAdd support for the switch instruction to the CWriter
2003-02-12 Joel StanleyFixed alloca declaration problem on sun.
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-18 Nick Hildenbrandt*** empty log message ***
2002-11-18 Nick Hildenbrandt*** empty log message ***
2002-11-07 Chris Lattner_REALLY_ fix the float constant problem
2002-11-07 Chris LattnerPrint out 'float' constants correctly
2002-11-06 Nick HildenbrandtFixes escapeing bug in strings. Fixes test case test...
2002-11-06 Nick HildenbrandtLoads and stores can't be inlined. This fixes test...
2002-11-01 Nick HildenbrandtFixed bug in Regression/CBackend/2002-10-30-FunctionPoi...
2002-10-28 Nick HildenbrandtCasting NULL can cause problems so lets just not cast...
2002-10-28 Nick Hildenbrandt*** empty log message ***
2002-10-23 Nick HildenbrandtMalloc prototyping now works even if the original file...
2002-10-16 Chris LattnerFix bug: CBackend/2002-10-16-External.ll
2002-10-16 Chris LattnerFix bug: test/Regression/CBackend/2002-10-15-OpaqueType...
2002-10-11 Nick HildenbrandtInstead of adding stdlib we just prototype malloc corre...
2002-10-11 Nick HildenbrandtSun requires you to include stdlib to use malloc
2002-10-05 Vikram S. AdveBug fix: In preventing static global variables from...
2002-10-03 Nick HildenbrandtAdd parens around constant calls to getelemptr to prope...
2002-10-02 Nick HildenbrandtI was wrong on the removing of those references on...
2002-10-02 Nick HildenbrandtRemoved unneeded reference and dereferences.
2002-10-02 Nick HildenbrandtCleaned up my last check-in.
2002-10-02 Nick HildenbrandtNo longer include malloc.h. If protoypes are needed...
2002-09-30 Nick HildenbrandtFixed to properly escape quotes in strings.
2002-09-25 Nick HildenbrandtStrings now handled correctly.
2002-09-23 Nick HildenbrandtParenthesis are now added to casts of type array.
2002-09-20 Chris LattnerFix cwriter to not output FP constants in ascii, output...
2002-09-20 Chris LattnerFix bug: 2002-09-20-VarArgPrototypes.ll
2002-09-20 Chris LattnerFix output of typedefs to avoid syntax errors.
2002-09-20 Chris Lattner* Add a couple of comments to the output c code
2002-09-20 Chris LattnerAnother change that doesn't affect functionality. ...
2002-09-20 Chris LattnerMake the StructPrinted set only take memory when it...
2002-09-20 Chris LattnerNo functionality changes, primarily just changing tab...
2002-09-17 Vikram S. AdveDon't print global variable definitions twice! Sun...
2002-09-15 Vikram S. AdveNo longer need to sign-extend array indices to 64 bits...
2002-09-14 Nick HildenbrandtFixed problem with printing struct definitions in the...
2002-09-12 Chris LattnerFix a bug introduced by the Getelementptr change
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-08-31 Chris Lattner - Fix bug: test/Regression/CBackend/2002-08-20-Recursi...
2002-08-26 Chris LattnerFix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
2002-08-25 Vikram S. AdveFix the way parens are printed around "*ptrName" so...
2002-08-24 Vikram S. AdveSign-extend array index expressions to work correctly...
2002-08-23 Anand ShuklaChanged default value of 3rd parameter in function...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-20 Chris LattnerFix bug: 2002-08-20-UnnamedArgument.c
2002-08-19 Chris LattnerImplement ConstantExprs in CWriter
2002-08-19 Chris LattnerIncorporate calcTypeNameVar into CWriter class, fixing
2002-08-19 Chris LattnerOutput forward definitions of global vars to handle...
2002-08-19 Chris Lattner - Change constant printing to be better integrated...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-07-25 Chris LattnerAvoid warning message
2002-06-30 Chris LattnerFix anands changes
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner* Update with MegaPatch
2002-05-21 Chris Lattner* Fix typeo
2002-05-21 Chris LattnerFix bug: test/Regression/CBackend/2002-05-21-MissingRet...
2002-05-17 Chris LattnerFix bug: test/Regression/CBackend/2002-05-16-NameCollid...
2002-05-09 Chris LattnerLast minor cleanups, this code still does not work...
2002-05-09 Chris LattnerTwo Cleanups to generated C code:
2002-05-09 Chris Lattner* Remove CInstPrintVisitor class, incorporating it...
2002-05-09 Chris LattnerRemove CLocalVars data structure entirely, instead...
2002-05-09 Chris LattnerSimplify code by removing InstLocalVarsVisitor, replaci...
2002-05-09 Chris Lattner* Clean up how PHI nodes are handled
2002-05-09 Chris LattnerEmit:
2002-05-09 Chris Lattner* Print structures types correctly
2002-05-09 Chris Lattner* Continue cleanup of type printing code
2002-05-09 Chris LattnerGut the type printing code so there is only one copy...
2002-05-09 Chris Lattner* Remove dead "constant printing" code
2002-05-09 Chris LattnerRemove gross "Operand" instance variable
2002-05-09 Chris LattnerSimplify and clean up function calls.
2002-05-09 Chris Lattner* Remove dead function
2002-05-09 Chris LattnerMake Getelementptr, load & store all work the right...
2002-05-09 Chris LattnerMany random fixes:
2002-05-09 Chris LattnerIncorporate and purge function before and after printin...
2002-05-09 Chris LattnerFactor out the code to print a value to ONE place.
2002-05-09 Chris LattnerFirst wave of cleanups, looks like the first of many.
2002-05-08 Sumant Kowshik*** empty log message ***