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
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-26
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-24
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-23
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-10
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-08
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
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
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
Hoist a safety assert from the extraction method into the construction
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-04-30
Use an ArrayRef instead of explicit vector type.
Bill Wendling
2012-04-10
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-06
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-26
Tidy.
Eric Christopher
2012-03-26
Tidy.
Eric Christopher
2012-03-25
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-24
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-22
Remove unused simplifyIVUsers
Andrew Trick
2012-03-20
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
whitespace
Andrew Trick
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-15
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-05
Switch mem2reg to use the new hashing infrastructure.
Chandler Carruth
2012-02-25
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-20
Fix 80-column violation.
Chad Rosier
2012-02-17
Remove redundant comment. Use a more efficient datatype.
Bill Wendling
2012-02-17
Fix some grammar-os and formatting.
Bill Wendling
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-01-31
s/getInnerUnwindDest/getInnerResumeDest/g
Bill Wendling
2012-01-31
Remove ivar which is identical to another ivar.
Bill Wendling
[prev]
[next]