Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.
[oota-llvm.git] / lib / Target / ARM /
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the ARM...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-27 Akira Hatanaka[ARM] Enable changing instprinter's behavior based...
2015-03-27 Akira Hatanakaclang-format ARMInstPrinter.{h,cpp} before I make chang...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-26 Derek SchuffUse movw/movt instead of constant pool loads to lower...
2015-03-26 Renato GolinAdds an option to disable ARM ld/st optim pass
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-25 Andrew KaylorFix remaining MSVC warning
2015-03-25 Benjamin Kramer[ARM] Rewrite .save/.vsave emission with bit math
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Ahmed Bougacha[AArch64, ARM] Enable GlobalMerge with -O3 rather than...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Bradley SmithRevert "[ARM] Add more pattern matching for f16 <-...
2015-03-23 James Molloy[ARM] Remove target-specific ITOFP/FPTOI nodes
2015-03-23 Bradley Smith[ARM] Add more pattern matching for f16 <-> f64 conversions
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
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...
next