index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
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
*
convertToSignExtendedInteger should return opInvalidOp instead of asserting i...
Evan Cheng
2008-11-25
1
-1
/
+7
*
Suppress warnings.
Dan Gohman
2008-11-25
1
-7
/
+7
*
CellSPU:
Scott Michel
2008-11-25
1
-24
/
+2
*
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
*
Teach MatchScaledValue to handle Scales by 1 with MatchAddr (which
Chris Lattner
2008-11-25
1
-5
/
+15
*
significantly refactor all the addressing mode matching logic
Chris Lattner
2008-11-25
1
-139
/
+138
*
refactor all the constantexpr/instruction handling code out into a
Chris Lattner
2008-11-25
1
-65
/
+68
*
another minor tweak
Chris Lattner
2008-11-25
1
-3
/
+2
*
minor cleanups no functionality change.
Chris Lattner
2008-11-25
1
-32
/
+31
*
CellSPU: Relax constraints on when to generate a X-form address, evidently
Scott Michel
2008-11-25
1
-0
/
+7
*
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman
2008-11-25
3
-261
/
+643
*
CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".
Scott Michel
2008-11-25
2
-1
/
+3
*
rearrange and tidy some code, no functionality change.
Chris Lattner
2008-11-24
1
-53
/
+52
*
minor cleanups to debug code, no functionality change.
Chris Lattner
2008-11-24
1
-24
/
+33
*
reenable the right part of the code.
Chris Lattner
2008-11-24
1
-1
/
+1
*
revert an accidental commit, this fixes the regression on test/CodeGen/X86/is...
Chris Lattner
2008-11-24
1
-4
/
+1
*
Fix 3113: If we have a dead cyclic PHI, replace the whole thing
Chris Lattner
2008-11-24
1
-1
/
+7
*
- Make lowering of "add with overflow" customizable by back-ends.
Bill Wendling
2008-11-24
4
-18
/
+44
*
CellSPU:
Scott Michel
2008-11-24
1
-4
/
+15
*
Check in the rest of this change. The isAntiDep flag needs to be passed
Dan Gohman
2008-11-24
2
-2
/
+2
*
Pass the isAntiDep argument.
Dan Gohman
2008-11-24
1
-1
/
+1
*
Run post-RA scheduling after branch folding, as it tends to
Dan Gohman
2008-11-24
1
-4
/
+7
*
CellSPU:
Scott Michel
2008-11-24
6
-108
/
+82
*
Minor fix debug for register allocation debug output.
Matthijs Kooijman
2008-11-24
2
-4
/
+4
*
If the type legalizer actually legalized anything
Duncan Sands
2008-11-24
5
-197
/
+236
*
Fix comments.
Matthijs Kooijman
2008-11-24
1
-2
/
+2
*
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-24
14
-1582
/
+10
*
Eliminate some unused variable compile time warnings.
Evan Cheng
2008-11-24
3
-0
/
+9
*
Seriously strengthen the guarantee offered by noalias on a function's return
Nick Lewycky
2008-11-24
1
-3
/
+3
*
Extend the 'noalias' attribute to function return values. This is intended to
Nick Lewycky
2008-11-24
3
-1351
/
+1369
*
Added missing description for -disable-mmx option.
Mon P Wang
2008-11-24
1
-1
/
+1
*
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
11
-29
/
+29
*
Make JIT::runFunction handle functions with non-C calling conventions.
Chris Lattner
2008-11-23
1
-0
/
+1
*
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
*
CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it
Scott Michel
2008-11-22
5
-102
/
+294
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
6
-33
/
+18
*
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
*
Fix build failure.
Devang Patel
2008-11-21
1
-1
/
+1
*
Silence unused variable warnings.
Devang Patel
2008-11-21
7
-0
/
+14
*
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
8
-41
/
+35
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
8
-35
/
+41
[next]