Added iterators to ImmutableSet.
[oota-llvm.git] / include / llvm / Target /
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...
2007-06-06 Evan ChengAdd a machine instruction flag indicating the instructi...
2007-06-01 Evan ChengTarget specific ifcvt code duplication limit.
2007-05-29 Dale JohannesenMake stable_sort in tail merging actually be stable...
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-25 Devang PatelDisable Tail Merging for now.
2007-05-23 Evan ChengAdd a couple of target hooks for predication.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-22 Evan ChengConsistency.
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-18 Evan ChengFix comment.
2007-05-17 Evan ChengRemove. Not needed.
2007-05-16 Evan ChengAdd target hook to specify block size limit for if...
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Move TargetInstrIn...
2007-05-16 Evan ChengFix comments.
2007-05-16 Evan ChengAdd TargetInstrInfo predication hooks.
2007-05-15 Evan ChengAll operands that made up of the predicate operands...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-05-03 Devang PatelDrop 'const'
2007-05-03 Chris LattnerAdd a new option.
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengAdd SPAdj parameter to account for call frame setup...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-05-01 Evan ChengAdded hook hasReservedCallFrame(). It returns true...
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-28 Chris Lattneradd a default parameter
2007-04-26 Dan GohmanFix a typo in a comment.
2007-04-25 Evan ChengTest if a register is sub- or super-register of another.
2007-04-21 Evan ChengAdd super-register set.
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengAdd sub-registers set accessor.
2007-04-20 Evan ChengAdd sub-register sets.
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
next