index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-05
1
-20
/
+0
*
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
1
-1
/
+1
*
80 column rule.
Stuart Hastings
2009-02-04
1
-1
/
+2
*
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
1
-85
/
+0
*
Since I'm obliged to work with a development OS that currently doesn't
Stuart Hastings
2009-02-04
1
-9
/
+56
*
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
1
-82
/
+0
*
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
1
-40
/
+0
*
Remove a few non-DebugLoc versions of node creation
Dale Johannesen
2009-02-04
1
-138
/
+0
*
DebugLoc propagation; adjustment to things omitted
Dale Johannesen
2009-02-03
1
-1
/
+22
*
Add some DL propagation to places that didn't
Dale Johannesen
2009-02-03
1
-36
/
+44
*
First initialize DAG otherwise dwarf writer is used uninitialized.
Devang Patel
2009-02-03
1
-1
/
+1
*
Fill in some missing DL propagation in getNode()s.
Dale Johannesen
2009-02-03
1
-22
/
+24
*
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-03
1
-11
/
+11
*
Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode
Dan Gohman
2009-02-03
1
-45
/
+40
*
Commit missing files.
Dale Johannesen
2009-02-02
1
-0
/
+14
*
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
1
-3
/
+4
*
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
1
-3
/
+11
*
If unsafe FP optimization is not set, don't allow -(A-B) => B-A because
Mon P Wang
2009-01-31
1
-1
/
+2
*
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
1
-3
/
+6
*
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
1
-15
/
+0
*
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
1
-0
/
+8
*
DebugLoc form of getNOT().
Bill Wendling
2009-01-30
1
-0
/
+17
*
In the case of an extractelement on an insertelement value,
Dan Gohman
2009-01-29
1
-1
/
+5
*
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
1
-72
/
+101
*
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
1
-101
/
+72
*
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-29
1
-0
/
+458
*
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
1
-41
/
+134
*
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
1
-0
/
+23
*
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
1
-0
/
+3
*
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-26
1
-80
/
+63
*
Eliminate the loop that searches through each of the operands
Dan Gohman
2009-01-25
1
-195
/
+178
*
Whitespace tidiments.
Dan Gohman
2009-01-25
1
-2
/
+1
*
Move the N->use_empty() assert from DeleteNode to
Dan Gohman
2009-01-25
1
-3
/
+2
*
Fold x-0 to x in unsafe-fp-math mode. This comes up in the
Dan Gohman
2009-01-23
1
-9
/
+16
*
Don't create ISD::FNEG nodes after legalize if they aren't legal.
Dan Gohman
2009-01-22
1
-2
/
+13
*
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
1
-0
/
+15
*
fix a typo
Chris Lattner
2009-01-22
1
-1
/
+1
*
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-19
1
-53
/
+14
*
Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when
Dan Gohman
2009-01-19
1
-6
/
+19
*
More consts on TargetLowering references.
Dan Gohman
2009-01-15
1
-1
/
+1
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
1
-1
/
+1
*
Undo previous checkin.
Devang Patel
2009-01-13
1
-3
/
+2
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
1
-2
/
+3
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
1
-2
/
+2
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
1
-1
/
+3
*
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
1
-150
/
+47
*
Avoid generating a convert_rndsat node when the src and dest type are the same.
Mon P Wang
2008-12-11
1
-0
/
+4
*
Add sub/mul overflow intrinsics. This currently doesn't have a
Bill Wendling
2008-12-09
1
-0
/
+12
*
Fix PR3117: not all nodes being legalized. The
Duncan Sands
2008-12-09
1
-0
/
+16
*
Fix getNode to allow a vector for the shift amount for shifts of vectors.
Mon P Wang
2008-12-09
1
-2
/
+4
[prev]
[next]