summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
AgeCommit message (Expand)Author
2025-03-20[Target] Use *Set::insert_range (NFC) (#132140)Kazu Hirata
2020-05-12[CodeGen] Use Align in MachineConstantPool.Craig Topper
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-10-19Prune two MachineInstr.h includes, fix up depsReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
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-09-07ARM: track globals promoted to coalesced const pool entriesSaleem Abdulrasool
2017-01-28Cleanup dump() functions.Matthias Braun
2017-01-27[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-10-05Use StringRef in ARMConstantPool 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-08[ARM] Add support for embedded position-independent codeOliver Stannard
2016-06-07ARM: correct TLS access on WoASaleem Abdulrasool
2016-06-07ARM: clang-format a couple of switches, add commentsSaleem Abdulrasool
2016-05-05ARM: don't attempt to merge litpools referencing different PC-anchors.Tim Northover
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2015-10-26ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne
2013-09-16ARM: Deduplicate ConstantPoolValues.Benjamin Kramer
2013-09-15Replace some unnecessary vector copies with references.Benjamin Kramer
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-24Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer
2012-12-21Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2011-10-24ARMConstantPoolMBB::print should print BB number.Evan Cheng
2011-10-01No one should be using the method directly. Assert if they do.Bill Wendling
2011-10-01Add a convenience method to tell if two things are equal.Bill Wendling
2011-10-01Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling
2011-10-01Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling
2011-10-01Remove dead code.Bill Wendling
2011-10-01Remove now dead methods and ivar.Bill Wendling
2011-10-01Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling
2011-10-01Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling
2011-10-01Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling
2011-10-01Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling
2011-10-01Some more refactoring.Bill Wendling
2011-10-01Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling
2011-10-01Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling
2011-09-30Constify 'isLSDA' and move a method out-of-line.Bill Wendling
2011-09-29Support creating a constant pool value for a machine basic block.Bill Wendling
2011-09-27Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner