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