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
/
Utils
Age
Commit message (
Expand
)
Author
2010-08-06
Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")
Dan Gohman
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-28
simplify
Gabor Greif
2010-07-27
simplify: CallSite::get --> CallSite constructor
Gabor Greif
2010-07-26
Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus
Dan Gohman
2010-07-26
Preserve ScalarEvolution in the loop unroller.
Dan Gohman
2010-07-24
Revert this because we can't clone cyclic MDNodes which are creating during a
Nick Lewycky
2010-07-24
Whether function-local or not, a MDNode may reference a Function in which case
Nick Lewycky
2010-07-22
Speculatively revert 109117
Devang Patel
2010-07-22
keep in 80 cols
Gabor Greif
2010-07-22
Map MDNode correctly.
Devang Patel
2010-07-22
mass elimination of reliance on automatic iterator dereferencing
Gabor Greif
2010-07-22
pass dereferenced iterator to dyn_cast
Gabor Greif
2010-07-22
undo 80 column trespassing I caused
Gabor Greif
2010-07-21
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-20
Use DebugLocs instead of MDNodes.
Dan Gohman
2010-07-20
Don't look up the "dbg" metadata kind by name.
Dan Gohman
2010-07-16
Reorder the contents of various getAnalysisUsage functions, eliminating
Dan Gohman
2010-07-16
eliminate CallInst::ArgOffset
Gabor Greif
2010-07-15
Remove unneeded check, and correct style.
Owen Anderson
2010-07-15
make various clients of ReplaceAndSimplifyAllUses tolerate
Chris Lattner
2010-07-14
Extend SimplifyCFG's common-destination folding heuristic to allow a single
Owen Anderson
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache operator*'s result (in multiple functions)
Gabor Greif
2010-07-02
MDString is already checked earlier.
Devang Patel
2010-06-30
lowerinvoke needs to handle aggregate function args like sjlj eh does.
Jim Grosbach
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-28
use CallInst::ArgOffset
Gabor Greif
2010-06-28
use ArgOperand API and CallInst::ArgOffset
Gabor Greif
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-24
use callsite to obtain all arguments
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
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
[next]