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
/
Transforms
/
IPO
/
ArgumentPromotion.cpp
Age
Commit message (
Expand
)
Author
2009-02-18
Add explicit keywords.
Dan Gohman
2009-01-22
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-15
Add the private linkage.
Rafael Espindola
2008-11-16
If SI->size() is 0, we are not allowed to dereference ->begin().
Torok Edwin
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-08
Update the callgraph correctly in ArgumentPromotion.
Duncan Sands
2008-09-07
Correct a comment and strip trailing whitespace.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-29
Restructure ArgumentPromotion a bit. Instead of just having a single boolean
Matthijs Kooijman
2008-05-29
convert more operand loops to iterator formulation
Gabor Greif
2008-05-27
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-26
Factor code to copy global value attributes like
Duncan Sands
2008-05-23
Indent fix.
Matthijs Kooijman
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-13
80 col / tabs fixes
Nate Begeman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-19
Allow argpromote to promote struct arguments with a specified number
Chris Lattner
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-20
Take the old function's name.
Zhou Sheng
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-02-22
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-19
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-01
Don't drop function/call return attributes like 'nounwind'.
Duncan Sands
2008-01-17
Fix arg promotion to propagate the correct attrs on the calls to
Chris Lattner
2008-01-13
Small simplification.
Duncan Sands
2008-01-11
Teach argpromote to ruthlessly hack small byval structs when it can
Chris Lattner
2008-01-11
Use smallptrset instead of std::set for efficiency.
Chris Lattner
2008-01-11
a byval argument is guaranteed to be valid to load.
Chris Lattner
2008-01-11
Update this code to use eraseFromParent where possible. Compute
Chris Lattner
2008-01-11
replace a loop with a constant time check.
Chris Lattner
2008-01-11
another minor datastructure tweak.
Chris Lattner
2008-01-11
start using smallvector to avoid vector heap thrashing.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-25
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-26
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-23
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-03-01
Use APInt conversion to string so the result is correct regardless of the
Reid Spencer
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
[next]