summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-3/+4
* [ARM] Don't reserve R12 on Thumb1 as an emergency spill slot.Eli Friedman2019-06-261-57/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* [ARM] Fold variable into assert.Benjamin Kramer2018-03-021-2/+1
* [ARM] Fix access to stack arguments when re-aligning SP in Armv6mMomchil Velikov2018-03-021-14/+3
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [ARM] Use helpers for adding pred / CC operands. NFCDiana Picus2017-01-201-3/+4
* [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFCDiana Picus2017-01-131-6/+9
* [ARM] CodeGen: Remove AddDefaultPred. NFC.Diana Picus2017-01-131-11/+15
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-2/+6
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-4/+4
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-60/+58
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Move a variable into the assert where it's used - fixes a -AssertsEric Christopher2015-03-121-2/+1
* In preparation for moving ARM's TargetRegisterInfo to the TargetMachineEric Christopher2015-03-121-0/+624
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-021-755/+0
* Implement Thumb2 ldr.Evan Cheng2009-06-291-3/+3
* Simplify a bitAnton Korobeynikov2009-06-271-24/+22
* ARM refactoring. Step 2: split RegisterInfoAnton Korobeynikov2009-06-271-0/+757
OpenPOWER on IntegriCloud