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
/
LegalizeDAG.cpp
Age
Commit message (
Expand
)
Author
2007-10-18
Pointer arithmetic should be done with the index the same size as the pointer.
Bill Wendling
2007-10-17
Add support for ISD::SELECT in SplitVectorOp.
Dan Gohman
2007-10-17
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-16
Fixes due to lack of type-safety for ValueType: (1) ValueType
Duncan Sands
2007-10-15
Move CreateStackTemporary out to SelectionDAG
Chris Lattner
2007-10-15
One xform performed by LegalizeDAG is transformation of "store of fp" to "sto...
Chris Lattner
2007-10-14
remove misleading comment.
Chris Lattner
2007-10-14
If a target doesn't have HasMULHU or HasUMUL_LOHI, ExpandOp would return
Chris Lattner
2007-10-13
Add a simple optimization to simplify the input to
Chris Lattner
2007-10-12
ppc long double. Implement fabs and fneg.
Dale Johannesen
2007-10-12
Implement i64->ppcf128 conversions.
Dale Johannesen
2007-10-12
Add support to SplitVectorOp for powi, where the second operand
Dan Gohman
2007-10-12
PPC long double. Implement a couple more conversions.
Dale Johannesen
2007-10-11
Codegen support for vector intrinsics.
Dan Gohman
2007-10-11
Implement ppc long double->uint conversion.
Dale Johannesen
2007-10-11
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-10
Next PPC long double bits: ppcf128->i32 conversion.
Dale Johannesen
2007-10-08
Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to
Dan Gohman
2007-10-07
convertFromInteger, as originally written, expected sign-extended
Neil Booth
2007-10-06
Next powerpc long double bits. Comparisons work,
Dale Johannesen
2007-10-05
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
Legalize support for MUL_LOHI and DIVREM.
Dan Gohman
2007-10-05
Silence a warning.
Evan Cheng
2007-09-30
Constant fold int-to-long-double conversions;
Dale Johannesen
2007-09-28
Teach SplitVectorOp how to split INSERT_VECTOR_ELT.
Dan Gohman
2007-09-28
Fix long double -> uint64 conversion.
Dale Johannesen
2007-09-28
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-27
Silence a compiler warning.
Evan Cheng
2007-09-26
Fix f80 UNDEF.
Dale Johannesen
2007-09-24
Use the correct result value type instead of using getValueType(0)
Dan Gohman
2007-09-21
Change APFloat::convertFromInteger to take the incoming
Dale Johannesen
2007-09-19
More long double fixes. x86_64 should build now.
Dale Johannesen
2007-09-19
Fix longdouble -> uint conversion.
Dale Johannesen
2007-09-16
Adjust per revew comments.
Dale Johannesen
2007-09-14
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-12
Revise previous patch per review comments.
Dale Johannesen
2007-09-11
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-08
Implement misaligned FP loads and stores.
Dale Johannesen
2007-08-30
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-29
Fix use of declaration inside case block
Anton Korobeynikov
2007-08-29
Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)
Anton Korobeynikov
2007-08-25
Allow target constants to be illegal types. The target should
Chris Lattner
2007-08-17
Avoid issue on 64-bit hosts.
Evan Cheng
2007-08-16
If dynamic_stackalloc alignment is > stack alignment, first issue an instruct...
Evan Cheng
2007-08-15
Implement FPOWI ExpandOp.
Lauro Ramos Venancio
2007-08-09
Update per review comments.
Dale Johannesen
2007-08-09
long double 9 of N. This finishes up the X86-32 bits
Dale Johannesen
2007-08-08
If a target really needs to custom lower constants, it should be allowed
Scott Michel
2007-08-02
Style police: Expand the tabs to spaces!
Scott Michel
[next]