Set ISD::FPOW to Expand.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.cpp
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.
2007-02-02 Evan ChengFix a bug in getARMCMP (which translate CondCode to...
2007-02-01 Evan ChengThumb does not have clz.
2007-01-31 Evan ChengSpecify the right CC for comparison libcalls.
2007-01-31 Evan ChengObserve -soft-float.
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-22 Evan ChengUse bl to call Thumb fuctions directly.
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengARM backend contribution from Apple.