aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ParameterAttributes.cpp
AgeCommit message (Expand)Author
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-09-23Use parameter attribute store (soon to be renamed) forDevang Patel
2008-08-05Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman
2008-03-13Various improvements suggested by DuncanChris Lattner
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-03-10Use utostr instead of a stringstream.Dan Gohman
2008-02-22Split ParameterAttributes.h, putting the complicatedDale Johannesen
2008-02-20Fix newly-introduced 4.3 warningsAnton Korobeynikov
2008-02-19Add Alignment field to ParameterAttributes andDale Johannesen
2008-02-19Expand ParameterAttributes to 32 bits (in preparationDale Johannesen
2008-02-16Some micro-optimizations.Duncan Sands
2008-01-21It turns out that in C++ it is legal to declare functionsDuncan Sands
2008-01-21Check that sret is only used on pointers to typesDuncan Sands
2008-01-14I noticed that the trampoline straightening transformation couldDuncan Sands
2008-01-13Allow the byval attribute for pointers to any type withDuncan Sands
2008-01-07Small cleanup for handling of type/parameter attributeDuncan Sands
2008-01-06The transform that tries to turn calls to bitcast functions intoDuncan Sands
2008-01-03Trying that again.Gordon Henriksen
2008-01-03Fix a compile error on Windows.Gordon Henriksen
2008-01-03Don't create a new ParamAttrsList (which copies the vector) just to Chris Lattner
2008-01-03move some code out of line, rearrange a bit.Chris Lattner
2008-01-02Split param attr implementation out from Function.cpp into itsChris Lattner