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
/
include
/
llvm
/
CodeGen
/
SelectionDAG.h
Age
Commit message (
Expand
)
Author
2009-03-19
SADDO and UADDO are commutative.
Dan Gohman
2009-03-09
Revert r66415. It's causing failures during bootstrap builds:
Bill Wendling
2009-03-09
in builds without asserts we do not need to allocate the Next pointer in "gho...
Gabor Greif
2009-03-04
ooops, forgot to include the pointless-write eliminator in my previous checkin
Gabor Greif
2009-03-04
Give sentinel traits the right to determine the policy where the sentinel is ...
Gabor Greif
2009-03-04
"Ghostify" embedded sentinels. This is a real win in all cases
Gabor Greif
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-07
Make SDNode constructors take a DebugLoc always.
Dale Johannesen
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
Remove 3 non-DebugLoc variants of getNode.
Dale Johannesen
2009-02-05
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
Remove a few non-DebugLoc versions of node creation
Dale Johannesen
2009-02-03
Add some DL propagation to places that didn't
Dale Johannesen
2009-02-03
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-02
Commit missing files.
Dale Johannesen
2009-01-31
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
DebugLoc form of getNOT().
Bill Wendling
2009-01-30
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
Propagate debug info when building SelectionDAG.
Dale Johannesen
2009-01-29
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-28
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-27
Make some comments doxygen-friendly.
Dan Gohman
2009-01-25
Eliminate the loop that searches through each of the operands
Dan Gohman
2009-01-22
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-21
Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtle
Dan Gohman
2009-01-19
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-13
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-09
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2008-12-23
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-14
Reapply r60997, this time without forgetting that
Duncan Sands
2008-12-13
Temporarily revert r60997. It was causing this failure:
Bill Wendling
[next]