Create a new class, MemOperand, for describing memory references
[oota-llvm.git] / include / llvm / Target /
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...
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Chris Lattneradd a default ctor for AddrMode.
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-19 Duncan SandsFix obvious typo in comment.
2007-03-19 Evan ChengAdd a TargetInstrDescriptor flag to mark an instruction...
2007-03-16 Evan ChengAdded isLegalAddressExpression hook to test if the...
2007-03-16 Evan ChengThese forward declarations are not needed.
2007-03-14 Jeff CohenFix for VS 2005 problem supplied by Morten Ofstad.
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-08 Evan ChengAdd ReadOnlySection directive.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
next