summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-55/+56
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [ARM] Another f16 litpool fixSjoerd Meijer2018-02-271-2/+6
* Recommit: [ARM] f16 constant pool fixSjoerd Meijer2018-02-221-4/+2
* Revert r325754 and r325755 (f16 literal pool) because buildbots were unhappy.Sjoerd Meijer2018-02-221-2/+4
* [ARM] f16 constant pool fixSjoerd Meijer2018-02-221-4/+2
* [ARM] Allow half types in ConstantPoolSjoerd Meijer2018-02-131-1/+9
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-16/+16
* [ARM] Split Arm jump table branch into i12 and rs suffixed versionsMomchil Velikov2017-11-151-1/+2
* ARM: correctly update CFG when splitting BB to fix branch.Tim Northover2017-11-141-0/+6
* [ARM] Place jump table as the first operand in additionsMomchil Velikov2017-11-131-7/+7
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-09-201-16/+12
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Thumb-1] Fix corner cases for compressed jump tablesWeiming Zhao2017-04-201-0/+9
* Fix use-after-frees on memory allocated in a Recycler.Benjamin Kramer2017-04-201-4/+3
* [ARM] Remove a dead ADD during the creation of TBBsDavid Green2017-04-061-1/+42
* ARM: avoid clobbering register in v6 jump-table expansion.Tim Northover2017-03-151-2/+8
* Fix assertion failure in ARMConstantIslandPass.Kristof Beyls2017-02-231-0/+1
* [ARM] Fix constant islands pass.Roger Ferrer Ibanez2017-02-221-0/+7
* [Thumb-1] TBB generation: spot redefinitions of index registerJames Molloy2017-02-131-1/+17
* [ARM] Register ConstantIslands with the pass managerJames Molloy2017-02-131-1/+6
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+3
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-261-17/+39
* [ARM] Use helpers for adding pred / CC operands. NFCDiana Picus2017-01-201-10/+11
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-3/+5
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-1/+1
* [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy2016-11-011-15/+93
* Revert r284580+r284917. ("Synthesize TBB/TBH instructions")Eli Friedman2016-10-241-91/+14
* [ARM] Fix crash in ConstantIslandsJames Molloy2016-10-221-1/+3
* [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy2016-10-191-14/+89
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-0/+6
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-6/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-0/+6
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-3/+2
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [ARMConstantIslandPass] Remove dead code.Davide Italiano2016-07-301-20/+0
* TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer2016-07-281-10/+10
* This refactoring of ARM machine block size computation creates two utilitySjoerd Meijer2016-07-221-123/+5
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-3/+3
* ARM: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-34/+25
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-11/+11
OpenPOWER on IntegriCloud