index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spiller now remove unused spill slots.
Evan Cheng
2008-02-27
8
-23
/
+132
*
Teach Legalize how to expand an EXTRACT_ELEMENT.
Dan Gohman
2008-02-27
1
-0
/
+6
*
Convert the last remaining users of the non-APInt form of
Dan Gohman
2008-02-27
4
-57
/
+39
*
Add comment.
Devang Patel
2008-02-27
2
-1
/
+3
*
add a note
Chris Lattner
2008-02-27
1
-0
/
+27
*
Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.
Dan Gohman
2008-02-27
3
-144
/
+156
*
Upgrade testcase.
Bill Wendling
2008-02-26
1
-38
/
+20
*
regenerate.
Devang Patel
2008-02-26
3
-272
/
+272
*
Add assert.
Devang Patel
2008-02-26
1
-2
/
+2
*
Add PR number to testcase.
Owen Anderson
2008-02-26
1
-0
/
+1
*
Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting
Owen Anderson
2008-02-26
2
-2
/
+47
*
Add assert to check return type.
Devang Patel
2008-02-26
1
-5
/
+5
*
Refactor according to Evan's and Anton's suggestions.
Arnold Schwaighofer
2008-02-26
2
-10
/
+27
*
regenerate
Devang Patel
2008-02-26
3
-277
/
+281
*
Remove unncessary ReturnInst constructors.
Devang Patel
2008-02-26
3
-24
/
+3
*
Use a smallvector for inactiveCounts and initialize it lazily
Chris Lattner
2008-02-26
1
-4
/
+10
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
18
-53
/
+52
*
Update per review. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-02-26
1
-56
/
+17
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
28
-85
/
+88
*
Enable -coalescer-commute-instrs by default.
Evan Cheng
2008-02-26
4
-4
/
+4
*
Do not treat Lexer.cpp as a generated file any more, let svn show it with a q...
Gabor Greif
2008-02-26
0
-0
/
+0
*
first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...
Nick Kledzik
2008-02-26
8
-0
/
+1477
*
Use SmallVector while constructing ReturnInst.
Devang Patel
2008-02-26
3
-2
/
+25
*
Avoid const_casts
Devang Patel
2008-02-26
2
-6
/
+6
*
fix http://llvm.org/bugs/show_bug.cgi?id=2097
Gabor Greif
2008-02-26
1
-1
/
+1
*
Remove unnecessary getOperand/setOperand overriders.
Devang Patel
2008-02-26
2
-27
/
+3
*
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
2
-4
/
+48
*
Unify to ReturnInst::init() member functions.
Devang Patel
2008-02-26
2
-24
/
+18
*
Fix for pr2093: direct operands aren't necessarily addresses, so don't
Eli Friedman
2008-02-26
2
-1
/
+19
*
fix this test so that the fn name doesn't match the regex
Chris Lattner
2008-02-26
1
-1
/
+1
*
Optimize most common case by using single RetVal in ReturnInst.
Devang Patel
2008-02-26
2
-20
/
+52
*
Correct function comments.
Arnold Schwaighofer
2008-02-26
1
-19
/
+23
*
Fix PR2096, a regression introduced with my patch last night. This
Chris Lattner
2008-02-26
2
-1
/
+51
*
Really feed llvm-as with the testcase, do not let it read from stdin. This fi...
Gabor Greif
2008-02-26
2
-2
/
+2
*
unbreak check-one
Gabor Greif
2008-02-26
1
-0
/
+1
*
While hunting for two hanging tests,
Gabor Greif
2008-02-26
2
-1
/
+6
*
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-26
6
-60
/
+70
*
De-tabify
Bill Wendling
2008-02-26
3
-6
/
+4
*
De-tabify.
Bill Wendling
2008-02-26
2
-24
/
+24
*
De-tabify.
Bill Wendling
2008-02-26
2
-9
/
+9
*
Detabify
Bill Wendling
2008-02-26
4
-25
/
+25
*
Detabify.
Bill Wendling
2008-02-26
5
-56
/
+55
*
De-tabify.
Bill Wendling
2008-02-26
2
-19
/
+19
*
Add support for intermodule tail calls on x86/32bit with
Arnold Schwaighofer
2008-02-26
1
-12
/
+24
*
Change the lowering of arguments for tail call optimized
Arnold Schwaighofer
2008-02-26
2
-42
/
+84
*
This is possible:
Evan Cheng
2008-02-26
2
-2
/
+63
*
Fix isNegatibleForFree to not return true for ConstantFP nodes
Chris Lattner
2008-02-26
2
-33
/
+61
*
Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
Evan Cheng
2008-02-26
2
-0
/
+88
*
Refactor inline asm constraint matching code out of SDIsel into TargetLowering.
Evan Cheng
2008-02-26
3
-94
/
+107
*
Remove debugging help.
Devang Patel
2008-02-26
1
-1
/
+0
[next]