summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMConstantPoolValue.h
AgeCommit message (Expand)Author
2025-10-25[llvm] Use iterator_range<T>(Container &&) (NFC) (#165117)Kazu Hirata
2020-05-12[CodeGen] Use Align in MachineConstantPool.Craig Topper
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
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-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
2015-11-17Drop prelink support.Rafael Espindola
2015-10-26ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-09-16ARM: Deduplicate ConstantPoolValues.Benjamin Kramer
2012-12-24Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer
2012-10-11Remove unnecessary classof()'sSean Silva
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
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-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
2010-11-29Nuke a FIXME. No need to be fancier here, as ARM handles constant poolsJim Grosbach
2010-11-09Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach
2010-06-15Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2009-11-07- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng
2009-11-02Hyphenate some comments.Bob Wilson
2009-11-02Add support for BlockAddress values in ARM constant pools.Bob Wilson
2009-09-01Fix compiler warningsJim Grosbach
2009-09-01Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach
2009-08-28Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng
2009-08-23remove various std::ostream version of printing methods fromChris Lattner