summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMConstantPoolValue.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-09-201-3/+7
* ARM: track globals promoted to coalesced const pool entriesSaleem Abdulrasool2017-09-071-5/+7
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-5/+11
* Use StringRef in ARMConstantPool APIs (NFC)Mehdi Amini2016-10-051-5/+5
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-3/+17
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-17/+3
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-3/+17
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-0/+1
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-071-0/+1
* ARM: clang-format a couple of switches, add commentsSaleem Abdulrasool2016-06-071-5/+5
* Drop prelink support.Rafael Espindola2015-11-171-2/+0
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-2/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-20/+20
* ARM: Deduplicate ConstantPoolValues.Benjamin Kramer2013-09-161-0/+33
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-241-4/+2
* Remove unnecessary classof()'sSean Silva2012-10-111-5/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Add a convenience method to tell if two things are equal.Bill Wendling2011-10-011-0/+6
* Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling2011-10-011-11/+4
* Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling2011-10-011-1/+33
* Remove dead code.Bill Wendling2011-10-011-5/+0
* Remove now dead methods and ivar.Bill Wendling2011-10-011-6/+0
* Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling2011-10-011-0/+3
* Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling2011-10-011-1/+40
* Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling2011-10-011-10/+0
* Some more refactoring.Bill Wendling2011-10-011-0/+18
* Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling2011-10-011-0/+3
* Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling2011-10-011-5/+41
* Constify 'isLSDA' and move a method out-of-line.Bill Wendling2011-09-301-14/+6
* Support creating a constant pool value for a machine basic block.Bill Wendling2011-09-291-2/+12
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-1/+1
* Nuke a FIXME. No need to be fancier here, as ARM handles constant poolsJim Grosbach2010-11-291-5/+1
* Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach2010-11-091-6/+31
* Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar2010-06-151-0/+1
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-5/+5
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-071-0/+4
* Hyphenate some comments.Bob Wilson2009-11-021-3/+2
* Add support for BlockAddress values in ARM constant pools.Bob Wilson2009-11-021-7/+13
* Fix compiler warningsJim Grosbach2009-09-011-1/+1
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-0/+10
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-281-15/+1
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-8/+0
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-2/+2
OpenPOWER on IntegriCloud