summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-191-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+1
* 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-2/+1
* ARM: track globals promoted to coalesced const pool entriesSaleem Abdulrasool2017-09-071-3/+14
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-2/+6
* Use StringRef in ARMConstantPool APIs (NFC)Mehdi Amini2016-10-051-10/+9
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-0/+12
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-12/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-0/+12
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-0/+2
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-071-0/+2
* ARM: clang-format a couple of switches, add commentsSaleem Abdulrasool2016-06-071-5/+10
* ARM: don't attempt to merge litpools referencing different PC-anchors.Tim Northover2016-05-051-3/+3
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-2/+1
* ARM: Deduplicate ConstantPoolValues.Benjamin Kramer2013-09-161-47/+3
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-151-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-241-17/+4
* Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer2012-12-211-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-1/+1
* ARMConstantPoolMBB::print should print BB number.Evan Cheng2011-10-241-0/+1
* No one should be using the method directly. Assert if they do.Bill Wendling2011-10-011-12/+1
* Add a convenience method to tell if two things are equal.Bill Wendling2011-10-011-16/+4
* Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling2011-10-011-21/+5
* Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling2011-10-011-0/+57
* Remove dead code.Bill Wendling2011-10-011-9/+0
* Remove now dead methods and ivar.Bill Wendling2011-10-011-28/+12
* Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling2011-10-011-2/+7
* Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling2011-10-011-4/+78
* Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling2011-10-011-28/+3
* Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling2011-10-011-5/+2
* Some more refactoring.Bill Wendling2011-10-011-6/+60
* Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling2011-10-011-0/+7
* Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling2011-10-011-1/+53
* Constify 'isLSDA' and move a method out-of-line.Bill Wendling2011-09-301-0/+14
* Support creating a constant pool value for a machine basic block.Bill Wendling2011-09-291-0/+18
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Initialize an ARMConstantPoolValue field.Jan Wen Voung2010-12-011-1/+1
* Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach2010-11-091-6/+6
* Fix a potential null dereference bug.Evan Cheng2010-09-241-4/+12
OpenPOWER on IntegriCloud