Fix this tool for use on Darwin which requires the file to come after the
[oota-llvm.git] / lib / CodeGen /
2007-01-16 Chris LattnerFix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCyc...
2007-01-16 Chris Lattneradd options to view the dags before the first or second...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnereliminate calls to Type::isInteger, preferring isIntegr...
2007-01-12 Reid SpencerCompensate for loss of DerivedTypes.h in TargetLowering.h
2007-01-12 Reid SpencerMove a function out of line.
2007-01-12 Evan ChengMinor fix.
2007-01-12 Chris LattnerSimplify code
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-12 Evan ChengStore default libgcc routine names and allow them to...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-08 Evan ChengNaming consistency.
2007-01-08 Evan ChengFix for PR1075: bottom-up register-reduction scheduling...
2007-01-08 Chris LattnerImplement some trivial FP foldings when -enable-unsafe...
2007-01-08 Jim LaskeyNeed to handle static declarations properly.
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
2007-01-07 Chris Lattnerremove support for llvm.isunordered
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-05 Evan ChengExpand fcopysign to the bitwise sequence if select...
2007-01-05 Evan ChengBug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old...
2007-01-05 Evan ChengCopyToReg source operand can be a register as well...
2007-01-05 Evan ChengGEP subscript is interpreted as a signed value.
2007-01-04 Chris Lattnerfix PowerPC/2007-01-04-ArgExtension.ll, a bug handling...
2007-01-04 Evan ChengExpand fcopysign to a series of bitwise of operations...
2007-01-03 Reid SpencerLegalizer doesn't do an ANY_EXTEND if we don't ask...
2007-01-03 Jim LaskeyNULL names should pass validation.
2007-01-03 Jim LaskeySilence warning.
2007-01-03 Reid SpencerRestore previous behavior of defaulting to ZEXT. This...
2007-01-03 Reid SpencerTwo changes:
2007-01-03 Reid SpencerClean up from recent changes. Comment the new parameter...
2007-01-02 Evan Cheng- Fixing naming inconsistency: calleesave -> calleesaved.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-22 Jim LaskeyNeed to walk the derived chain of typedefs to get actua...
2006-12-22 Evan ChengDebug dump error.
2006-12-21 Reid SpencerJust print integer constants as signed values. The...
2006-12-21 Reid SpencerSimplify all the casting business and get rid of isSign...
2006-12-20 Evan ChenggetLoad() and getStore() calls missed SVOffset operand...
2006-12-19 Chris LattnerEliminate static ctors from Statistics
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Evan ChengMay need to promote the operand (either sign_extend_inr...
2006-12-18 Evan ChengLegalizeSetCCOperands() may end up inserting libcalls...
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-17 Bill WendlingFixed so that it dereferences the ostream pointer.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Chris LattnerFix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
2006-12-16 Evan ChengCannot combine an indexed load / store any further.
2006-12-16 Evan ChengExpand FP undef
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-16 Evan ChengAllow promoted FP_TO_UINT / FP_TO_SINT to expand operand.
2006-12-16 Evan ChengExpand fabs / fneg to and / xor.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-15 Evan ChengFix select_cc, select expansion to soft-fp bugs.
2006-12-15 Jim LaskeyThis code was usurping the sextload expand in teh legal...
2006-12-15 Chris Lattnersilence a bogus warning
2006-12-15 Evan ChengMinor clean up.
2006-12-15 Evan ChengExpand FP compares to soft-fp call(s)
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-14 Evan ChengFix a long-standing spiller bug:
2006-12-13 Evan ChengMore soft-fp work.
2006-12-13 Evan ChengExpand (f64 extload f32) to (f64 fp_ext (load f32)...
2006-12-13 Evan ChengExpand fsqrt, fsin, and fcos to libcalls.
2006-12-13 Evan ChengExpand f32 / f64 to i32 / i64 conversion to soft-fp...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-12 Evan ChengExpand FP constant to integers if FP types are not...
2006-12-12 Evan ChengSoft fp FNEG, SINT_TO_FP, UINT_TO_FP libcall expansion.
2006-12-12 Evan ChengExpand ConstantFP to load from CP if float types are...
2006-12-12 Evan ChengExpand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyT...
2006-12-12 Evan Cheng- When expanding a bit_convert whose src operand is...
2006-12-12 Evan ChengExpand formal arguments and call arguments recursively...
2006-12-12 Chris Lattnerfit in 80 cols
2006-12-12 Chris Lattnerthis can only be fptrunc.
2006-12-12 Chris LattnerThis case isn't needed with recent changes to ConstantI...
2006-12-12 Chris Lattnersplit up inttoptr from ptrtoint handling, the cases...
2006-12-12 Chris Lattnerthe operand of a bitcast is always the right size,...
2006-12-12 Chris LattnerRevert Nate's patch to fix X86/store-fp-constant.ll...
2006-12-12 Chris Lattnermake this code more aggressive about turning store...
2006-12-12 Reid SpencerTidy up a bit.
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-11 Evan ChengRe-apply changes that were backed out and fix a naughty...
2006-12-11 John CriswellIt seems the llvm::OStream class does not handle stream...
2006-12-11 Chris LattnerRevert changes that broke oggenc on ppc
2006-12-11 Evan ChengDon't convert store double C, Ptr to store long C,...
2006-12-11 Evan Chengf32 / f64 node is expanded to one i32 / i64 node.
2006-12-11 Evan ChengClean up some bad code.
2006-12-11 Nate BegemanMove something that should be in the dag combiner from...
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-09 Evan ChengPreliminary soft float support.
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Evan ChengProper fix for PR1037: to determine is a VR is a modref...
2006-12-08 Evan ChengfindTiedToSrcOperand() changed.
2006-12-07 Chris LattnerFix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Reid SpencerRevision 1.83 causes PR1037.
next