Grab the cached subtarget off of the MachineFunction.
[oota-llvm.git] / lib / Target / ARM /
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 John Brawn[ARM] Align stack objects passed to memory intrinsics
2015-03-17 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Eric ChristopherMove a variable into the assert where it's used - fixes...
2015-03-12 Eric ChristopherIn preparation for moving ARM's TargetRegisterInfo...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-12 Eric ChristopherRemove some unnecessary forward declarations and put...
2015-03-12 Eric ChristopherRemove the need to cache the subtarget in the ARM Targe...
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-03-11 Tim NorthoverARM: simplify and extend byval handling
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Eric ChristopherRemove dead code.
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-09 Benjamin KramerRemove the remaining uses of abs64 and nuke it.
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-07 Eric ChristopherRecommit r231324 with a fix to the ARM execution domain...
2015-03-05 Ahmed Bougacha[ARM] Enable vector extload combine for legal types.
2015-03-05 Hans WennborgRevert r231324 "Remove the conditional addition of...
2015-03-05 Eric ChristopherRemove the conditional addition of the execution depend...
2015-03-05 Eric ChristopherCleanup and remove a chunk of getARMSubtarget calls...
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to support hwdiv...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to specify the...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 Renato GolinImprove handling of stack accesses in Thumb-1
2015-02-24 Eric ChristopherRename UpdateRegAllocHint to match style guidelines.
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2015-02-24 Bob WilsonFix handling of negative offsets for AddrModeT2_i8s4...
2015-02-23 Eric ChristopherRewrite the global merge pass to be subprogram agnostic...
2015-02-23 Bob WilsonFix incorrect immediate size for AddrModeT2_i8s4 in...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Eric ChristopherMake the TargetMachine::getSubtarget that takes a Funct...
2015-02-19 Ahmed Bougacha[ARM] Re-re-apply VLD1/VST1 base-update combine.
2015-02-19 Ahmed Bougacha[ARM] Minor cleanup to CombineBaseUpdate. NFC.
2015-02-19 Ahmed Bougacha[CodeGen] Use ArrayRef instead of std::vector&. NFC.
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-18 Bradley Smith[ARM] Add missing M/R class CPUs
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-16 Ahmed Bougacha[ARM] Remove unused declaration. NFC.
2015-02-16 Matthias BraunARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA.
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Duncan P. N. Exon... ARM: Canonicalize access to function attributes, NFC
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Asiri RathnayakeARM: Fix another regression introduced in r223113
2015-02-08 Tim NorthoverARM & AArch64: teach LowerVSETCC that output type size...
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-04 Bradley Smith[ARM] Fix subtarget feature set truncation when using...
2015-02-04 Renato GolinAdding support to LLVM for targeting Cortex-A72
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
2015-02-02 Jan Wen VoungFix ARM peephole optimizeCompare to avoid optimizing...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Saleem AbdulrasoolARM: make a table more readable (NFC)
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-31 Saleem AbdulrasoolARM: support stack probe size on Windows on ARM
2015-01-30 David BlaikieAdd ARM test for r227489, but XFAIL because this is...
2015-01-30 Saleem AbdulrasoolARM: further correct .fpu directive handling
2015-01-30 Renato GolinRevert "Revert "Matching ARM change for r227481: DebugI...
2015-01-30 Renato GolinRevert "Matching ARM change for r227481: DebugInfo...
2015-01-30 Saleem AbdulrasoolARM: improve caret diagnostics for invalid FPU name
2015-01-30 Saleem AbdulrasoolARM: correct handling of .fpu directive
2015-01-30 Eric ChristopherRemove calls to bare getSubtarget and clean up the...
2015-01-29 David BlaikieMatching ARM change for r227481: DebugInfo: Teach Fast...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Eric ChristopherRemove getSubtargetImpl from ARMISelLowering and cache the
2015-01-29 Eric ChristopherSmall cleanup in ARMFastISel initialization.
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
next