Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-11 Chris Lattneradd support for returning i128, PR2532.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Nate BegemanRemove some dead code
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-04 Nate BegemanEliminate some redundant code.
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-17 Chris LattnerThis commit changes:
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-27 Chris Lattnerimplement a trivial readme entry.
2007-11-24 Chris LattnerSeveral changes:
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-11-05 Rafael EspindolaMove the LowerMEMCPY and LowerMEMCPYCall to a common...
2007-10-31 Rafael EspindolaMake ARM and X86 LowerMEMCPY identical by moving the...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-19 Rafael Espindolasplit LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYI...
2007-10-18 Chris Lattnerlegalizing the ret operation on f64 shouldn't introduce...
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-10-08 Dan GohmanMigrate X86 and ARM from using X86ISD::{,I}DIV and...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-06-26 Evan ChengSilence a warning.
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Evan ChengBe more conservative of duplicating blocks.
2007-06-19 Evan ChengAllow predicated immediate ARM to ARM calls.
2007-06-01 Evan ChengSet ARM ifcvt duplication limit to 3 for now.
2007-05-18 Evan ChengSilence some compilation warnings.
2007-05-18 Evan ChengSet ARM if-conversion block size threshold to 10 instru...
2007-05-17 Dale JohannesenMore effective breakdown of memcpy into repeated load...
2007-05-14 Lauro Ramos VenancioFix previous patch. GOTOFF can be used only when the...
2007-05-14 Lauro Ramos VenancioOptimize PIC implementation. GOTOFF can be used when...
2007-05-04 Evan ChengOn Mac OS X, GV requires an extra load only when reloca...
2007-05-03 Lauro Ramos VenancioDebug support for arm-linux.
2007-05-03 Evan ChengTypo. It's checking if V is multiple of 4, not multiple...
2007-04-27 Lauro Ramos VenancioARM TLS: implement "general dynamic", "initial exec...
2007-04-27 Evan ChengDarwin runtime library does not have these.
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-13 Chris Lattnerarm has r+r*s and r+i addr modes, but no r+i+r*s addr...
2007-04-11 Chris LattnerFix incorrect fall-throughs in addr mode code. This...
2007-04-10 Chris Lattnerrestore support for negative strides
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-04 Evan ChengTypo.
2007-04-03 Chris LattnerArm supports negative strides as well, add them. This...
2007-04-02 Chris Lattnerfix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
2007-04-02 Chris Lattneradd support for the 'w' inline asm register class.
2007-04-02 Lauro Ramos Venancio- Divides the comparisons in two types: comparisons...
2007-04-01 Evan ChengAdd i16 address mode.
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-27 Lauro Ramos Venanciobugfix: sometimes the spiller puts a load between the...
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 Lauro Ramos Venanciobugfix: When the source register of CALL_NOLINK was...
2007-03-20 Chris Lattnerfix indentation
2007-03-19 Evan ChengFix naming inconsistencies.
2007-03-16 Lauro Ramos VenancioOnly ARMv6 has BSWAP.
2007-03-16 Evan ChengAdded isLegalAddressExpression(). Only allows X +/...
2007-03-13 Evan ChengZero is always a legal AM immediate.
2007-03-12 Evan ChengUpdated TargetLowering LSR addressing mode hooks for...
2007-03-08 Evan ChengFix a typo.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-06 Anton KorobeynikovUse new SDIselParamAttr enumeration. This removes ...
2007-02-23 Lauro Ramos VenancioFix stack alignment in functions with varargs.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-03 Evan ChengFix comments.
next