aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantPoolValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningsJim Grosbach2009-09-011-1/+1
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-3/+4
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-281-12/+4
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-6/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-3/+4
* This void is implicit in C++.Benjamin Kramer2009-08-111-1/+1
* Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach2009-08-111-0/+5
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+1
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+90