Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / ARM /
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...
2015-01-23 Jyoti AllurThis patch fixes issue with lowering below mentioned...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-21 Jonathan RoelofsFix load-store optimizer on thumbv4t
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Bradley Smith[ARM] SSAT/USAT with an 'asr #32' shift should result...
2015-01-19 Bradley Smith[ARM] Fixup sign extend instruction availability w...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Jyoti AllurCorrect POP handling for v7m
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-13 Mehdi AminiPeephole opt needs optimizeSelect() to keep track of...
2015-01-13 Saleem AbdulrasoolARM: prepare prefix parsing for improved AAELF support
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS16
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS8 relocations
2015-01-08 Akira Hatanaka[ARM] Fix a bug in constant island pass that was trigge...
2015-01-08 Kristof BeylsFix large stack alignment codegen for ARM and Thumb2...
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-07 Ahmed Bougacha[CodeGen] Use MVT iterator_ranges in legality loops...
2015-01-07 Asiri RathnayakeFix regression in r225266.
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Asiri Rathnayake[ARM] Cleanup so_imm* tblgen defintions
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-05 Charlie TurnerParse Tag_compatibility correctly.
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2015-01-03 Saleem AbdulrasoolARM: permit tail calls to weak externals on COFF
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 Saleem AbdulrasoolMC: address some comments in deprecation checks
2014-12-23 Ahmed Bougacha[ARM] Don't break alignment when combining base updates...
2014-12-22 Adrian PrantlThumb1 frame lowering: Mark CFI instructions with the...
2014-12-20 Saleem AbdulrasoolARM: further improve deprecated diagnosis (LDM)
2014-12-19 Tilmann Scheller[ARM] Remove dead assignment.
next