- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
[oota-llvm.git] / lib / CodeGen /
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Chris Lattneradd initial support for handling inline asms with multi...
2007-01-29 Jim LaskeyOut of line function.
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Nate BegemanProperly support cstrings
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Jim LaskeyDisable zero landing pads for now.
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-29 Reid SpencerUse TargetData to obtain the correct size of the "size_...
2007-01-28 Reid SpencerFor PR1138:
2007-01-28 Anton KorobeynikovArguments are counting from 1. not from 0. Maybe we...
2007-01-28 Anton KorobeynikovMore cleanup
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-27 Bill WendlingUse TargetELFWriterInfo class.
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-26 Jim Laskeyrename files
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-26 Jim LaskeyClarify some constants.
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.
next