Apple's MacOS X is another OS which does not provide alloca() via <alloca.h>
[oota-llvm.git] / lib / Target / CBackend / Writer.cpp
2004-07-12 Misha BrukmanApple's MacOS X is another OS which does not provide...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-02 Chris Lattner<alloca.h> on cygwin pulls in a ton of stuff (macros...
2004-05-28 Chris LattnerFix the big regression that has been killing the nightl...
2004-05-28 Chris LattnerMinor changes. Switch to a SymbolTable remove that...
2004-05-26 Chris LattnerFix PR344: the incorrect remove was being used.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-23 Chris LattnerAdd support for accurate garbage collection to the...
2004-05-20 Chris LattnerFix to make the CBE always emit comparisons inline...
2004-05-09 Chris Lattnersyntactically loopify natural loops so that the GCC...
2004-05-09 Chris LattnerDo not emit prototypes for setjmp/longjmp, as they...
2004-05-09 Chris LattnerMake the floating point constant pools local to each...
2004-05-09 Chris LattnerGet this looking more like a function pass.
2004-05-09 Chris LattnerPrint all PHI copies for successor blocks before the...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-01 Chris LattnerAdd support for select constant expressions to the...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Chris LattnerADd support for select instructions
2004-02-26 John CriswellFixes for PR258 and PR259.
2004-02-24 Chris LattnerFix some unexpected fallout from the config.h changes...
2004-02-20 Chris LattnerIt is totally unacceptable to print out (literally...
2004-02-15 Chris LattnerNow that the lowerinvoke pass inserts calls to llvm...
2004-02-15 Chris LattnerAdd support for the new ConstantAggregateZero class
2004-02-14 Chris LattnerAdd support for the returnaddress and frameaddress...
2004-02-14 Chris LattnerUse intrinsic lowering like the rest of the backends...
2004-02-13 Chris LattnerConvert the C backend into a target, for use with LLC...
2004-02-13 Chris LattnerMake the cwriter use the lowerinvoke pass so that it...
2004-02-13 Chris LattnerFine grainify namespacification, prune #includes
2004-02-12 Chris LattnerAdd support for memcpy and memmove intrinsics. Why...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2003-12-11 Brian GaekeTurn off "attribute weak" to pacify Mac OS X's system...
2003-12-10 John CriswellUpon Chris's suggestion, moved the #ifdef's to the...
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...
next