aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantPoolValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary #includes.Dan Gohman2009-06-051-1/+0
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-2/+2
* Handle ARM machine constantpool entries.Evan Cheng2008-11-041-4/+2
* Add debugging support.Evan Cheng2008-10-291-0/+11
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+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-6/+13
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-221-4/+16
* - Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng2007-01-301-7/+23
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+55