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
Age
Commit message (
Expand
)
Author
2010-06-01
Delete unused variables (that weren't even getting expanded).
Dan Gohman
2010-06-01
Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't
Dan Gohman
2010-06-01
Refactor some SSE 2 unpack instructions
Bruno Cardoso Lopes
2010-06-01
Don't call flush() at a library level which isn't checking for errors
Dan Gohman
2010-06-01
Fix a spello affecting platforms where the configure check fails.
Dan Gohman
2010-06-01
Fix a typo in a comment.
Dan Gohman
2010-06-01
-retain-symbols-file is not what it seems. Update the makefiles
Dan Gohman
2010-06-01
Fix extra fread after EOF, non-wires-crossed version.
Dan Gohman
2010-06-01
Fix handling of 'load' nodes.
Kalle Raiskila
2010-05-31
Debreak test for non-Darwin.
Bill Wendling
2010-05-31
Fix PR7272: when inlining through a callsite with byval arguments,
Duncan Sands
2010-05-31
Add a test for the llvm-gcc commit in r90200.
Eric Christopher
2010-05-31
fix PR6623: when optimizing for size, don't inline memcpy/memsets
Chris Lattner
2010-05-31
upgrade and filecheckize this test.
Chris Lattner
2010-05-31
the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.
Chris Lattner
2010-05-31
revert r105223 which broke all my testing.
Chris Lattner
2010-05-31
Fix count so that it doesn't make an extra fread call after
Dan Gohman
2010-05-31
Avoid swap when a copy suffices.
Benjamin Kramer
2010-05-31
The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that
Nick Lewycky
2010-05-30
Use `llvm::next' instead of `next' to make VC++ 2010 happy.
Oscar Fuentes
2010-05-30
Allow for creation of clang DeclNodes tables.
Sean Hunt
2010-05-29
Some A9 load/store cleanups
Anton Korobeynikov
2010-05-29
Some rough approximations for load/stores on A9
Anton Korobeynikov
2010-05-29
NEON/VFP stuff can be issued only via Pipe1 on A9
Anton Korobeynikov
2010-05-29
Add some integer instruction itineraries for A9
Anton Korobeynikov
2010-05-29
Reorder some code in SelectionDAGBuilder.
Dan Gohman
2010-05-29
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-29
Remove unused function.
Benjamin Kramer
2010-05-29
Document aggregate operation constant expressions.
Nick Lewycky
2010-05-29
Fix typo.
Nick Lewycky
2010-05-29
Remove schedule-livein-copies. It's not being used.
Evan Cheng
2010-05-29
Fix PR7193: if sibling call address can take a register, make sure there are ...
Evan Cheng
2010-05-29
Handle composed subreg indices when processing REQ_SEQUENCE instructions.
Jakob Stoklund Olesen
2010-05-29
Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...
Evan Cheng
2010-05-28
Emit TargetRegisterInfo::composeSubRegIndices().
Jakob Stoklund Olesen
2010-05-28
Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
Jakob Stoklund Olesen
2010-05-28
Fix some latency computation bugs: if the use is not a machine opcode do not ...
Evan Cheng
2010-05-28
Schedule high latency instructions for latency reduction even if they are not...
Evan Cheng
2010-05-28
Fix comment typos.
Dale Johannesen
2010-05-28
More SSE 1 & 2 merge, this time with logical instructions
Bruno Cardoso Lopes
2010-05-28
Fix AliasDebugger to be aware of operand values too.
Dan Gohman
2010-05-28
Add lint checks for function attributes.
Dan Gohman
2010-05-28
Split the logic behind CastInst::isNoopCast into a separate static function,
Dan Gohman
2010-05-28
Fix a comment; vectors are not a special case here.
Dan Gohman
2010-05-28
MC/X86: Add alias for movzx.
Kevin Enderby
2010-05-28
MC/X86: Add alias for fwait.
Kevin Enderby
2010-05-28
Fix the use of x86 control and debug registers so that the assertion failure in
Kevin Enderby
2010-05-28
Fix Data Layout description of floating point.
Dale Johannesen
2010-05-28
Add missing space; works for me.
Dale Johannesen
2010-05-28
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
[next]