Introduce new headers whose inclusion forces linking and
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-07-14 John CriswellFixed PR#596:
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-06 Chris Lattnerclean up the CBE output a bit
2005-05-06 Chris Lattneradd tail marker as a comment
2005-04-20 Misha BrukmanRemove trailing whitespace, patch by Markus Oberhumer.
2005-03-19 Chris LattnerFix the 3 regressions last night, due to my buggy patch...
2005-03-18 Chris Lattnerremove use of getPrev() and getNext() on ilist nodes.
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris Lattnerstop using arg_back
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-08 Chris LattnerMake sure to remove all dead type names from the symbol...
2005-03-08 Misha BrukmanSingle characters should be printed out as chars, not...
2005-03-06 Chris Lattnersimplify some code.
2005-03-03 Chris LattnerPrint -X like this:
2005-03-03 Chris LattnerDo not lower malloc's to pass "sizeof" expressions...
2005-02-28 Chris LattnerRemove tabs from file.
2005-02-28 Chris LattnerAdd support to the C backend for llvm.prefetch. Patch...
2005-02-15 Chris LattnerFix volatile load/store of pointers. Consider this...
2005-02-14 Misha BrukmanWrite out single characters as chars, not strings.
2005-02-14 Chris LattnerImplement CodeGen/CBackend/2005-02-14-VolatileOperations.ll
2005-01-31 Misha BrukmanFix hyphenation in output comment
2005-01-23 Reid SpencerFix alloca support for Cygwin. On cygwin its __alloca...
2005-01-06 Jeff CohenFix CBE code so that it compiles with VC++.
2004-12-29 Chris LattnerFix PR490
2004-12-15 Chris LattnerFix PR485, instead of emitting zero sized arrays, emit...
2004-12-13 Chris LattnerWhen generating code for X86 targets, make sure the...
2004-12-10 Brian GaekeEmit correct prototype for __builtin_alloca on V8.
2004-12-05 Chris LattnerMove lower intrinsics before FP constant emission,...
2004-12-03 Chris LattnerFix test/Regression/CodeGen/CBackend/2004-12-03-ExternS...
2004-12-02 John CriswellReverting revision 1.209.
2004-11-30 Chris LattnerDo not let GCC emit a warning for INT64_MIN
2004-11-30 Brian GaekeSparcs behave better if we use <alloca.h> and avoid...
2004-11-13 Chris LattnerHack around stupidity in GCC, fixing Burg with the...
2004-10-25 John CriswellRemoved dead method, printPHICopiesForSuccessors().
2004-10-25 John CriswellModified switch generation so that only the phi values...
2004-10-20 John CriswellSmall performance improvement in generated C code:
2004-10-17 Chris LattnerPrint a semicolon for the unreacahble instruction....
2004-10-17 Chris LattnerThe first hunk corrects a bug when printing undef null...
2004-10-16 Chris LattnerAdd support for unreachable and undef
2004-10-11 Chris LattnerFix a warning that is emitted on the suns
2004-10-06 Chris LattnerReally fix FreeBSD, which apparently doesn't tolerate...
2004-10-06 Chris LattnerFreeBSD uses GCC. Patch contributed by Jeff Cohen!
2004-09-28 Alkis EvlogimenosPull assignment out of for loop conditional in order...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-25 Brian GaekePrevious checkin broke printf(%a) support for fp consta...
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-10 Chris LattnerPaper over CBackend/2004-08-09-va-end-null.ll
2004-07-25 Chris LattnerTemporarily disable this code, as it is emitting LLVM_N...
2004-07-21 Brian GaekeEmit NaNs and INFs bit-identically to the bytecode...
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerPatches towards fixing PR341
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...
next