Fixed the CBE on Solaris/Sparc. We need to define the return value of
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
2003-12-10 John CriswellFixed the CBE on Solaris/Sparc. We need to define...
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 Chris LattnerDo not depend on the gep index types to determine what...
2003-11-22 Brian GaekeFix PR149 - support constant shift expressions.
2003-11-16 Chris LattnerISO 9899 7.13.2.1 (3) says that "[...] the values of...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-03 Chris LattnerWork around a bug in GCC where it can't handle common...
2003-11-03 Chris LattnerFix bugs with attribute weak emission
2003-11-03 Chris LattnerThis simplifies the CWriter code, makes the generated...
2003-11-03 Chris LattnerEliminate the silly namedContext member of printType
2003-11-02 Chris LattnerThe "correct" fix for CBackend/2003-10-23-UnusedType...
2003-10-23 Chris LattnerFail gracefully if we have a zero arg varargs function
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.
next