Eliminate a few unnecessary uses of dynamic_cast.
[oota-llvm.git] / lib / VMCore / ParameterAttributes.cpp
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-10 Dan GohmanUse utostr instead of a stringstream.
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-19 Dale JohannesenAdd Alignment field to ParameterAttributes and
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-16 Duncan SandsSome micro-optimizations.
2008-01-21 Duncan SandsIt turns out that in C++ it is legal to declare functions
2008-01-21 Duncan SandsCheck that sret is only used on pointers to types
2008-01-14 Duncan SandsI noticed that the trampoline straightening transformat...
2008-01-13 Duncan SandsAllow the byval attribute for pointers to any type...
2008-01-07 Duncan SandsSmall cleanup for handling of type/parameter attribute
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-03 Gordon HenriksenTrying that again.
2008-01-03 Gordon HenriksenFix a compile error on Windows.
2008-01-03 Chris LattnerDon't create a new ParamAttrsList (which copies the...
2008-01-03 Chris Lattnermove some code out of line, rearrange a bit.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...