summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantPoolValue.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-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
* Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach2009-08-111-2/+1
* Add stdlib.hJim Grosbach2009-08-111-0/+1
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-0/+2
* no really, I can spell!Chris Lattner2009-07-211-1/+1
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-211-0/+7
* Fix bad indentation and 80-col violation.Bob Wilson2009-07-141-1/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+1
* Fix a missing #include.Dan Gohman2008-12-031-0/+1
* Add debugging support.Evan Cheng2008-10-291-1/+15
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+1
* Trim unnecessary #includes.Dan Gohman2008-07-111-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-271-2/+6
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-221-2/+8
* - Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng2007-01-301-3/+18
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+50