For PR950:
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-17 Reid SpencerUse a predicate function to identify bitcast of fp...
2006-12-17 Reid SpencerFix PR1058:
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
2006-12-12 Reid SpencerFix the BitCastUnion type for 32-bit targets.
2006-12-11 Reid SpencerImplement correct bitcast of int<->float and long<...
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Reid SpencerAlways pass "true" to isMaxValue(bool) because we know...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-28 Andrew Lenharthgcc doesn't like an empty colbber list
2006-11-28 Andrew LenharthMake identity default, and fix PR1020
2006-11-28 Andrew Lenharthupdate comments
2006-11-28 Andrew LenharthGet the asminfo for the target most closely matching...
2006-11-27 Andrew LenharthPreliminary support for inline asm in the cbe. The...
2006-11-27 Reid SpencerWhen truncating to bool, it is necessary to & with...
2006-11-27 Reid SpencerFor PR950:
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-08 Reid SpencerFor PR950:
2006-11-05 Reid SpencerFix a bug in the last patch and convert to && instead...
2006-11-05 Reid SpencerImplement the -enabled-cbe-printf-a feature.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerEnclose a case in { and } so that the pickier compilers...
2006-10-26 Reid SpencerFor PR950:
2006-10-22 Reid SpencerDon't generate a prototype for _setjmp. At least on...
2006-10-20 Reid SpencerFor PR950:
2006-09-28 Chris LattnerSimplify some code, reformat break's
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-09 Chris LattnerAdd cbe support for powi
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-07-28 Chris LattnerMake functions with an "asm" name propagate that asm...
2006-06-20 Evan Cheng__i386__, __i386, etc. are not defined for x86-64....
2006-06-06 Chris LattnerNow that PR633 is implemented, the CBE can know to...
2006-06-02 Chris LattnerAdd mingw support, patch contributed by Anton
2006-05-31 Reid SpencerFix casting so there's no warning on Alpha.
2006-05-24 Reid SpencerFor PR786:
2006-05-23 Chris LattnerPrint struct return functions and calls as actually...
2006-04-17 Jeff CohenAdd checks for __OpenBSD__.
2006-03-23 Jim LaskeyModify how CBE handles #lines.
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-13 Chris LattnerHandle builtins that directly correspond to GCC builtins.
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-08 Jim LaskeyAdd #line support for CBE.
2006-03-07 Chris LattnerTwo things:
2006-02-13 Chris LattnerAnother hack due to allowing multiple symbols with...
2006-01-20 Robert BocchinoMake the C writer work with packed types. printContain...
2006-01-20 Chris LattnerSimplify CWriter::printContainedStructs, also allowing...
2005-12-27 Duraid Madinayet more C++ standards-compliance stuff.
2005-11-10 Chris Lattnerdo not allow '.' in symbol names
2005-11-10 Chris LattnerCall this method with the object we have
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-02 Chris LattnerFix a QOI issue noticed by Markus F.X.J. Oberhumer.
2005-09-27 Chris Lattnerfix CBackend/2005-09-27-VolatileFuncPtr.ll
2005-08-23 Chris LattnerFix PR618 and Regression/CodeGen/CBackend/2005-08-23...
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
next