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
Age
Commit message (
Expand
)
Author
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Return Changed. This required setting Changed if dbg metadata
Duncan Sands
2010-06-28
use ArgOperand API
Gabor Greif
2010-06-28
use ArgOperand API
Gabor Greif
2010-06-28
employ CallInst::ArgOffset (for now)
Gabor Greif
2010-06-28
use setArgOperand
Gabor Greif
2010-06-28
use CallInst::ArgOffset
Gabor Greif
2010-06-28
use ArgOperand API and CallInst::ArgOffset
Gabor Greif
2010-06-28
use cached value
Gabor Greif
2010-06-27
minor cleanup to SROA: when lowering type unsafe accesses to
Chris Lattner
2010-06-26
Fix PR7328: when turning a tail recursion into a loop, need to preserve
Duncan Sands
2010-06-25
In GenerateReassociations, don't bother thinking about individual
Dan Gohman
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
use ArgOperand API (one more hunk I could split)
Gabor Greif
2010-06-25
use ArgOperand API (some hunks I could split)
Gabor Greif
2010-06-25
use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ...
Gabor Greif
2010-06-24
Add an exports file for the Hello example plugin.
Dan Gohman
2010-06-24
A few minor micro-optimizations.
Dan Gohman
2010-06-24
Teach getExactSDiv to evaluate x/1 to x up front, as it's a common
Dan Gohman
2010-06-24
Fix copy+pasto issues in isMulSExtable.
Dan Gohman
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use (even more, still) ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API and CallSite for arg range; add necessary casts and perfor...
Gabor Greif
2010-06-24
use ArgOperand API and CallSite for arg range
Gabor Greif
2010-06-24
use (even more) ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API, also tighten the type of visitFree to make this work out ...
Gabor Greif
2010-06-24
use ArgOperand API; introduce downcasted pointers into scope to facilitate this
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use callsite to obtain all arguments
Gabor Greif
2010-06-24
use callsite to obtain all arguments
Gabor Greif
2010-06-24
use getNumArgOperands
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
Use available typedef for " DenseMap<const Value*, Value*>".
Devang Patel
2010-06-23
Cosmetic change.
Devang Patel
2010-06-22
Revert 106592 for now. It causes clang-selfhost build failure.
Devang Patel
2010-06-22
Fix OptimizeMax to handle an odd case where one of the max operands
Dan Gohman
2010-06-22
If a metadata operand is seeded in value map and the metadata should also be ...
Devang Patel
2010-06-22
While cloning a module, clone metadata attached with instructions.
Devang Patel
2010-06-22
Clone named metadata while cloning a module.
Devang Patel
2010-06-22
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
Revert 106528. It is causing self host failures.
Devang Patel
2010-06-22
Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr...
Devang Patel
2010-06-22
Revert my change to clone named metadata. Buildbots are complaining.
Bob Wilson
[prev]
[next]