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
2007-01-05
Expand fcopysign to the bitwise sequence if select is marked as expensive.
Evan Cheng
2007-01-05
Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0
Evan Cheng
2007-01-05
CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...
Evan Cheng
2007-01-05
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-04
fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with
Chris Lattner
2007-01-04
Expand fcopysign to a series of bitwise of operations when it's profitable to
Evan Cheng
2007-01-03
Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure
Reid Spencer
2007-01-03
NULL names should pass validation.
Jim Laskey
2007-01-03
Silence warning.
Jim Laskey
2007-01-03
Restore previous behavior of defaulting to ZEXT. This works around two
Reid Spencer
2007-01-03
Two changes:
Reid Spencer
2007-01-03
Clean up from recent changes. Comment the new parameter to ExpandLibCall.
Reid Spencer
2007-01-02
- Fixing naming inconsistency: calleesave -> calleesaved.
Evan Cheng
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-22
Need to walk the derived chain of typedefs to get actual size.
Jim Laskey
2006-12-22
Debug dump error.
Evan Cheng
2006-12-21
Just print integer constants as signed values. The actual signedness
Reid Spencer
2006-12-21
Simplify all the casting business and get rid of isSigned().
Reid Spencer
2006-12-20
getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman
Evan Cheng
2006-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
Fix for PR1059: http://llvm.org/PR1059
Anton Korobeynikov
2006-12-19
May need to promote the operand (either sign_extend_inreg or and) before
Evan Cheng
2006-12-18
LegalizeSetCCOperands() may end up inserting libcalls. They need to be
Evan Cheng
2006-12-18
Convert the last uses of CastInst::createInferredCast to a normal cast
Reid Spencer
2006-12-18
move ExtWeakSymbols to AsmPrinter
Rafael Espindola
2006-12-17
Fixed so that it dereferences the ostream pointer.
Bill Wendling
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-16
Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
Chris Lattner
2006-12-16
Cannot combine an indexed load / store any further.
Evan Cheng
2006-12-16
Expand FP undef
Evan Cheng
2006-12-16
The best unbreakage yet, addressing Bill's concerns.
Jeff Cohen
2006-12-16
Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand.
Evan Cheng
2006-12-16
Expand fabs / fneg to and / xor.
Evan Cheng
2006-12-15
An even better unbreakage...
Jeff Cohen
2006-12-15
Fix select_cc, select expansion to soft-fp bugs.
Evan Cheng
2006-12-15
This code was usurping the sextload expand in teh legalizer. Just make
Jim Laskey
2006-12-15
silence a bogus warning
Chris Lattner
2006-12-15
Minor clean up.
Evan Cheng
2006-12-15
Expand FP compares to soft-fp call(s)
Evan Cheng
2006-12-14
1. Tidy up jump table info.
Jim Laskey
2006-12-14
Fix a long-standing spiller bug:
Evan Cheng
2006-12-13
More soft-fp work.
Evan Cheng
2006-12-13
Expand (f64 extload f32) to (f64 fp_ext (load f32)) if f64 type action is exp...
Evan Cheng
2006-12-13
Expand fsqrt, fsin, and fcos to libcalls.
Evan Cheng
2006-12-13
Expand f32 / f64 to i32 / i64 conversion to soft-fp library calls.
Evan Cheng
2006-12-13
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-12
Expand FP constant to integers if FP types are not legal.
Evan Cheng
2006-12-12
Soft fp FNEG, SINT_TO_FP, UINT_TO_FP libcall expansion.
Evan Cheng
2006-12-12
Expand ConstantFP to load from CP if float types are being expanded.
Evan Cheng
[next]