summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantPoolValue.cpp
Commit message (Expand)AuthorAge
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* This void is implicit in C++.Benjamin Kramer2009-08-11
* Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Remove some unnecessary #includes.Dan Gohman2009-06-05
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* Handle ARM machine constantpool entries.Evan Cheng2008-11-04
* Add debugging support.Evan Cheng2008-10-29
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* 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