Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators
[oota-llvm.git] / include / llvm / Target /
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Dan GohmanRemove a forward-declaration for a non-existant class.
2007-12-12 Bill WendlingBit masks conflicted. Needed to bump them by one.
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Bill WendlingRenaming:
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-24 Chris LattnerSeveral changes:
2007-11-20 Dale JohannesenFile missing from previous patch.
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-07 Hartmut KaiserFixed compilation errors on VC++.
2007-11-05 Rafael EspindolaMove the LowerMEMCPY and LowerMEMCPYCall to a common...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
2007-10-26 Evan ChengLoosen up iv reuse to allow reuse of the same stride...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-19 Chris Lattnerrename ExpandOperation to ExpandOperationResult, as...
2007-10-19 Chris Lattneradd a new target hook.
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-18 Gordon HenriksenMissing 'public' keyword.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Duncan SandsReturn Expand from getOperationAction for all extended
2007-10-16 Duncan SandsInitial infrastructure for arbitrary precision integer
2007-10-15 Chris LattnerFix 80 col violation
2007-10-13 Evan ChengChange unfoldMemoryOperand(). User is now responsible...
2007-10-12 Arnold SchwaighoferCorrected many typing errors. And removed 'nest' parame...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-10 Bill WendlingFix 80-column violations
2007-10-08 Dan GohmanAdd explicit keywords.
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-25 Evan ChengNew temporary option -new-cc-modeling-scheme to test...
2007-09-24 Dan GohmanMerge hasDotLoc and hasDotFile into hasDotLocAndDotFile...
2007-09-23 Dale JohannesenFix PR 1681. When X86 target uses +sse -sse2,
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-13 Evan ChengAdded getNumDefs().
2007-09-11 Bill WendlingAdd accessor method.
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-08-10 Christopher LambMove isSubRegOf into MRegisterInfo. Fix a missed move...
2007-08-09 Dale JohannesenUpdate per review comments.
2007-08-09 Dale Johannesenlong double 9 of N. This finishes up the X86-32 bits
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-02 Evan ChengAdded TargetInstrDescriptor::numDefs - num of results.
2007-08-01 Dan GohmanMore explicit keywords.
2007-07-30 Dan GohmanFix the comments for the 'fast' parameter in addPassesT...
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-26 Christopher LambHave register info provide the inverse mapping of regis...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-10 Evan ChengAdd OptionalDefOperand. Remove clobbersPred. Also add...
2007-07-09 Dan GohmanFix a typo in a comment.
2007-07-06 Dan GohmanRemove redundant declarations.
2007-06-28 Dan GohmanAdd new TargetLowering code to provide the final regist...
2007-06-27 Dan GohmanRename ("shrinkify") MVT::isExtendedValueType to MVT...
2007-06-26 Evan ChengAdd comment.
2007-06-26 Evan ChengAdd immediate sub-registers.
2007-06-26 Dan GohmanReplace ?: with if statements, for clarity.
2007-06-26 Dan GohmanSimplify the expression for TargetLowering::isTypeLegal.
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-21 Dan GohmanRename TargetLowering::getNumElements and friends to
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
2007-06-15 Evan ChengAdded CanBeDuplicated(). It returns true if an instruct...
2007-06-14 Dale JohannesenDo not treat FP_REG_KILL as terminator in branch analys...
2007-06-14 Dan GohmanAdd a target hook to allow loads from constant pools...
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
next