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
2012-09-14
Remove silly dead store. Patch by Ettl Martin.
Duncan Sands
2012-09-13
Fix both the test for zero and what we do if we have a zero for
Eric Christopher
2012-09-13
Reformat, remove a couple unused variables and move some variables
Eric Christopher
2012-09-13
Enhance type legalization on bitcast from vector to integer
Michael Liao
2012-09-13
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
Fix a typo.
Nadav Rotem
2012-09-13
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-12
Recommit, with fixes:
Eric Christopher
2012-09-12
Fix PR11985
Michael Liao
2012-09-12
Remove an overly-aggressive assertion. The code following this assertion alr...
Owen Anderson
2012-09-12
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
Make findLastUseBefore handle reg-unit liveness.
Lang Hames
2012-09-12
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-11
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
Enable stack coloring.
Nadav Rotem
2012-09-11
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-11
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-10
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
80-col fixup.
Eric Christopher
2012-09-10
80-col fixup.
Eric Christopher
2012-09-10
No reason to construct this twice.
Eric Christopher
2012-09-10
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Disable stack coloring because it makes dragonegg fail bootstrapping.
Nadav Rotem
2012-09-10
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
Enable stack coloring.
Nadav Rotem
2012-09-10
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().
Michael Ilseman
2012-09-10
whitespace
Michael Ilseman
2012-09-10
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-10
Minor cleanup. No functional change.
Nadav Rotem
2012-09-10
Stack Coloring: Debug prints to print the slot number and not the array index.
Nadav Rotem
2012-09-10
Stack Coloring: When searching for disjoint regions, do not compare intervals...
Nadav Rotem
2012-09-10
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
Fix a typo in the comment.
Nadav Rotem
2012-09-10
Add an assertion that the frame index is indeed inside the declared lifetime ...
Nadav Rotem
2012-09-10
Teach the DAGBuilder about lifetime markers which are generated from PHINodes.
Nadav Rotem
2012-09-09
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
[prev]
[next]