Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
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-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-19 Rafael Espindolasplit LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYI...
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-02 Dan GohmanMore explicit keywords.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Evan ChengAllow predicated immediate ARM to ARM calls.
2007-05-17 Dale JohannesenMore effective breakdown of memcpy into repeated load...
2007-04-27 Lauro Ramos VenancioARM TLS: implement "general dynamic", "initial exec...
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-02 Lauro Ramos Venancio- Divides the comparisons in two types: comparisons...
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
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 Dale Johannesenfix obvious comment bug
2007-03-16 Evan ChengAdded isLegalAddressExpression(). Only allows X +/...
2007-03-12 Evan ChengUpdated TargetLowering LSR addressing mode hooks for...
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-19 Evan ChengARM backend contribution from Apple.