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
2010-03-23
Forgot this.
Evan Cheng
2010-03-12
Add a virtual destructor and give vtable a home.
Benjamin Kramer
2010-03-12
Factor checked library call optimization into a common helper class and use it
Benjamin Kramer
2010-03-11
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...
Benjamin Kramer
2010-03-11
Lower stpcpy_chk when possible.
Eric Christopher
2010-03-11
Add strncpy libcall creator. Use it when it should be used.
Eric Christopher
2010-03-05
Move SimplifyLibCalls's LibCall builders to a separate file so they
Eric Christopher
2010-02-16
Rename SuccessorNumber to GetSuccessorNumber.
Bob Wilson
2010-02-16
Refactor to share code to find the position of a basic block successor in the
Bob Wilson
2010-02-05
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-01-30
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-29
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-27
Don't bother with sprintf, just pass the Twine through.
Benjamin Kramer
2010-01-21
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-12
add a helper function.
Chris Lattner
2010-01-05
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
Remove dead debug info intrinsics.
Devang Patel
2009-12-22
comment fix: weakvh -> tracking vh
Chris Lattner
2009-12-18
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-11-23
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-19
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.
Chris Lattner
2009-11-05
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-11-01
Improve the other instance of the comment.
Duncan Sands
2009-10-31
update the comment above llvm::SplitCriticalEdge, and make
Chris Lattner
2009-10-31
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-24
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-10-24
Add an explicit keyword.
Dan Gohman
2009-10-16
Strip trailing white space.
Duncan Sands
2009-10-13
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-13
Start refactoring the inline cost estimation code so that it can be used
Dan Gohman
2009-10-10
add a simple helper method.
Chris Lattner
2009-10-10
add ability for clients of SSAUpdater to find out about the
Chris Lattner
2009-10-10
add the ability to get a rewritten value from the middle of a block,
Chris Lattner
2009-10-10
rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect
Chris Lattner
2009-10-10
Implement an efficient and fully general SSA update mechanism that
Chris Lattner
2009-10-09
Use names instead of numbers for some of the magic
Dale Johannesen
2009-10-04
Do away with the strange use of BitVectors in SSI, and just use normal sets. ...
Owen Anderson
2009-09-16
Preserve ProfileInfo during CodeGenPrepare.
Andreas Neustifter
2009-09-10
Correctly handle the case where a comparison is created in one BasicBlock and
Nick Lewycky
2009-09-08
Re-apply r80926, with fixes: keep the domtree informed of new blocks
Dan Gohman
2009-09-06
Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...
Evan Cheng
2009-09-03
Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify
Dan Gohman
2009-08-27
reduce header #include'age
Chris Lattner
2009-08-27
enhance InlineFunction to be able to optionally return
Chris Lattner
2009-08-27
smallvectorize the list of returns built by CloneAndPruneFunctionInto.
Chris Lattner
[prev]
[next]