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
/
include
/
llvm
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2009-07-03
Add Static Single Information construction pass written by André Tavares!
Nick Lewycky
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-06-27
Teach LoopSimplify how to merge multiple loop exits into a single exit,
Dan Gohman
2009-06-26
Remove unused routines.
Devang Patel
2009-06-16
Generalize instcombine's isSafeToLoadUnconditionally() function
Chris Lattner
2009-05-04
Re-apply 70645, converting ScalarEvolution to use
Dan Gohman
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
Revert r70645 for now; it's causing a variety of regressions.
Dan Gohman
2009-05-02
Convert ScalarEvolution to use CallbackVH for its internal map. This
Dan Gohman
2009-05-02
Previously, RecursivelyDeleteDeadInstructions provided an option
Dan Gohman
2009-04-20
These bitfields were being miscompiled on some
Duncan Sands
2009-03-06
Add "check/remove dbg var" helper routines.
Devang Patel
2009-03-03
When sinking an insn in InstCombine bring its debug
Dale Johannesen
2009-02-20
Factor address mode matcher out of codegen prepare to make it available to ot...
Evan Cheng
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-10
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
Devang Patel
2009-02-05
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-01-09
Adjustments to last patch based on review.
Dale Johannesen
2009-01-08
Do not inline functions with (dynamic) alloca into
Dale Johannesen
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-12-03
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
fix a really incorrect comment.
Chris Lattner
2008-12-03
Rename DeleteBlockIfDead to DeleteDeadBlock and make it
Chris Lattner
2008-12-03
Factor some code out of SimplifyCFG, forming a new
Chris Lattner
2008-11-27
Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally
Chris Lattner
2008-11-27
remove doConstantPropagation and dceInstruction, they are just
Chris Lattner
2008-11-27
move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.
Chris Lattner
2008-11-27
move MergeBasicBlockIntoOnlyPred to Transforms/Utils.
Chris Lattner
2008-11-19
Do not use separate utility to walk all instructions and remove dead dbg intr...
Devang Patel
2008-11-11
Add utility routines to remove dead debug info.
Devang Patel
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-28
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-17
Make MergeBlockIntoPredecessor more aggressive when the same successor appears
Owen Anderson
2008-07-17
Factor MergeBlockIntoPredecessor out into BasicBlockUtils.
Owen Anderson
2008-07-16
Correct a top-level comment.
Dan Gohman
2008-07-14
Reapply r53540, now with the matching header!
Chris Lattner
2008-07-14
whitespace fix.
Chris Lattner
2008-07-14
doxygenate comments and wrap to 80 cols.
Chris Lattner
2008-07-07
Add explicit keywords.
Dan Gohman
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-05-29
Prune and tidy #includes.
Dan Gohman
2008-05-14
Commit the header I accidentally left out of 51083.
Dan Gohman
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-04-21
Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
Chris Lattner
2008-03-24
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
[next]