Mark vector ctpop, cttz, and ctlz as Expand on x86.
[oota-llvm.git] / lib / Target / CBackend /
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-22 Chris LattnerFix PR1679, by printing GEP indices as signed values...
2007-09-17 Dale JohannesenImplement x86 long double (uses host long double,
2007-09-15 Chris LattnerFix PR1666, SPASS with the CBE and 254.gap with the...
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-07 Dale JohannesenApply feedback from previous patch.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-07-11 Lauro Ramos VenancioHandle packed structs in the CBackend.
2007-05-13 Chris LattnerFix PR1413
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-10 Reid SpencerRename Writer.cpp as CBackend.cpp so it doesn't conflic...
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-03 Reid SpencerMake CBackend -pedantic clean.
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-09-03 Chris LattnerSimplify target construction.
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-16 Chris LattnerDon't pass target name into TargetData anymore, it...
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-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Reid SpencerFix casting so there's no warning on Alpha.
next