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
2010-04-20
Fix rdar://7879828 - crash in CallGraph, a self host issue.
Chris Lattner
2010-04-16
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
2010-03-27
When we promote a load of an argument make sure to take the alignment
Eric Christopher
2010-03-23
add assert in argpromotion, which cannot trigger
Gabor Greif
2010-02-25
Correct whitespace.
Nick Lewycky
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-05
Change errs() to dbgs().
David Greene
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-09-15
add a new CallGraphNode::replaceCallEdge method and use it from
Chris Lattner
2009-09-01
remove CallGraphNode::replaceCallSite, it is redundant with other APIs.
Chris Lattner
2009-08-31
add -debug output
Chris Lattner
2009-08-31
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-08-24
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-14
Make TargetData optional in GlobalOpt and ArgumentPromotion.
Dan Gohman
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-30
Twines: Don't allow implicit conversion from integers, this is too tricky.
Daniel Dunbar
2009-07-30
Switch obvious clients to Twine instead of utostr (when they were already using
Daniel Dunbar
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-22
Remove unnecessary store to temporary std::string.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-15
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-06
More LLVMContext-ification.
Owen Anderson
2009-06-10
Implement and use new method Function::hasAddressTaken().
Jay Foad
2009-04-17
Use a safer iterator interface and get rid of std C++ library misuse.
David Greene
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
[next]