index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
When allocating a stack temporary, use the correct
Duncan Sands
2008-12-04
1
-1
/
+1
*
Make debug output more informative.
Dan Gohman
2008-12-04
1
-1
/
+1
*
Only check that the result of the mapping was not
Duncan Sands
2008-12-03
1
-0
/
+1
*
Remove a (what appears to be) overly strict assertion. Here is what happened:
Evan Cheng
2008-12-02
1
-1
/
+0
*
Non-functional change: make custom lowering for truncate stylistically
Scott Michel
2008-12-02
1
-5
/
+12
*
One more transformation.
Dale Johannesen
2008-12-02
1
-0
/
+8
*
make it possible to custom lower TRUNCATE (needed for the CellSPU target)
Tilmann Scheller
2008-12-02
1
-0
/
+5
*
Removed some unnecessary code in widening.
Mon P Wang
2008-12-02
1
-115
/
+9
*
Add a few more transformations.
Dale Johannesen
2008-12-02
1
-0
/
+24
*
Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value ty...
Bill Wendling
2008-12-01
1
-0
/
+33
*
There are no longer any places that require a
Duncan Sands
2008-12-01
3
-18
/
+26
*
Change the interface to the type legalization method
Duncan Sands
2008-12-01
5
-72
/
+34
*
Followup to r60283: optimize arbitrary width signed divisions as well
Eli Friedman
2008-11-30
1
-71
/
+34
*
Fix for PR2164: allow transforming arbitrary-width unsigned divides into
Eli Friedman
2008-11-30
1
-95
/
+65
*
APIntify a test which is potentially unsafe otherwise, and fix the
Eli Friedman
2008-11-30
1
-3
/
+10
*
Removing redundant semicolons. No functionality change.
Sanjiv Gupta
2008-11-27
1
-2
/
+2
*
Add a missing case in visitADD.
Dale Johannesen
2008-11-27
1
-0
/
+3
*
Allow custom lowering of ADDE/ADDC/SUBE/SUBC operations.
Sanjiv Gupta
2008-11-26
1
-6
/
+36
*
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
[next]