summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantPoolValue.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* ARM: Deduplicate ConstantPoolValues.Benjamin Kramer2013-09-16
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-24
* Remove unnecessary classof()'sSean Silva2012-10-11
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Add a convenience method to tell if two things are equal.Bill Wendling2011-10-01
* Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling2011-10-01
* Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling2011-10-01
* Remove dead code.Bill Wendling2011-10-01
* Remove now dead methods and ivar.Bill Wendling2011-10-01
* Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling2011-10-01
* Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling2011-10-01
* Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling2011-10-01
* Some more refactoring.Bill Wendling2011-10-01
* Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling2011-10-01
* Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling2011-10-01
* Constify 'isLSDA' and move a method out-of-line.Bill Wendling2011-09-30
* Support creating a constant pool value for a machine basic block.Bill Wendling2011-09-29
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Nuke a FIXME. No need to be fancier here, as ARM handles constant poolsJim Grosbach2010-11-29
* Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach2010-11-09
* Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar2010-06-15
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-07
* Hyphenate some comments.Bob Wilson2009-11-02
* Add support for BlockAddress values in ARM constant pools.Bob Wilson2009-11-02
* Fix compiler warningsJim Grosbach2009-09-01
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-01
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-28
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach2009-08-11
* Add stdlib.hJim Grosbach2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* no really, I can spell!Chris Lattner2009-07-21
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-21
* Fix bad indentation and 80-col violation.Bob Wilson2009-07-14
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Fix a missing #include.Dan Gohman2008-12-03
* Add debugging support.Evan Cheng2008-10-29
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Trim unnecessary #includes.Dan Gohman2008-07-11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-27
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-22
* - Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng2007-01-30
* ARM backend contribution from Apple.Evan Cheng2007-01-19