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
/
SelectionDAGBuild.cpp
Age
Commit message (
Expand
)
Author
2009-01-15
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
More consts on TargetLowering references.
Dan Gohman
2009-01-15
minor refactoring: use a more specific API
Gabor Greif
2009-01-13
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-06
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-05
squash warnings.
Devang Patel
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-23
Restore debug printing
Anton Korobeynikov
2008-12-23
Sometimes APInt syntax is really ugly... :(
Anton Korobeynikov
2008-12-23
Indent stuff properly
Anton Korobeynikov
2008-12-23
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-23
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-16
We have decided not to support inline asm where an output operand with a matc...
Evan Cheng
2008-12-10
Whitespace fixes.
Bill Wendling
2008-12-09
Add sub/mul overflow intrinsics. This currently doesn't have a
Bill Wendling
2008-12-01
There are no longer any places that require a
Duncan Sands
2008-11-24
- Make lowering of "add with overflow" customizable by back-ends.
Bill Wendling
2008-11-23
Added check to avoid generating extract subvector beyond the end of the vecto...
Mon P Wang
2008-11-21
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
Clean up normalization of shuffles
Mon P Wang
2008-11-21
Combine the two add with overflow intrinsics lowerings. They differ only in D...
Bill Wendling
2008-11-21
Generate code for llvm.uadd.with.overflow intrinsic. No conversion support yet.
Bill Wendling
2008-11-21
Remove chains. Unnecessary.
Bill Wendling
2008-11-21
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
Bill Wendling
2008-11-21
Implement the sadd_with_overflow intrinsic. This is converted into
Bill Wendling
2008-11-20
80-column violation.
Bill Wendling
2008-11-18
Rename stackprotector_create intrinsic to stackprotector.
Bill Wendling
2008-11-18
Remove the stackprotector_check intrinsic. Use a volatile load instead.
Bill Wendling
2008-11-16
Improved shuffle normalization to avoid using extract/build when we
Mon P Wang
2008-11-10
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
2008-11-10
Added support for the following definition of shufflevector
Mon P Wang
2008-11-07
- Modify the stack protector algorithm so that the stack slot is allocated in
Bill Wendling
2008-11-06
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
Bill Wendling
2008-11-06
Implement the stack protector stack accesses via intrinsics:
Bill Wendling
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-11-01
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
2008-10-29
Add sanity checking for BUILD_PAIR (I noticed the
Duncan Sands
2008-10-21
Fix SelectionDAGBuild lowering of Select instructions to
Dan Gohman
2008-10-21
Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts
Chris Lattner
2008-10-19
Fix comment. Other formatting changes. No functionality changes.
Bill Wendling
2008-10-18
Reapply r57699 with a fix to not crash on asms with multiple results. Unlike
Chris Lattner
2008-10-18
Revert r57699. It's causing regressions in
Dan Gohman
2008-10-17
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
2008-10-17
add support for 128 bit aggregates.
Chris Lattner
2008-10-17
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
2008-10-17
Fix PR2356 on PowerPC: if we have an input and output that are tied together
Chris Lattner
[prev]
[next]