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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A simplification for checking whether the signs of the operands and sum diffe...
Bill Wendling
2008-11-25
1
-15
/
+14
*
Now with the correct type for the 0.
Bill Wendling
2008-11-25
1
-1
/
+1
*
Get rid of unused variable.
Bill Wendling
2008-11-25
1
-1
/
+0
*
Hacker's Delight says, "Signed integer overflow of addition occurs if and only
Bill Wendling
2008-11-25
1
-4
/
+48
*
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman
2008-11-25
1
-238
/
+26
*
- Make lowering of "add with overflow" customizable by back-ends.
Bill Wendling
2008-11-24
2
-18
/
+29
*
Check in the rest of this change. The isAntiDep flag needs to be passed
Dan Gohman
2008-11-24
2
-2
/
+2
*
If the type legalizer actually legalized anything
Duncan Sands
2008-11-24
4
-195
/
+234
*
Eliminate some unused variable compile time warnings.
Evan Cheng
2008-11-24
3
-0
/
+9
*
Add support for llvm.uadd.with.overflow.
Bill Wendling
2008-11-24
1
-5
/
+5
*
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-23
5
-23
/
+23
*
Added check to avoid generating extract subvector beyond the end of the vecto...
Mon P Wang
2008-11-23
1
-1
/
+2
*
Cleanup of the [SU]ADDO type legalization code. Patch by Duncan!
Bill Wendling
2008-11-22
3
-22
/
+24
*
- Move conversion of [SU]ADDO from DAG combiner into legalizer.
Bill Wendling
2008-11-22
4
-38
/
+53
*
Update comments.
Dan Gohman
2008-11-21
1
-3
/
+3
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
1
-6
/
+3
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-3
/
+6
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-6
/
+3
*
Default to converting UADDO to the generic form that SADDO is converted to.
Bill Wendling
2008-11-21
1
-1
/
+1
*
Clean up normalization of shuffles
Mon P Wang
2008-11-21
1
-30
/
+31
*
Combine the two add with overflow intrinsics lowerings. They differ only in D...
Bill Wendling
2008-11-21
1
-18
/
+5
*
Generate code for llvm.uadd.with.overflow intrinsic. No conversion support yet.
Bill Wendling
2008-11-21
1
-1
/
+12
*
Add a flag to SDep for tracking which edges are anti-dependence edges.
Dan Gohman
2008-11-21
2
-8
/
+8
*
Remove chains. Unnecessary.
Bill Wendling
2008-11-21
2
-14
/
+8
*
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-21
2
-40
/
+40
*
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
Bill Wendling
2008-11-21
3
-7
/
+14
*
Implement the sadd_with_overflow intrinsic. This is converted into
Bill Wendling
2008-11-21
3
-2
/
+56
*
Use ComputeLatency in the MachineInstr scheduler.
Dan Gohman
2008-11-21
1
-0
/
+1
*
Remove the CycleBound computation code from the ScheduleDAGRRList
Dan Gohman
2008-11-21
1
-58
/
+5
*
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
1
-7
/
+9
*
Add UADDO and SADDO nodes. These will be used for determining an overflow
Bill Wendling
2008-11-21
1
-0
/
+2
*
Change these schedulers to not emit no-ops. It turns out that
Dan Gohman
2008-11-21
2
-9
/
+3
*
Add some documentation.
Duncan Sands
2008-11-20
1
-1
/
+28
*
80-column violation.
Bill Wendling
2008-11-20
1
-2
/
+4
*
Remove a remnant of list-burr's fast mode.
Dan Gohman
2008-11-20
1
-20
/
+0
*
Factor out the SethiUllman numbering logic from the list-burr and
Dan Gohman
2008-11-20
1
-159
/
+47
*
Remove the "fast" form of the list-burr scheduler, and use the
Dan Gohman
2008-11-20
2
-74
/
+15
*
Facter AddPseudoTwoAddrDeps and associated infrasructure out of
Dan Gohman
2008-11-20
1
-43
/
+60
*
Factor out the code for verifying the work of the scheduler,
Dan Gohman
2008-11-20
2
-75
/
+3
*
Simplify this code a little. In the fast scheduler, CreateNewSUnit
Dan Gohman
2008-11-19
1
-17
/
+5
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
11
-980
/
+301
*
Move the code for printing a graph node label for an SUnit into
Dan Gohman
2008-11-19
2
-22
/
+19
*
Convert SUnit's dump method into a print method and implement
Dan Gohman
2008-11-19
1
-6
/
+10
*
Rearrange code to reduce the nesting level. No functionality change.
Dan Gohman
2008-11-19
1
-36
/
+36
*
Fix debug printing of flagged SDNodes in SUnits so that they
Dan Gohman
2008-11-19
1
-12
/
+12
*
Tidy up ScheduleNodeBottomUp methods, and make them more
Dan Gohman
2008-11-18
2
-10
/
+8
*
Update a comment to reflect the current code.
Dan Gohman
2008-11-18
1
-3
/
+2
*
Remove integer promotion support for FP_EXTEND
Duncan Sands
2008-11-18
2
-16
/
+1
*
Simplify code using helper routines. There is not
Duncan Sands
2008-11-18
2
-67
/
+53
*
Whitespace cleanups.
Dan Gohman
2008-11-18
1
-2
/
+2
[next]