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
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
Minor cleanup; fixes review comments for a previous patch. Sorry for
Eli Friedman
2009-06-16
Fixed names of libcalls checked in r73480.
Sanjiv Gupta
2009-06-16
Added required libcalls for PIC16 (mostly floating points to integer casting ...
Sanjiv Gupta
2009-06-16
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-15
Change this from an assert to a cerr+exit, since it's diagnosing an
Dan Gohman
2009-06-15
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-15
CheckTailCallReturnConstraints is missing a check on the
Arnold Schwaighofer
2009-06-07
Tweak the expansion code for BIT_CONVERT to generate better code
Eli Friedman
2009-06-07
Slightly generalize the code that handles shuffles of consecutive loads
Eli Friedman
2009-06-06
Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal
Eli Friedman
2009-06-06
Factor out a couple of helpers.
Eli Friedman
2009-06-06
Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
Eli Friedman
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
Adapt the x86 build_vector dagcombine to the current state of the legalizer.
Nate Begeman
2009-06-05
Allow libcalls for i16 sdiv/udiv/rem operations.
Sanjiv Gupta
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
Dale Johannesen
2009-06-04
Don't do the X * 0.0 -> 0.0 transformation in instcombine, because
Dan Gohman
2009-06-04
Fix comments.
Dan Gohman
2009-06-02
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-01
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-05-31
Rename CustomLowerResults to CustomLowerNode, since
Duncan Sands
2009-05-30
Untabification.
Bill Wendling
2009-05-28
Do not try to create a MVT type of width 0.
Evan Cheng
2009-05-28
Re-commit r72514 and r72516 with a fixed version of BR_CC lowering.
Eli Friedman
2009-05-28
Incorporate patch feedbacks.
Evan Cheng
2009-05-28
Temporarily revert r72514 (and dependent patch r72516). It was causing this
Bill Wendling
2009-05-28
Remove a couple of useless functions.
Eli Friedman
2009-05-28
Remove special cases for more opcodes.
Eli Friedman
2009-05-28
Remove special case for SETCC opcode; add some comments explaining why
Eli Friedman
2009-05-28
Some minor cleanups.
Eli Friedman
2009-05-28
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-27
Minor cleanups; add a better explanation for the issue with
Eli Friedman
2009-05-27
Remove more special cases for opcodes.
Eli Friedman
2009-05-27
Remove special cases for more opcodes.
Eli Friedman
2009-05-27
Removing more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
Eliminate more special cases for opcodes.
Eli Friedman
2009-05-27
Remove more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
Remove unused argument.
Eli Friedman
2009-05-27
Remove more opcode special cases.
Eli Friedman
2009-05-27
Start of refactoring LegalizeDAG so that we don't need specialized
Eli Friedman
2009-05-26
Delete a bunch of dead code from LegalizeDAG.
Eli Friedman
2009-05-24
Add a comment which should hopefully make the purpose of this method a
Eli Friedman
2009-05-24
Minor improvement to FCOPYSIGN to use BIT_CONVERT in cases where the
Eli Friedman
2009-05-24
Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but
Eli Friedman
2009-05-24
Update for CMakeLists; untested, so tell me if there are issues.
Eli Friedman
2009-05-24
Remove checks of getTypeAction from LegalizeOp; we already assert that
Eli Friedman
2009-05-24
Disable type legalization in LegalizeDAG.
Eli Friedman
2009-05-23
Fix a bug in the expansion of EXTRACT_SUBVECTOR in
Eli Friedman
[prev]
[next]