Fix return sequence on armv4 thumb
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-11 Hal FinkelAdd 'override' to getRegisterByName in *ISelLowering.h
2014-05-09 Louis GerbargAdd custom lowering for add/sub with overflow intrinsic...
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Saleem AbdulrasoolARM: support PIC on Windows on ARM
2014-05-06 Renato GolinImplememting named register intrinsics
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-02-10 Tim NorthoverARM: use natural LLVM IR for vshll instructions
2014-02-10 Tim NorthoverARM: use LLVM IR to represent the vshrn operation
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-11-03 Bob WilsonEnable optimization of sin / cos pair into call to...
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-08-23 Joey Gouly[ARMv8] Add CodeGen for VMAXNM/VMINNM.
2013-08-06 Tim NorthoverARM: implement allowTruncateForTailCall
2013-07-16 Renato GolinARM EABI divmod support
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-10 Stephen LinFix typo
2013-07-10 Stephen LinExplicitly define ARMISelLowering::isFMAFasterThanFMulA...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-20 Stepan DyatkovskiyPR15868 fix.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-05 Stepan DyatkovskiyFor ARM backend, fixed "byval" attribute support.
2013-04-30 Stepan DyatkovskiyRefactoring patch.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-06 Matt Beaumont-GayAdd a 'using' declaration to suppress GCC's -Woverloade...
2012-12-06 Evan ChengReplace r169459 with something safer. Rather than havin...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-10-19 Stepan DyatkovskiyARM:
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-10 Stepan DyatkovskiyIssue description:
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-08-18 Jakob Stoklund OlesenRemove the CAND/COR/CXOR custom ISD nodes and their...
2012-08-12 Arnold SchwaighoferRevert 161581: Patch to implement UMLAL/SMLAL instructi...
2012-08-12 Craig TopperChange addTypeForNeon to use MVT instead of EVT so...
2012-08-09 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-06-11 Bill WendlingRe-enable the CMN instruction.
2012-06-01 Manman RenARM: properly handle alignment for struct byval.
2012-06-01 Manman RenARM: support struct byval in llvm
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-15 Lang HamesUse vmov.f32 to materialize f32 consts on ARM. This...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2011-11-16 Bob WilsonFix ARM SjLj-EH dispatch setup code. <rdar://problem...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-02 Lang HamesFixed parameter name.
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-10-07 Bill WendlingTake the code that was emitted for the llvm.eh.dispatch...
2011-10-06 Bill WendlingRefactor some of the code that sets up the entry block...
2011-10-03 Bill WendlingCheck-pointing the new SjLj EH lowering.
2011-09-30 Jim GrosbachARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Evan ChengImprove codegen for select's:
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from the ARM...
next