[MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets.
[oota-llvm.git] / lib / Target / ARM /
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-07 Saleem AbdulrasoolARM: properly lower dllimport'ed global values
2014-07-07 Saleem AbdulrasoolARM: correctly mangle dllimport symbols
2014-07-07 Saleem AbdulrasoolARM: unify symbol name retrieval
2014-07-04 Tim NorthoverARM: when falling back to scattered relocs, keep the...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-03 Eric ChristopherRemove caching of the target machine and initialization...
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-30 Saleem AbdulrasoolARM: use symbolic name for constant
2014-06-26 Eric ChristopherRemove extraneous includes from the target machines.
2014-06-26 Eric ChristopherMove all of the ARM subtarget features down onto the...
2014-06-26 Eric ChristopherMove the frame lowering constructors out of line to...
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-23 Christian PirkerARMEB: Vector extend operations
2014-06-23 Tim NorthoverARM: mark UBFX as not allowing PC.
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-19 Alp TokerFix typos
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-17 James MolloyFix memory leak of RegScavenger accidentally added...
2014-06-16 Jim GrosbachARM: intrinsic support for rbit.
2014-06-16 Eric ChristopherSince the DataLayout is always found off of the subtarg...
2014-06-16 Tim NorthoverARM: implement correct atomic operations on v7M
2014-06-16 James MolloyRefactor the disabling of Thumb-1 LDM/STM generation
2014-06-16 Christian PirkerARMEB: Fix trunc store for vector types
2014-06-15 Eric ChristopherTemporarily revert r210953 in an attempt to bring the...
2014-06-13 Eric ChristopherRemove InstrItineraryData off of the TargetMachine...
2014-06-13 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-13 Oliver StannardARM: Fix fastcc calling convention for Thumb1
2014-06-13 Eric ChristopherMove ARMSelectionDAGInfo from the TargetMachine to...
2014-06-13 Eric ChristopherMove to a private function to initialize subtarget...
2014-06-12 Eric ChristopherHave ARMSelectionDAGInfo take a DataLayout as it's...
2014-06-12 Saleem AbdulrasoolCodeGen: enable mov.w/mov.t pairs with minsize for WoA
2014-06-12 James MolloyDisable the load/store optimization pass for Thumb-1.
2014-06-11 Jim GrosbachARM: honor hex immediate formatting for ldr/str i12...
2014-06-10 Renato GolinFix a bug in the Thumb1 ARM Load/Store optimizer
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-07 Saleem AbdulrasoolARM: correct assertion for long-calls on WoA
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
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
next