Reapply address space patch after fixing an issue in MemCopyOptimizer.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-19 Bob WilsonRevert this change, since it was causing ARM performanc...
2010-03-18 Anton KorobeynikovGet rid of target-specific fp <-> int nodes when still...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-14 Anton KorobeynikovAdd codegen support for FP16 on ARM
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-08 Jim Grosbachtighten up eh.setjmp sequence a bit.
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-18 Jim GrosbachPatch by David Conrad:
2009-12-12 Jim GrosbachFramework for atomic binary operations. The emitter...
2009-12-11 Jim GrosbachRough first pass at compare_and_swap atomic builtins...
2009-12-10 Jim GrosbachAdd memory barrier intrinsic support for ARM. Moving...
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-10-30 Bob WilsonAdd ARM codegen for indirect branches.
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-09-23 Anton KorobeynikovARM does not support offset folding (yet). Disable...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Bob WilsonRemove unneeded ARM-specific DAG nodes for VLD* and...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovFix some typos and use type-based isel for VZIP/VUZP...
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovUse masks not nodes for vector shuffle predicates....
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-14 Evan ChengAdd Thumb2 lsr hooks.
2009-08-14 Bob WilsonCreate a new ARM-specific DAG node, VDUP, to represent...
2009-08-14 Bob WilsonDuring legalization, change Neon vdup_lane operations...
2009-08-13 Bob WilsonRevert r78852 for now. I want to do this differently...
2009-08-12 Bob WilsonRecognize Neon VDUP shuffles during legalization instea...
2009-08-12 Bob WilsonRecognize Neon VREV shuffles during legalization instea...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-07 Evan ChengIt turns out most of the thumb2 instructions are not...
2009-08-06 Bob WilsonImplement Neon VST[234] operations.
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Bob WilsonLower Neon VLD* intrinsics to custom DAG nodes, and...
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
2009-07-28 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-26 Bob WilsonAdd support for ARM Neon VREV instructions.
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-13 Bob WilsonFix comment typos.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-05-20 Bob WilsonMinor formatting fixes.
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-13 Jim GrosbachSpelling correction s/builting/builtin/ and remove...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-04 Duncan SandsRather than having a different custom legalization
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-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-04 Nate BegemanThis method should be virtual
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
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-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...
next