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
2008-09-16
Re-enables the new vector select in the bitcode reader, by modifying the
Dan Gohman
2008-09-15
Teach ScalarEvolution to consider loop preheaders in the search for
Dan Gohman
2008-09-15
Live intervals for live-in registers should begin at the beginning of a basic...
Owen Anderson
2008-09-15
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-15
Extract optimization pass selection code from llvm-gcc into a separate routine.
Devang Patel
2008-09-15
Fixed Bug 2751
Bruno Cardoso Lopes
2008-09-15
Re-enable SelectionDAG CSE for calls. It matters in the case of
Dan Gohman
2008-09-15
Added testcase for bswap allegrexel intrinsic
Bruno Cardoso Lopes
2008-09-15
End of the GlobalsModRef experiment.
Duncan Sands
2008-09-15
Update the LLVM polygen grammar for recent language changes:
Dan Gohman
2008-09-15
Fix documentation for these functions; they do not only modify users within the
Nick Lewycky
2008-09-15
Correctly update kill infos after extending a live range and merge 2 val#'s; ...
Evan Cheng
2008-09-15
Add "sample" documentation to sample project.
Nick Lewycky
2008-09-14
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-14
adjust last patch per review feedback
Dale Johannesen
2008-09-13
minor correction
Gabor Greif
2008-09-13
Remove isImm(), isReg(), and friends, in favor of
Dan Gohman
2008-09-13
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-13
Fix random abort.
Evan Cheng
2008-09-13
Define CallSDNode, an SDNode subclass for use with ISD::CALL.
Dan Gohman
2008-09-13
Typo.
Evan Cheng
2008-09-13
Rely on instruction format to determine so_reg operand for now.
Evan Cheng
2008-09-13
Revert 56176. All those instruction formats are still needed.
Evan Cheng
2008-09-13
Accidentially flipped the condition.
Evan Cheng
2008-09-13
Add debug dumps.
Evan Cheng
2008-09-12
Eliminate unnecessary instruction formats.
Evan Cheng
2008-09-12
Addrmode 1 S bit can be dynamically set. Look for CPSR def.
Evan Cheng
2008-09-12
Rewrite address mode 1 code emission routines.
Evan Cheng
2008-09-12
The "alias" keyword comes first.
Duncan Sands
2008-09-12
On some targets, non-move instructions can become move instructions because o...
Evan Cheng
2008-09-12
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
2008-09-12
Pass "earlyclobber" bit through to machine
Dale Johannesen
2008-09-12
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-09-12
Give GlobalsModRef a whirl in the nightly testers.
Duncan Sands
2008-09-12
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-12
The sequence for ppcf128 compares was not IEEE
Dale Johannesen
2008-09-11
On 64-bit targets, change 32-bit getelementptr indices to be 64-bit
Dan Gohman
2008-09-11
Fix a vectorshuffle instcombine bug introduced by r55995.
Dan Gohman
2008-09-11
Add indirect tail call (function pointer) examples.
Arnold Schwaighofer
2008-09-11
udpate header comment: s/VP/VFP/
Jim Grosbach
2008-09-11
When tailcallopt is enabled all fastcc calls must have an aligned argument st...
Arnold Schwaighofer
2008-09-11
Fix PR2748. Avoid coalescing physical register with virtual register which wo...
Evan Cheng
2008-09-11
Fix a bug in ANY_EXTEND handling that was breaking 403.gcc on X86-64 in fast ...
Owen Anderson
2008-09-11
Fix comment typo.
Duncan Sands
2008-09-11
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
Fix a copy+paste bug that Duncan spotted. For several
Dan Gohman
2008-09-11
Fix PR2783 - coalescer bug. Missing a TargetRegisterInfo::isVirtualRegister c...
Evan Cheng
2008-09-11
Eliminate some unused methods.
Evan Cheng
2008-09-11
Indentation.
Evan Cheng
2008-09-11
lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted
Jim Grosbach
[next]