aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantPoolValue.h
AgeCommit message (Expand)Author
2010-06-15Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2009-11-07- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng
2009-11-02Hyphenate some comments.Bob Wilson
2009-11-02Add support for BlockAddress values in ARM constant pools.Bob Wilson
2009-09-01Fix compiler warningsJim Grosbach
2009-09-01Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach
2009-08-28Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng
2009-08-23remove various std::ostream version of printing methods fromChris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach
2009-08-11Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach
2009-08-11Add stdlib.hJim Grosbach
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-07-21no really, I can spell!Chris Lattner
2009-07-21add an API so target-independent codegen can determine if a constantChris Lattner
2009-07-14Fix bad indentation and 80-col violation.Bob Wilson
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-12-03Fix a missing #include.Dan Gohman
2008-10-29Add debugging support.Evan Cheng
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-07-11Trim unnecessary #includes.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-04-27ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio
2007-04-22Implement PIC for arm-linux.Lauro Ramos Venancio
2007-01-30- Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng