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
2011-10-17
Minor style cleanup, no functionality change.
Nick Lewycky
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
Now Igor, throw the switch...give my creation life!
Bill Wendling
2011-10-17
When deleting a phi cycle after looking through copies, constrain the register
Cameron Zwarich
2011-10-17
Constraint register class with constrainRegClass() to CSE a virtual into anot...
Evan Cheng
2011-10-17
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
Removed set, but unused variable.
Chad Rosier
2011-10-17
It is safe to speculate load from GOT. This fixes performance regression caus...
Devang Patel
2011-10-16
Enable element promotion type legalization by deafault.
Nadav Rotem
2011-10-16
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-10-16
Twinify better.
Benjamin Kramer
2011-10-15
Move the legalization of vector loads and stores into LegalizeVectorOps. In some
Nadav Rotem
2011-10-15
Clear out the landing pad to call site map for each function.
Bill Wendling
2011-10-14
A few 80-col violations.
Evan Cheng
2011-10-14
Update live-in lists when splitting critical edges.
Jakob Stoklund Olesen
2011-10-14
Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".
Jim Grosbach
2011-10-14
Add value numbers when spilling dead defs.
Jakob Stoklund Olesen
2011-10-13
Don't forget to reconstruct D after changing the scope that we're
Eric Christopher
2011-10-13
Use an existing method.
Cameron Zwarich
2011-10-13
If MI is deleted then remove it from the set. If a new MI is created, it could
Nick Lewycky
2011-10-13
Tabs to spaces.
Nick Lewycky
2011-10-13
Add missing braces to pacify GCC's -Wparentheses.
Nick Lewycky
2011-10-12
Also inflate register classes around inline asm.
Jakob Stoklund Olesen
2011-10-12
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
We need to verify that the machine instruction we're using as a replacement for
Bill Wendling
2011-10-12
Use a utility from MathExtras to clarify a check and avoid undefined behavior...
Eli Friedman
2011-10-12
Disable machine LICM speculation check (for profitability) until I have time ...
Evan Cheng
2011-10-12
To find the exiting VN of a LiveInterval from a block, use the previous slot
Cameron Zwarich
2011-10-12
Fix a thinko that Nick noticed. The previous code actually worked as
Dan Gohman
2011-10-12
Expand the check for a landing pad so that it looks at the basic block's
Bill Wendling
2011-10-12
Use an existing function.
Jakob Stoklund Olesen
2011-10-12
Fix r141744.
Evan Cheng
2011-10-11
Refine r141689 with a tri-state variable.
Evan Cheng
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
Formatting.
Eric Christopher
2011-10-11
N.B. This is with the new EH scheme:
Bill Wendling
2011-10-11
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-11
Add support for legalization of vector SHL/SRA/SRL instructions
Nadav Rotem
2011-10-11
Add support for legalization of vector trunc-store where the saved scalar typ...
Nadav Rotem
2011-10-11
Cleanup the trunc-store legalization code and add asserts.
Nadav Rotem
2011-10-10
Revert r141569 and r141576.
Devang Patel
2011-10-10
Give targets a chance to expand even standard pseudos.
Jakob Stoklund Olesen
2011-10-10
If loop header is also loop exiting block then it may not be safe to hoist in...
Devang Patel
2011-10-10
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-08
Use the code that lowers the arguments and spills any values which are alive
Bill Wendling
2011-10-07
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-07
PostRA scheduler fix. Clear stale loop dependencies.
Andrew Trick
[prev]
[next]