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
/
Scalar
Age
Commit message (
Expand
)
Author
2010-02-12
Revert "Reverse the order for collecting the parts of an addrec. The order", it
Daniel Dunbar
2010-02-12
Reverse the order for collecting the parts of an addrec. The order
Dan Gohman
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-11
Make DSE only scan blocks that are reachable from the entry
Chris Lattner
2010-02-11
Make jump threading honor x|undef -> true and x&undef -> false,
Chris Lattner
2010-02-11
Ignore dbg info intrinsics.
Devang Patel
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-09
Pull these back out, they're a little too aggressive and time
Eric Christopher
2010-02-09
Add file in here too.
Eric Christopher
2010-02-09
Add a new pass to do llvm.objsize lowering using SCEV.
Eric Christopher
2010-02-05
Don't unroll loops containing function calls.
Jakob Stoklund Olesen
2010-02-05
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-02-05
Implement releaseMemory in CodeGenPrepare and free the BackEdges
Dan Gohman
2010-02-04
Do not reassociate expressions with i1 type. SimplifyCFG converts some
Bob Wilson
2010-02-03
Adjust the heuristics used to decide when SROA is likely to be profitable.
Bob Wilson
2010-02-03
Revert 94937 and move the noreturn check to codegen.
Evan Cheng
2010-02-03
Fix some comment typos.
Bob Wilson
2010-02-03
Recommit this, looks like it wasn't the cause.
Eric Christopher
2010-02-02
Hopefully temporarily revert this.
Eric Christopher
2010-02-02
Re-add strcmp and known size object size checking optimization.
Eric Christopher
2010-02-02
fix a crash in loop unswitch on a loop invariant vector condition.
Chris Lattner
2010-02-02
Don't need to check the last argument since it'll always be bool. We also
Eric Christopher
2010-02-02
More indentation/tabification fixes.
Eric Christopher
2010-02-02
Untabify previous commit.
Eric Christopher
2010-02-01
Formatting.
Eric Christopher
2010-02-01
Add an option to GVN to remove all partially redundant loads. This is currently
Bob Wilson
2010-01-31
Do not mark no-return calls tail calls. It'll screw up special calls like lon...
Evan Cheng
2010-01-30
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-29
Revert my last couple of patches. They appear to have broken bison.
Eric Christopher
2010-01-29
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
Make strcpy_chk lower to strcpy if we have a safe size.
Eric Christopher
2010-01-29
Generic reformatting and comment fixing. No functionality change.
Bill Wendling
2010-01-29
Add newline to debugging output, and fix some grammar-os in comment.
Bill Wendling
2010-01-27
Use the less expensive getName function instead of getNameStr.
Benjamin Kramer
2010-01-25
Remove check for an impossible condition: the condition of the while loop has
Bob Wilson
2010-01-25
Change Value::getUnderlyingObject to have the MaxLookup value specified as a
Bob Wilson
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-23
third bug from PR6119: the xor dupe extension allows
Chris Lattner
2010-01-23
add an early out to ProcessBranchOnXOR to speed it up,
Chris Lattner
2010-01-23
fix a crash in jump threading, PR6119
Chris Lattner
2010-01-23
Reapply 94059 while fixing the calling convention setup
Eric Christopher
2010-01-22
Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bison
Bob Wilson
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-21
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
When inserting expressions for post-increment users which contain
Dan Gohman
2010-01-21
Include IVUsers information in LSR's debug output.
Dan Gohman
2010-01-21
Prune the search for candidate formulae if the number of register
Dan Gohman
2010-01-21
Add a comment.
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
[prev]
[next]