summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantPoolValue.h
Commit message (Expand)AuthorAgeFilesLines
* 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