summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Use correct TRAP opcode for thumb in FastISelDavid Green2020-01-061-2/+6
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+2
* [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...Guillaume Chatelet2019-10-211-4/+2
* [ARM] Generate vcmp instead of vcmpeKristof Beyls2019-10-081-16/+6
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-8/+8
* CodeGen: Migration to using RegisterMatt Arsenault2019-08-061-22/+22
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-19/+21
* [ARM] Add OptMinSize to ARMSubtargetSam Parker2019-02-081-2/+2
* [ARM] Deduplicate table generated CC analysis codeReid Kleckner2019-01-281-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* FastIsel: take care to update iterators when removing instructions.Tim Northover2018-12-171-1/+2
* [ARM] Add MemOperand to LDRcp to enable DCE.Eli Friedman2018-11-091-1/+6
* DAG: Add calling convention argument to calling convention funcsMatt Arsenault2018-07-281-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [ARMFastISel] Replace deprecated calls to MemoryIntrinsic::getAlignment() (NFCI)Daniel Neilson2018-02-091-1/+2
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-09-201-9/+10
* Fix ARMv4 supportJoerg Sonnenberger2017-08-281-2/+3
* Use report_fatal_error for unsupported calling conventionsAlex Bradbury2017-08-221-2/+2
* [ARM|CodeGen] Improve the code in FastISelJaved Absar2017-07-181-23/+20
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-1/+1
* Use Argument::hasAttribute and AttributeList::ReturnIndex moreReid Kleckner2017-04-281-13/+11
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-201-1/+2
* [IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner2017-04-141-9/+9
* ARM: make sure FastISel bails on f64 operations for Cortex-M4.Tim Northover2017-02-231-8/+13
* [ARM] Use VCMP, not VCMPE, for floating point equality comparisonsJames Molloy2017-02-131-5/+15
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-311-29/+60
* [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFCDiana Picus2017-01-131-6/+2
* [ARM] CodeGen: Remove AddDefaultCC. NFC.Diana Picus2017-01-131-2/+2
* [ARM] CodeGen: Remove AddDefaultPred. NFC.Diana Picus2017-01-131-6/+8
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* [ArmFastISel] Kill dead code. NFCI.Davide Italiano2016-10-161-35/+0
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-0/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+3
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-0/+4
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-2/+2
* [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and MuslDiana Picus2016-07-181-0/+7
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-2/+3
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-281-2/+1
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-4/+1
* Use isPositionIndependent. NFC.Rafael Espindola2016-06-261-1/+1
OpenPOWER on IntegriCloud