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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added -disable-mmx using a patch from Preston Gurd.
Mon P Wang
2008-11-23
1
-1
/
+5
*
Added check to avoid generating extract subvector beyond the end of the vecto...
Mon P Wang
2008-11-23
1
-1
/
+2
*
Fixed named anchor for llvm.stackprotector intrinsic.
Misha Brukman
2008-11-22
1
-1
/
+1
*
CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it
Scott Michel
2008-11-22
6
-108
/
+402
*
Check for NULL before traversing the isa<> type hierarchy checking with a
Scott Michel
2008-11-22
1
-1
/
+1
*
Describe how the JIT maps fields to MachineOperands, patch by
Chris Lattner
2008-11-22
1
-0
/
+83
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
7
-33
/
+21
*
Cleanup of the [SU]ADDO type legalization code. Patch by Duncan!
Bill Wendling
2008-11-22
4
-28
/
+31
*
- Move conversion of [SU]ADDO from DAG combiner into legalizer.
Bill Wendling
2008-11-22
4
-38
/
+53
*
Fix build failure.
Devang Patel
2008-11-21
1
-1
/
+1
*
Silence unused variable warnings.
Devang Patel
2008-11-21
7
-0
/
+14
*
Document TEST=dbgopt
Devang Patel
2008-11-21
1
-0
/
+18
*
Correctly set the isCtrl flag for chain dependencies.
Dan Gohman
2008-11-21
1
-4
/
+4
*
Update comments.
Dan Gohman
2008-11-21
1
-9
/
+9
*
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
12
-80
/
+70
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
12
-70
/
+80
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
12
-80
/
+70
*
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
2
-11
/
+68
*
LLVM does have a fortran FE!
Duraid Madina
2008-11-21
1
-12
/
+0
*
Clean up normalization of shuffles
Mon P Wang
2008-11-21
1
-30
/
+31
*
CellSPU:
Scott Michel
2008-11-21
6
-51
/
+165
*
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
3
-14
/
+18
*
Update comment to reflect a semblance of reality.
Bill Wendling
2008-11-21
1
-7
/
+6
*
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
5
-55
/
+57
*
Add generic test for add with overflow.
Bill Wendling
2008-11-21
1
-0
/
+23
*
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
Bill Wendling
2008-11-21
4
-14
/
+22
*
Implement the sadd_with_overflow intrinsic. This is converted into
Bill Wendling
2008-11-21
4
-9
/
+63
*
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
*
Update comment.
Bill Wendling
2008-11-21
1
-0
/
+1
*
CMake: Do not rebuild the world when tblgen changes but the .inc files
Oscar Fuentes
2008-11-21
1
-2
/
+9
*
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
4
-8
/
+41
*
Add UADDO and SADDO nodes. These will be used for determining an overflow
Bill Wendling
2008-11-21
2
-1
/
+10
*
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
*
Introduce two new "add" intrinsics. These return the sum plus a bit indicating
Bill Wendling
2008-11-21
1
-0
/
+9
*
CMake: More documentation.
Oscar Fuentes
2008-11-20
1
-4
/
+49
*
Delete redundant inline keywords.
Dan Gohman
2008-11-20
1
-3
/
+3
*
Doxygenate comments.
Dan Gohman
2008-11-20
1
-30
/
+26
*
CMake: Some documentation. Work in progress.
Oscar Fuentes
2008-11-20
1
-0
/
+271
*
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
[next]