index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
ParameterAttributes.cpp
Age
Commit message (
Expand
)
Author
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-08-05
Fix the AsmWriter to not print extra spaces after parameter attributes.
Dan Gohman
2008-03-13
Various improvements suggested by Duncan
Chris Lattner
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-10
Use utostr instead of a stringstream.
Dan Gohman
2008-02-22
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-20
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-19
Add Alignment field to ParameterAttributes and
Dale Johannesen
2008-02-19
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-16
Some micro-optimizations.
Duncan Sands
2008-01-21
It turns out that in C++ it is legal to declare functions
Duncan Sands
2008-01-21
Check that sret is only used on pointers to types
Duncan Sands
2008-01-14
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-13
Allow the byval attribute for pointers to any type with
Duncan Sands
2008-01-07
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-06
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-03
Trying that again.
Gordon Henriksen
2008-01-03
Fix a compile error on Windows.
Gordon Henriksen
2008-01-03
Don't create a new ParamAttrsList (which copies the vector) just to
Chris Lattner
2008-01-03
move some code out of line, rearrange a bit.
Chris Lattner
2008-01-02
Split param attr implementation out from Function.cpp into its
Chris Lattner