Inherit CallGraphSCCPass directly from Pass.
[oota-llvm.git] / lib / CodeGen /
2007-01-25 Evan ChengAdded a MRegisterInfo hook that tells PEI the target...
2007-01-25 Jim Laskey1. Remove dwarf-verbose option (now asm-verbose.)
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Jim LaskeyUse asm printer to emit alignment
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-24 Bill WendlingUse the TargetMachOWriterInfo class to get this informa...
2007-01-23 Evan ChengPEI is now responsible for adding MaxCallFrameSize...
2007-01-23 Chris LattnerSwitch this to use SmallSet to avoid mallocs in the...
2007-01-23 Chris LattnerFix a bunch of inline asm failures
2007-01-22 Evan ChengRemove the DoubleTy special case.
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-20 Evan ChengFix for PR1108: type of insert_vector_elt index operand...
2007-01-20 Evan ChengRemove an unused variable.
2007-01-20 Evan ChengWe not align the final stack slot but instead let the...
2007-01-19 Evan ChengGetRegForReload() now keeps track which registers have...
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Evan ChengRemove this xform:
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingUse the methods in the TargetObjInfo object instead...
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
next