summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMachineFunctionInfo.h
AgeCommit message (Expand)Author
2017-01-26[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-09-26[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-23Revert "[ARM] Promote small global constants to constant pools"James Molloy
2016-09-23[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-21Revert r281715, it caused PR30475Nico Weber
2016-09-16[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-15Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov
2016-09-15[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-14Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov
2016-09-14[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-13Revert "[ARM] Promote small global constants to constant pools"James Molloy
2016-09-13[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-12Revert "[ARM] Promote small global constants to constant pools"James Molloy
2016-09-12[ARM] Promote small global constants to constant poolsJames Molloy
2016-04-18[NFC] Header cleanupMehdi Amini
2016-01-12CXX_FAST_TLS calling convention: performance improvement for ARM.Manman Ren
2015-10-26ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky
2015-07-14WebAssembly: fix build breakage.JF Bastien
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-13ARM: remove custom jump table UIDTim Northover
2015-03-11ARM: simplify and extend byval handlingTim Northover
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-05ARM/Dwarf: correctly align stack before callee-saved VPRsTim Northover
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-05Re-apply r214881: Fix return sequence on armv4 thumbJonathan Roelofs
2014-08-05Revert r214881 because it broke lots of build-botsJonathan Roelofs
2014-08-05Fix return sequence on armv4 thumbJonathan Roelofs
2014-07-15[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...Chris Bieneman
2014-06-18Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher
2014-06-18Replace some assert(0)'s with llvm_unreachable.Craig Topper
2014-06-15Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher
2014-06-13Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher
2014-04-02ARM: Add support for segmented stacksOliver Stannard
2014-02-16Use 16 byte stack alignment for NaCl on ARMMark Seaborn
2013-11-04ARM: remove unnecessary state-tracking during frame lowering.Tim Northover
2013-05-20PR15868 fix.Stepan Dyatkovskiy
2013-04-30Refactoring patch.Stepan Dyatkovskiy
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-09-27[arm-fast-isel] Add support for ELF PIC.Jush Lu
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-23Experimental support for aligned NEON spills.Jakob Stoklund Olesen
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-02-14Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson
2011-01-30Save a mapping between original and cloned constpool entries.Anton Korobeynikov
2011-01-17Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng
2011-01-15Fix a comment.Bob Wilson
2010-11-02Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach
2010-10-19Update comments to remove obsolete references.Jim Grosbach