Remove caching of the subtarget for X86FrameLowering.
[oota-llvm.git] / lib / Target / ARM /
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-01 Christian PirkerARMEB: Fix function return type f64
2014-05-31 Alp TokerUpdate a couple of header inclusion guards
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-27 Tim NorthoverARM: teach AAPCS-VFP to deal with Cortex-M4.
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-22 Eric ChristopherOverride runOnMachineFunction for ARMISelDAGToDAG so...
2014-05-22 Eric ChristopherFix typo.
2014-05-21 Saleem AbdulrasoolMC: correct IMAGE_REL_ARM_MOV32T relocation emission
2014-05-21 Saleem AbdulrasoolARM: correct bundle generation for MOV32T relocations
2014-05-20 Christian PirkerARMEB: Additional test files for ARM fixups
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-18 Saleem AbdulrasoolARM: make libcall setup more table driven
2014-05-18 Saleem AbdulrasoolARM: improve WoA ABI conformance for frame register
2014-05-18 Saleem AbdulrasoolARM: consolidate frame pointer register knowledge
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolARM: whitespace
2014-05-17 Saleem AbdulrasoolARM: use the proper target object format for WoA
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-05-16 James MolloyFix the Load/Store optimization pass to work with Thumb1.
2014-05-16 James MolloyEnable the Load/Store optimization pass for Thumb1...
2014-05-16 James MolloyFix a few comment typos and style issues.
2014-05-16 Saleem AbdulrasoolARM: add some integer/floating point conversion libcalls
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Jonathan RoelofsFix some dyslexia in an assert message
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Christian PirkerARM-BE: test files for vector argument passing
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
2014-05-13 Rafael EspindolaRevert "ARMEB: Fix byte order of EH frame unwinding...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instructions
2014-05-12 Louis GerbargAdd support bswap16 to/from memory compiling to rev16...
2014-05-12 Christian PirkerARM: Implement big endian bit-conversion for NEON type
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-08 Christian PirkerARM big endian function argument passing
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-07 Saleem AbdulrasoolARM: mark additional instructions as MachineFrameSetup
2014-05-07 Saleem AbdulrasoolARM: fix WoA PEI instruction selection
2014-05-06 Joerg SonnenbergerIf a function needs a frame pointer, but r11 (aka fp...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-04 Saleem AbdulrasoolCodeGen: correct memset emittance for WoA
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-05-01 Saleem AbdulrasoolARM: fix memory leak, simplify WoA stack probing
2014-05-01 Saleem AbdulrasoolARM: support expanding external symbols in 32-bit moves
2014-05-01 Joerg SonnenbergerIf necessary for indirect encodings, emit stubs.
2014-04-30 Joerg SonnenbergerPrepare support of Itanium ABI on ARM as opposed to...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-30 Saleem AbdulrasoolARM: move llvm_unreachable use
2014-04-30 Saleem AbdulrasoolARM: partially handle 32-bit relocations for WoA
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Tim NorthoverARM: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Tim NorthoverARM: stop passing unused values up the TableGen hierarchy.
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-27 Saleem AbdulrasoolARM: MSVC does not support = default
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolARM: Support SingleParameterDotFile on WoA
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Stepan DyatkovskiyFix for PR18921, "vmov" part.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 Tim NorthoverARM: disable emission of __XYZvfp in soft-float environ...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-19 Alp TokerRemove some empty statements
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
next