index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2009-02-15
Fix PR3522. It's not safe to sink into landing pad BB's.
Evan Cheng
2009-02-15
Fix pr3571: If stride is a value defined by an instruction, make sure it domi...
Evan Cheng
2009-02-15
ifdef out unneeded if statement.
Evan Cheng
2009-02-15
Fix warning on gcc 4.3.
Mikhail Glushenkov
2009-02-15
Whitespace fixes.
Mikhail Glushenkov
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-14
Generalize some alias analysis logic from atomic
Duncan Sands
2009-02-14
The x86-64 red zone is now being used.
Dan Gohman
2009-02-14
Extend the IndVarSimplify support for promoting induction variables:
Dan Gohman
2009-02-14
Clarify debug output.
Dan Gohman
2009-02-14
Simplify some code. hasComputableLoopEvolution is overkill in this case.
Dan Gohman
2009-02-13
Teach x86 target -soft-float.
Evan Cheng
2009-02-13
In CodeGenPrepare's debug output, use WriteAsOperand instead of
Dan Gohman
2009-02-13
Complete the sentance in this comment. I have reservations
Dan Gohman
2009-02-13
If a function only reads memory, then we know that...
Duncan Sands
2009-02-13
Mark strto* as readonly when the endptr is null.
Nick Lewycky
2009-02-13
On strtod and friends, mark 'endptr' nocapture in the function prototype, and
Nick Lewycky
2009-02-13
Reapply r64301. These uses of "inline" can cause strange
Duncan Sands
2009-02-13
Switch from new[] + delete[] to malloc + free since llvm does not catch C++ e...
Evan Cheng
2009-02-13
If new[] fails, return 0 rather then trying to dereference a null pointer.
Evan Cheng
2009-02-13
Reapply r64300:
Nick Lewycky
2009-02-13
BasicAA was making the assumption that a local allocation which hadn't escaped
Nick Lewycky
2009-02-13
Fix the code that checked if a SCEVAddRecExpr Start contains an
Dan Gohman
2009-02-13
Remove non-DebugLoc versions of BuildMI from IA64, Mips.
Dale Johannesen
2009-02-13
Remove non-DebugLoc versions of BuildMI from X86.
Dale Johannesen
2009-02-13
missed file
Dale Johannesen
2009-02-13
Remove non-DebugLoc versions of buildMI from Sparc.
Dale Johannesen
2009-02-13
Remove non-DebugLoc versions of BuildMI from Alpha and Cell.
Dale Johannesen
2009-02-13
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
2009-02-13
Remove refs to non-DebugLoc version of BuildMI from PowerPC.
Dale Johannesen
2009-02-13
and one more file
Dale Johannesen
2009-02-13
Remove refs to non-DebugLoc versions of BuildMI from ARM.
Dale Johannesen
2009-02-13
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-13
Fix LSR's IV sorting function to explicitly sort by bitwidth
Dan Gohman
2009-02-12
Check in missing file.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
Teach IndVarSimplify to optimize code using the C "int" type for
Dan Gohman
2009-02-12
Add suppport for ConstantExprs of shufflevectors whose result type is not equ...
Nate Begeman
2009-02-12
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
Add a utility function to LoopInfo to return the exit block
Dan Gohman
2009-02-12
fix PR3538 for ARM.
Chris Lattner
2009-02-12
fix PR3538 for PPC
Chris Lattner
2009-02-12
fix the X86 backend to just drop llvm.declare nodes for VLAs instead of
Chris Lattner
2009-02-12
Adjust the sizes for a few SmallVectors to reflect their usage.
Dan Gohman
2009-02-12
make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.
Chris Lattner
2009-02-12
This code doesn't actually use the ExitingBlocks list.
Dan Gohman
2009-02-12
It's (currently) not safe to keep certain physical registers live across basi...
Evan Cheng
2009-02-12
Oops. Last second clean up messed things up.
Evan Cheng
2009-02-12
If availability info is kept when fallthrough into a bb, add the available re...
Evan Cheng
[next]