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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
8
-35
/
+41
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
8
-41
/
+35
*
Default to converting UADDO to the generic form that SADDO is converted to.
Bill Wendling
2008-11-21
1
-1
/
+1
*
Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, and
Nick Lewycky
2008-11-21
1
-11
/
+34
*
Clean up normalization of shuffles
Mon P Wang
2008-11-21
1
-30
/
+31
*
CellSPU:
Scott Michel
2008-11-21
4
-51
/
+123
*
Combine the two add with overflow intrinsics lowerings. They differ only in D...
Bill Wendling
2008-11-21
1
-18
/
+5
*
Set the isAntiDep flag in the MachineInstr scheduler.
Dan Gohman
2008-11-21
1
-1
/
+1
*
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
4
-43
/
+43
*
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
*
Fix unused variable warnings.
Devang Patel
2008-11-21
1
-0
/
+2
*
Use ComputeLatency in the MachineInstr scheduler.
Dan Gohman
2008-11-21
2
-0
/
+4
*
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
2
-8
/
+19
*
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
*
Fix error where it wasn't getting the correct caller function.
Bill Wendling
2008-11-21
1
-1
/
+2
*
If the function being inlined has a higher stack protection level than the
Bill Wendling
2008-11-21
1
-0
/
+9
*
Treat mid-block labels the same as terminators when building the
Dan Gohman
2008-11-20
1
-1
/
+1
*
Add another machine-code printing pass when post-pass scheduling is run.
Dan Gohman
2008-11-20
1
-1
/
+5
*
Don't forget arguments!
Devang Patel
2008-11-20
1
-1
/
+6
*
CellSPU:
Scott Michel
2008-11-20
2
-6
/
+5
*
Add some documentation.
Duncan Sands
2008-11-20
1
-1
/
+28
*
Allow XMM2 and XMM3 to be used for non ABI compliant code.
Mon P Wang
2008-11-20
1
-3
/
+4
*
80-column violation.
Bill Wendling
2008-11-20
1
-2
/
+4
*
CellSPU: Custom lower truncating stores of i8 to i1 (should not have been
Scott Michel
2008-11-20
2
-3
/
+4
*
undef beats zero. Fix this missed optimization opportunity. Patch by Matt Elder!
Nick Lewycky
2008-11-20
1
-1
/
+1
*
CellSPU: Adjust spacing/tabulation
Scott Michel
2008-11-20
1
-8
/
+8
*
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
*
- Register scavenger should use MachineRegisterInfo and internal map to find ...
Evan Cheng
2008-11-20
1
-32
/
+62
*
Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.
Evan Cheng
2008-11-20
1
-3
/
+1
*
Add #include <climits> to get the definition of INT_MAX.
Dan Gohman
2008-11-20
1
-0
/
+1
*
Factor out the code for verifying the work of the scheduler,
Dan Gohman
2008-11-20
4
-87
/
+58
*
Do not forget llvm.dbg.declare's first argument while removing debugging info...
Devang Patel
2008-11-20
1
-4
/
+12
*
Simplify this code a little. In the fast scheduler, CreateNewSUnit
Dan Gohman
2008-11-19
1
-17
/
+5
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
19
-826
/
+1014
*
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
*
CMake: Removed source file.
Oscar Fuentes
2008-11-19
1
-1
/
+0
*
Do not use separate utility to walk all instructions and remove dead dbg intr...
Devang Patel
2008-11-19
1
-60
/
+0
*
Let instcombiner remove redundant dbg intrinsics.
Devang Patel
2008-11-19
1
-7
/
+1
[next]