summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-141-13/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-141-0/+13
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-131-13/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-131-0/+13
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-121-13/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-121-0/+13
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* CXX_FAST_TLS calling convention: performance improvement for ARM.Manman Ren2016-01-121-1/+8
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-9/+1
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* WebAssembly: fix build breakage.JF Bastien2015-07-141-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* ARM: remove custom jump table UIDTim Northover2015-05-131-14/+1
* ARM: simplify and extend byval handlingTim Northover2015-03-111-5/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* ARM/Dwarf: correctly align stack before callee-saved VPRsTim Northover2014-11-051-1/+4
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Re-apply r214881: Fix return sequence on armv4 thumbJonathan Roelofs2014-08-051-1/+8
* Revert r214881 because it broke lots of build-botsJonathan Roelofs2014-08-051-8/+1
* Fix return sequence on armv4 thumbJonathan Roelofs2014-08-051-1/+8
* [RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...Chris Bieneman2014-07-151-0/+14
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-181-10/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-151-1/+10
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-131-10/+1
* ARM: Add support for segmented stacksOliver Stannard2014-04-021-0/+7
* Use 16 byte stack alignment for NaCl on ARMMark Seaborn2014-02-161-1/+1
* ARM: remove unnecessary state-tracking during frame lowering.Tim Northover2013-11-041-61/+0
* PR15868 fix.Stepan Dyatkovskiy2013-05-201-1/+16
* Refactoring patch.Stepan Dyatkovskiy2013-04-301-5/+5
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-271-2/+10
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Experimental support for aligned NEON spills.Jakob Stoklund Olesen2011-12-231-0/+16
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson2011-02-141-17/+0
* Save a mapping between original and cloned constpool entries.Anton Korobeynikov2011-01-301-0/+17
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-171-11/+11
* Fix a comment.Bob Wilson2011-01-151-2/+2
* Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach2010-11-021-26/+53
* Update comments to remove obsolete references.Jim Grosbach2010-10-191-6/+5
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-201-51/+25
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-101-2/+9
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-101-9/+2
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-101-2/+9
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-181-2/+10
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-2/+8
* eliminate the ARMFunctionInfo::Align member, using Chris Lattner2010-01-271-10/+0
* Cleanup up unused R3LiveIn tracking.Jim Grosbach2009-10-081-10/+2
OpenPOWER on IntegriCloud