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
2008-12-04
Add minimal support for disambiguating memory references. Currently
Dan Gohman
2008-12-04
add a debugging option to help track down j-t problems.
Chris Lattner
2008-12-03
Rewrite the liveness bookkeeping code to fix a bunch of
Dan Gohman
2008-12-03
Make the debugging dump be a full line.
Dale Johannesen
2008-12-03
Remove an unused field.
Dale Johannesen
2008-12-03
Have PseudoSourceValue override Value::dump, so that it works
Dan Gohman
2008-12-03
Fix a misspelled function name.
Dale Johannesen
2008-12-03
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
Fix an inconsistency in a comment.
Dan Gohman
2008-12-03
Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high 32-bits of a VR64 register.
Evan Cheng
2008-12-03
Don't charge the full latency for anti and output dependencies. This is
Dan Gohman
2008-12-03
A step towards geting linux ppc to work (see PR 3099)
Dale Johannesen
2008-12-03
When looking for anti-dependences on the critical path, don't bother
Dan Gohman
2008-12-03
Add a comment about callee-saved registers.
Dan Gohman
2008-12-03
Fix a really wrong comment.
Dale Johannesen
2008-12-03
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-12-03
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
Extend X86's addFrameReference to add a MachineMemOperand for
Dan Gohman
2008-12-03
Update a comment.
Dan Gohman
2008-12-03
Only check that the result of the mapping was not
Duncan Sands
2008-12-03
Fix bug 3140.
Rafael Espindola
2008-12-03
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-12-03
Refactor code. No functionality change.
Evan Cheng
2008-12-03
CC should only be a ConstantSDNode at this point. Just use 'cast' instead of ...
Bill Wendling
2008-12-03
Teach jump threading some more simple tricks:
Chris Lattner
2008-12-03
third time is the charm.
Chris Lattner
2008-12-03
fix assertion.
Chris Lattner
2008-12-03
Rename DeleteBlockIfDead to DeleteDeadBlock and make it
Chris Lattner
2008-12-03
Factor some code out of SimplifyCFG, forming a new
Chris Lattner
2008-12-03
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-12-03
Fix a missing #include.
Dan Gohman
2008-12-03
Fix this comment to reflect that it applies to types other
Dan Gohman
2008-12-03
Fix byval arguments in the fastcc calling convention. The fastcc convention
Dan Gohman
2008-12-02
Remove a (what appears to be) overly strict assertion. Here is what happened:
Evan Cheng
2008-12-02
Minor rewrite per review feedback.
Dale Johannesen
2008-12-02
Non-functional change: make custom lowering for truncate stylistically
Scott Michel
2008-12-02
CellSPU:
Scott Michel
2008-12-02
Fix a typo in a comment.
Dan Gohman
2008-12-02
Add support for folding spills into preceding defs when doing pre-alloc split...
Owen Anderson
2008-12-02
One more transformation.
Dale Johannesen
2008-12-02
Make the code do what the comment says it does.
Dale Johannesen
2008-12-02
Comment typeo fix, thanks Duncan!
Chris Lattner
2008-12-02
make it possible to custom lower TRUNCATE (needed for the CellSPU target)
Tilmann Scheller
2008-12-02
Implement PRE of loads in the GVN pass with a pretty cheap and
Chris Lattner
2008-12-02
Add a new SCEV representing signed division.
Nick Lewycky
2008-12-02
Removed some unnecessary code in widening.
Mon P Wang
2008-12-02
add a little helper function that does PHI translation.
Chris Lattner
2008-12-02
add a note
Chris Lattner
2008-12-02
Remove some errors that crept in. No functionality change.
Bill Wendling
[prev]
[next]