Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / CBackend / Writer.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-13 Chris LattnerDo not allow fallthroughs in switch statements. This...
2003-10-13 Chris LattnerUse the autoconf macro John wrote
2003-10-12 Chris Lattner* Spell "necessary" correctly
2003-10-12 Chris Lattner* Be TBAA safe
2003-10-05 Chris LattnerA couple of minor code cleanups.
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-15 Chris LattnerFix problems with programs that prototype printf to...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-10 Chris LattnerRemove a bunch of warnings from the CBE generated C...
2003-09-10 Chris Lattner"the one true solution for compatibility with GCC 3.3+"
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-08-28 Chris LattnerFix really nasty bugs in the CWriter, handling invoke...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-14 Chris LattnerStop annoying warnings about mismatched types with...
2003-08-06 Chris LattnerThe HAVE_JUMP code is dead, these intrinsics should...
2003-07-31 Chris LattnerUnbreak the CBE output
2003-07-31 John CriswellModified the code so that it generates (0) for setjmp...
2003-07-25 Brian GaekeDon't include llvm/SlotCalculator.h, or <set>.
2003-07-24 Brian GaekeUse unified CWriter-X86/Printer name mangler. Do not...
2003-07-23 Chris LattnerFix program: SingleSource/UnitTests/2003-07-09-SignedAr...
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-21 Misha BrukmanEliminated dead code.
2003-07-09 Misha BrukmanSome beautification changes (tabs to spaces, removed...
2003-07-08 John CriswellRemoved size_t from the parameter list of the malloc...
2003-06-28 Chris Lattnerjmp_buf is really a pointer type that is passed around...
2003-06-28 Chris LattnerAdd support for the Invoke instruction!
2003-06-28 Chris LattnerPreserve compatibility with non-gcc compilers
2003-06-28 Chris LattnerFix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
2003-06-25 Joel Stanley- Fixed name mangling conditions to handle 'linkonce...
2003-06-25 Brian GaekeIt seems likely that floats would need a cast too,...
2003-06-23 Brian GaekeFix 2003-06-23-PromotedExprs.llx -- if we are adding...
2003-06-17 Brian Gaekelib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
2003-06-17 Chris LattnerFairly major change: emit fixed sized allocas in the...
2003-06-16 Brian GaekeDon't include alloca.h on FreeBSD.
2003-06-16 Chris LattnerFix typeo
2003-06-16 Chris LattnerFix bug: CBackend/2003-06-11-HexConstant.ll
2003-06-06 Chris LattnerDon't output explicit initializers for globals that...
2003-06-02 Chris LattnerFix bug: CBackend/2003-06-01-NullPointerType.ll
2003-06-01 Chris LattnerFix a bug with casts to bool. This fixes testcase...
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-14 Chris LattnerCasts are now unnecessary
2003-05-13 Chris LattnerFix bug: CBackend/2003-05-13-VarArgFunction.ll
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...
next