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
2012-05-14
Remove a stale forward declaration.
Andrew Trick
2012-05-08
Remove excess semi-colons to quiet warnings.
Eric Christopher
2012-05-04
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-22
Remove unused simplifyIVUsers
Andrew Trick
2012-03-15
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-02-25
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-03
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2011-12-23
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-17
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-15
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-09
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
Jakub Staszak
2011-12-09
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-15
StringRefize and simplify.
Benjamin Kramer
2011-11-14
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-10-31
Add utility to append a function to the list of global constructors.
Devang Patel
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
whitespace
Andrew Trick
2011-09-20
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-08-19
Add SplitLandingPadPredecessors().
Bill Wendling
2011-08-10
Cleanup. Make ScalarEvolution an explicit argument of the
Andrew Trick
2011-08-10
Added a SimplifyIndVar utility to simplify induction variable users
Andrew Trick
2011-08-03
Use cast<> instead of a C-style cast to get some free assertions.
Jay Foad
2011-07-23
Move trip count discovery outside of the generic LoopUnroll helper. This
Andrew Trick
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-10
Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me
Chandler Carruth
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-06
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-06-15
Remove unused code.
Eli Friedman
2011-05-24
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-22
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-04-29
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-02
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-03-18
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-17
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
Refactor into a separate utility function.
Devang Patel
2011-02-21
If the phi node was used by an unreachable instruction that ends up using
Duncan Sands
2011-01-29
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-17
Roll r123609 back in with two changes that fix test failures with expensive
Cameron Zwarich
[prev]
[next]