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-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-28
More cleanup
Anton Korobeynikov
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-19
For PR1043:
Reid Spencer
2007-01-12
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
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-04
Expand fcopysign to a series of bitwise of operations when it's profitable to
Evan Cheng
2007-01-03
Clean up from recent changes. Comment the new parameter to ExpandLibCall.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
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-16
Expand FP undef
Evan Cheng
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
Fix select_cc, select expansion to soft-fp bugs.
Evan Cheng
2006-12-15
silence a bogus warning
Chris Lattner
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-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-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
2006-12-12
- When expanding a bit_convert whose src operand is also to be expanded and
Evan Cheng
2006-12-12
fit in 80 cols
Chris Lattner
2006-12-12
this can only be fptrunc.
Chris Lattner
2006-12-12
Revert Nate's patch to fix X86/store-fp-constant.ll. With the dag combiner
Chris Lattner
2006-12-12
Change inferred cast creation calls to more specific cast creations.
Reid Spencer
2006-12-11
Re-apply changes that were backed out and fix a naughty typo.
Evan Cheng
2006-12-11
Revert changes that broke oggenc on ppc
Chris Lattner
2006-12-11
f32 / f64 node is expanded to one i32 / i64 node.
Evan Cheng
2006-12-11
Clean up some bad code.
Evan Cheng
2006-12-11
Move something that should be in the dag combiner from the legalizer to the
Nate Begeman
2006-12-09
Preliminary soft float support.
Evan Cheng
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-11-29
Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered.
Evan Cheng
2006-11-29
Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be exp...
Evan Cheng
2006-11-28
Fix PR1016
Chris Lattner
2006-11-27
If a brcond condition is promoted, make sure to zero extend it, even if not
Chris Lattner
2006-11-07
Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-10-31
Fix a typo which can break jumptables.
Evan Cheng
2006-10-30
Lower jumptable to BR_JT. The legalizer can lower it to a BRIND or let the ta...
Evan Cheng
2006-10-20
For PR950:
Reid Spencer
[prev]
[next]