Introduce new headers whose inclusion forces linking and
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
2007-05-03 Chris Lattnerrevert reid's patch to fix these failures:
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Reid SpencerMake sign extension work correctly for unusual bit...
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-13 Jeff CohenSilence VC++ warning.
2007-04-12 Reid SpencerImplement review feedback .. don't double search a...
2007-04-12 Reid SpencerProvide support for intrinsics that lower themselves...
2007-04-12 Lauro Ramos VenancioImplement Thread Local Storage (TLS) in CBackend.
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-28 Jeff CohenFix C Backend to generate code that works with Microsof...
2007-03-03 Reid SpencerMake sure that when we store a value it is masked to...
2007-02-23 Bill WendlingPR1164:
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-05 Reid SpencerFor PR411:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Reid SpencerImplement use of new IntrinsicLowering interface.
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Reid SpencerFor PR645:
2007-01-16 Chris LattnerFix SMG2000 with the CBE: opaque types need names too.
2007-01-16 Chris LattnerFix PR918 by only using typedefs to name struct types...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-12 Chris Lattnerremove obsolete fixme
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-10 Reid SpencerChange the file header name as this file was renamed.
2007-01-09 Reid SpencerFor PR1099:
2007-01-09 Reid SpencerFor PR1099:
2007-01-08 Reid SpencerFor PR1090:
2007-01-08 Reid SpencerFix PR1090:
2007-01-07 Reid SpencerFor PR1086:
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
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...
next