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
Age
Commit message (
Expand
)
Author
2010-06-07
Make bugpoint dead-argument-hacking actually work, and actually test it.
Dan Gohman
2010-06-07
The FoldingSet hash data includes pointer values, so it isn't
Dan Gohman
2010-06-07
Optimize this code somewhat by taking advantage of the fact
Dan Gohman
2010-06-07
Another place where the code wanted to access the argument list and not all of
Bill Wendling
2010-06-07
Micro-optimize this, to speed up this hotspot in debug builds a little.
Dan Gohman
2010-06-07
Micro-optimize this.
Dan Gohman
2010-06-07
Move exit check where it really belongs.
Jim Grosbach
2010-06-07
Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go
Dan Gohman
2010-06-07
Create new accessors to get arguments for call/invoke instructions. It breaks
Bill Wendling
2010-06-05
Partial specialization was not checking the callsite to make sure it was usin...
Kenneth Uildriks
2010-06-05
This bug is also present in MSVC10. Requested by Elrood on IRC.
Duncan Sands
2010-06-05
revert r105521, which is breaking the buildbots with stuff like this:
Chris Lattner
2010-06-05
Initial AVX support for some instructions. No patterns matched
Bruno Cardoso Lopes
2010-06-05
Improvements to tail call code. No functional effect
Dale Johannesen
2010-06-05
getFoldedOffsetOf no longer does anything special with vector types.
Dan Gohman
2010-06-05
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
LSR needs to remember inserted instructions even in postinc mode, because
Dan Gohman
2010-06-05
Fix some liveout handling related to tail calls, see comments.
Dale Johannesen
2010-06-04
Re-apply 105308 with fix.
Evan Cheng
2010-06-04
Don't track users of undef values; they aren't interesting for
Dan Gohman
2010-06-04
Make if-conversion ignore dbg_value instructions in its analysis. rdar://7797940
Jim Grosbach
2010-06-04
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
Copy location info for current function argument from dbg.declare if respecti...
Devang Patel
2010-06-04
Skip dbg_value instructions when scanning instructions in register scavenging.
Jim Grosbach
2010-06-04
Fix normalization and de-normalization of non-affine SCEVs.
Dan Gohman
2010-06-04
Keep track of the call instructions whose clobber lists were skipped during fast
Jakob Stoklund Olesen
2010-06-04
More thoroughly disable tails calls by default.
Dale Johannesen
2010-06-04
Another fix to prevent debug info from affecting codegen. rdar://7797940
Jim Grosbach
2010-06-04
more dbg_value adjustments so debug info doesn't affect codegen
Jim Grosbach
2010-06-04
Fixed a bug during widening where we would avoid legalizing a node. When we
Mon P Wang
2010-06-04
fix typo
Jim Grosbach
2010-06-04
For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs and
Bob Wilson
2010-06-03
Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.
Bob Wilson
2010-06-03
Cleanup 80-column and trim trailing whitespace
Jim Grosbach
2010-06-03
Teach the ARM load-store optimizer to deal with dbg_value instructions.
Jim Grosbach
2010-06-03
Early implementation of tail call for ARM.
Dale Johannesen
2010-06-03
Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It
Dan Gohman
2010-06-03
Revert 105308.
Bob Wilson
2010-06-03
Machine sink could potentially sink instructions into a block where the physical
Bill Wendling
2010-06-03
Add first pass at darwin tls compiler support.
Eric Christopher
2010-06-03
One underscore, not two.
Eric Christopher
2010-06-03
Implement expansion in type legalization for add/sub with overflow. The
Eli Friedman
2010-06-03
Remove some already-fixed README entries.
Eli Friedman
2010-06-03
Remove README entry which no longer compiles to something sane.
Eli Friedman
2010-06-03
Remove a fixed item, update a couple partially-fixed items.
Eli Friedman
2010-06-03
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-06-03
Use readsWritesVirtualRegister instead of counting uses and defs when inserting
Jakob Stoklund Olesen
2010-06-02
Add full register <imp-def> operands when the coalescer is creating partial
Jakob Stoklund Olesen
2010-06-02
Speedup bitcode writer. Do not walk all values for all functions to emit func...
Devang Patel
2010-06-02
Compulsive reformating. No functionalitical changes.
Bill Wendling
[next]