aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ParameterAttributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various improvements suggested by DuncanChris Lattner2008-03-131-1/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-140/+203
* Use utostr instead of a stringstream.Dan Gohman2008-03-101-4/+2
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-2/+2
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* Add Alignment field to ParameterAttributes andDale Johannesen2008-02-191-1/+23
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-10/+12
* Some micro-optimizations.Duncan Sands2008-02-161-4/+5
* It turns out that in C++ it is legal to declare functionsDuncan Sands2008-01-211-6/+1
* Check that sret is only used on pointers to typesDuncan Sands2008-01-211-2/+2
* I noticed that the trampoline straightening transformation couldDuncan Sands2008-01-141-0/+7
* Allow the byval attribute for pointers to any type withDuncan Sands2008-01-131-2/+2
* Small cleanup for handling of type/parameter attributeDuncan Sands2008-01-071-7/+9
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-061-45/+18
* Trying that again.Gordon Henriksen2008-01-031-1/+0
* Fix a compile error on Windows.Gordon Henriksen2008-01-031-0/+2
* Don't create a new ParamAttrsList (which copies the vector) just to Chris Lattner2008-01-031-6/+6
* move some code out of line, rearrange a bit.Chris Lattner2008-01-031-6/+10
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-0/+226