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
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-03-29
Fix PR3899: add support for extracting floats from vectors
Duncan Sands
2009-03-28
Make check in CheckTailCallReturnConstraints for ignorable instructions between
Arnold Schwaighofer
2009-03-28
Enable tail call optimization for functions that return a struct (bug 3664) a...
Arnold Schwaighofer
2009-03-28
Optimize some 64-bit multiplication by constants into two lea's or one lea + ...
Evan Cheng
2009-03-27
Fix what surely must be a copy+pasto.
Dan Gohman
2009-03-27
Initialize LiveOutInfo's APInt members to zero, as APInt's
Dan Gohman
2009-03-27
Shrink wrapping in PEI: initial release. Finishing development, enable with -...
John Mosby
2009-03-26
Don't assign a new stack slot if the pre-alloc splitter already assigned one.
Owen Anderson
2009-03-26
Pull transform from target-dependent code into target-independent code.
Bill Wendling
2009-03-25
Revert 67132. This is breaking some objective-c apps.
Evan Cheng
2009-03-25
When optimizing with debug info, don't keep the
Dale Johannesen
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
Do not ignore DW_TAG_class_type!
Devang Patel
2009-03-24
Fix PR3845: Avoid stale MachineInstruction pointer reference.
Evan Cheng
2009-03-24
more tidying: name the components of PhysReg in the case when
Chris Lattner
2009-03-24
Tidy a bit more.
Chris Lattner
2009-03-24
simplify this code a bit now that "allocation to a vreg class" can never
Chris Lattner
2009-03-24
Minor compile-time optimization; don't bother checking
Dan Gohman
2009-03-24
Add a pre-pass to the burr-list scheduler which makes adjustments to
Dan Gohman
2009-03-24
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-23
Fix a bug in spill weight computation. If the alias is a super-register, and ...
Evan Cheng
2009-03-23
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-23
When unfolding a load during scheduling, the new operator node has
Dan Gohman
2009-03-23
Fix PR3391 and PR3864. Reg allocator infinite looping.
Evan Cheng
2009-03-23
Don't set SUnit::hasPhysRegDefs to true unless the defs are
Dan Gohman
2009-03-23
Fix canClobberPhysRegDefs to check all SDNodes grouped together
Dan Gohman
2009-03-23
Add a new bit to SUnit to record whether a node has implicit physreg
Dan Gohman
2009-03-23
Now that errs() is properly non-buffered, there's no need to
Dan Gohman
2009-03-23
Model inline asm constraint which ties an input to an output register as mach...
Evan Cheng
2009-03-23
Do not fold away subreg_to_reg if the source register has a sub-register inde...
Evan Cheng
2009-03-20
Simplify this code; use a while instead of an if and a do-while.
Dan Gohman
2009-03-20
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-20
Fixed build warnings for unused variables.
Sanjiv Gupta
2009-03-20
Fixed the comment. No functionality change.
Sanjiv Gupta
2009-03-20
Apply the patch requested in PR3846.
Chris Lattner
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
Fix PEI to not walk off the start of a block when an updated instruction
Chris Lattner
2009-03-18
Added missing support for widening when splitting an unary op (PR3683)
Mon P Wang
2009-03-17
Don't force promotion of return arguments on the callee.
Rafael Espindola
2009-03-17
Fix codegen to compute the size of an allocation by multiplying the
Chris Lattner
2009-03-17
r66870 missed this out.
Sanjiv Gupta
2009-03-17
Reapply r67049, with the test adjusted for darwin
Duncan Sands
2009-03-17
Fix a problem with DAGCombine where we were building an illegal build
Mon P Wang
2009-03-17
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
2009-03-16
--- Reverse-merging (from foreign repository) r67049 into '.':
Bill Wendling
2009-03-16
Tweak the fix for PR3784: be less sensitive about just
Duncan Sands
2009-03-14
Give the pre-alloc splitter access to the VirtRegMap. It doesn't do anything
Owen Anderson
2009-03-14
Add newlines at end of file (this can annoy gcov)
Daniel Dunbar
2009-03-14
Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4
Mon P Wang
[next]