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
*
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
*
test svn commit capability
Nick Kledzik
2008-02-26
1
-0
/
+1
*
Update bitcode reader and writer to handle multiple return values.
Devang Patel
2008-02-26
3
-19
/
+35
*
Pass const vectors by reference.
Devang Patel
2008-02-26
2
-8
/
+8
*
Add missing include (for ptrdiff_t).
Eli Friedman
2008-02-25
1
-0
/
+1
*
Revert the assert for MUL_LOHI with an unused high result; Chris
Dan Gohman
2008-02-25
1
-3
/
+0
*
when making bytecode modules, link as library
Andrew Lenharth
2008-02-25
1
-1
/
+1
*
Revise previous patch per review.
Dale Johannesen
2008-02-25
1
-4
/
+3
*
Factor the assert for indexed loads/stores out of LoadSDNode
Dan Gohman
2008-02-25
1
-8
/
+4
*
Add an assert to verify that we don't see an
Dan Gohman
2008-02-25
1
-0
/
+3
*
Remove the hack that turned an {S,U}MUL_LOHI with an unused high
Dan Gohman
2008-02-25
1
-9
/
+0
*
Make some static variables const.
Dan Gohman
2008-02-25
1
-3
/
+3
*
add an assertion to catch a null PATypeHolder, patch by Erick Tryzelaar
Chris Lattner
2008-02-25
1
-1
/
+2
*
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
10
-71
/
+106
*
add LSBaseSDNode::getOffset at Dan's request.
Chris Lattner
2008-02-25
1
-0
/
+3
*
All remat'ed loads cannot be folded into two-address code. Not just argument ...
Evan Cheng
2008-02-25
1
-4
/
+4
*
prune #includes, fit in 80 cols.
Chris Lattner
2008-02-25
2
-6
/
+7
*
make this self contained.
Chris Lattner
2008-02-25
1
-0
/
+1
*
Expand removal of MMX memory copies to allow 1 level
Dale Johannesen
2008-02-25
1
-39
/
+75
*
Add a new method to SDNode/SDOperand named getValueSizeInBits
Dan Gohman
2008-02-25
1
-0
/
+12
*
In debug builds check that the key property holds: all
Duncan Sands
2008-02-25
1
-12
/
+30
*
Correctly determine whether a argument load can be folded into its uses.
Evan Cheng
2008-02-25
2
-47
/
+54
[next]