summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix an unused variable warningHans Wennborg2020-02-121-1/+1
* [ARM][ConstantIslands] Correct block size updateSam Parker2019-11-261-10/+10
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-18/+18
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-38/+36
* [ARM] Fix for buildbotsSam Parker2019-09-171-1/+0
* [ARM] LE support in ConstantIslandsSam Parker2019-09-171-26/+111
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-4/+4
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-5/+6
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-19/+20
* [ARM] Preserve liveness in ARMConstantIslands.Eli Friedman2019-08-161-3/+18
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-7/+7
* [ARM] Remove dead code from ARMConstantIslands.Eli Friedman2019-07-241-5/+0
* [ARM] Make sure that the constant pool does not keep in the middle of an IT b...Simi Pallipurath2019-07-241-3/+26
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-6/+2
* [ARM] Fix another -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds af...Fangrui Song2019-06-171-1/+1
* [ARM] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after D63265Fangrui Song2019-06-171-1/+1
* [ARM] Extract some code from ARMConstantIslandPassSam Parker2019-06-171-106/+52
* [ARM] Update check for CBZ in IfcvtDavid Green2019-04-231-30/+4
* [ARM] Make sure to save/restore LR when we use tBfar.Eli Friedman2019-03-191-0/+3
* [ARM] Check that CPSR does not have other usesDavid Green2019-03-171-1/+5
* [ARM] Search backwards for CMP when combining into CBZDavid Green2019-03-171-35/+59
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM] Avoid injecting constant islands in movw+movt pairs on WindowsMartin Storsjo2018-08-221-0/+16
* 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
OpenPOWER on IntegriCloud