summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantIslandPass.cpp
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-15[ARM] Split Arm jump table branch into i12 and rs suffixed versionsMomchil Velikov
2017-11-14ARM: correctly update CFG when splitting BB to fix branch.Tim Northover
2017-11-13[ARM] Place jump table as the first operand in additionsMomchil Velikov
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-09-20[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-20[Thumb-1] Fix corner cases for compressed jump tablesWeiming Zhao
2017-04-20Fix use-after-frees on memory allocated in a Recycler.Benjamin Kramer
2017-04-06[ARM] Remove a dead ADD during the creation of TBBsDavid Green
2017-03-15ARM: avoid clobbering register in v6 jump-table expansion.Tim Northover
2017-02-23Fix assertion failure in ARMConstantIslandPass.Kristof Beyls
2017-02-22[ARM] Fix constant islands pass.Roger Ferrer Ibanez
2017-02-13[Thumb-1] TBB generation: spot redefinitions of index registerJames Molloy
2017-02-13[ARM] Register ConstantIslands with the pass managerJames Molloy
2017-01-28Cleanup dump() functions.Matthias Braun
2017-01-26[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-01-20[ARM] Use helpers for adding pred / CC operands. NFCDiana Picus
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-11-01[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy
2016-10-24Revert r284580+r284917. ("Synthesize TBB/TBH instructions")Eli Friedman
2016-10-22[ARM] Fix crash in ConstantIslandsJames Molloy
2016-10-19[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-26[ARM] Promote small global constants to constant poolsJames Molloy
2016-09-23Revert "[ARM] Promote small global constants to constant pools"James Molloy
2016-09-23[ARM] Promote small global constants to constant poolsJames Molloy
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-07-30[ARMConstantIslandPass] Remove dead code.Davide Italiano
2016-07-28TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer
2016-07-22This refactoring of ARM machine block size computation creates two utilitySjoerd Meijer
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar
2016-07-08ARM: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-04-22Fix some spelling mistakesDavid Majnemer
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2016-03-30Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...Aaron Ballman
2016-02-23Fix PR25339: ARM Constant IslandWeiming Zhao
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith
2016-02-21ADT: Remove == and != comparisons between ilist iterators and pointersDuncan P. N. Exon Smith
2016-01-15[ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith
2016-01-03Use std::is_sorted and std::none_of instead of manual loops. NFCCraig Topper
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg