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
Age
Commit message (
Expand
)
Author
2011-05-26
Correctly handle a one-word struct passed byval on x86_64.
Stuart Hastings
2011-05-26
indvars: incremental fixes for -disable-iv-rewrite and testcases.
Andrew Trick
2011-05-25
Add a RAGreedy::canEvict function.
Jakob Stoklund Olesen
2011-05-25
Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...
Eli Friedman
2011-05-25
Define WeakRefDirective.
Akira Hatanaka
2011-05-25
PR9998: ashr exact %x, 31 is not equivalent to sdiv exact %x, -2147483648.
Eli Friedman
2011-05-25
Remove unused statistical counter.
Devang Patel
2011-05-25
Convert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
Cameron Zwarich
2011-05-25
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
Clean up comment a bit.
Eric Christopher
2011-05-25
Implement the 'm' modifier. Note that it only works for memory operands.
Eric Christopher
2011-05-25
Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns for fp_to_sint have already
Akira Hatanaka
2011-05-25
Custom-lower FCOPYSIGN nodes.
Akira Hatanaka
2011-05-25
Prepare ARMFastISel::SelectSIToFP for getRegForValue returning registers for ...
Eli Friedman
2011-05-25
Simplify r132022 based on Cameron's feedback.
Evan Cheng
2011-05-25
Update MaxCallFrameSize regardless of the relocation model selected.
Akira Hatanaka
2011-05-25
Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should
Akira Hatanaka
2011-05-25
Coding style fixes. Added comments.
Akira Hatanaka
2011-05-25
Remove unused OpcodeMask enumerator.
Francois Pichet
2011-05-25
Fix 3 MSVC warnings:
Francois Pichet
2011-05-25
Fix MSVC warning: "is out of range for enum constant"
Francois Pichet
2011-05-25
Fix some issues Duncan found in the previous commit.
Rafael Espindola
2011-05-25
Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...
Frits van Bommel
2011-05-25
[tablegen] A couple of changes to ClangDiagnosticEmmitter.
Argyrios Kyrtzidis
2011-05-25
Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the
Charles Davis
2011-05-25
Restore an accidentally removed comment.
Cameron Zwarich
2011-05-25
Move some code to a more logical place.
Cameron Zwarich
2011-05-25
Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. This
Cameron Zwarich
2011-05-25
Change the order of tBX's operands so that the predicate operands come after the
Cameron Zwarich
2011-05-25
Rename tBX_Rm to tBX.
Cameron Zwarich
2011-05-25
Rename the existing tBX/tBXr9 instructions to tBX_CALL/tBXr9_CALL to better
Cameron Zwarich
2011-05-25
indvars: fixed IV cloning in -disable-iv-rewrite mode with associated
Andrew Trick
2011-05-25
Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another
Charles Davis
2011-05-25
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-25
Fix lowering of DYNAMIC_STACKALLOC nodes.
Akira Hatanaka
2011-05-25
Add a test for the .seh_handler directive. Fix problems with the parsing
Charles Davis
2011-05-25
Fix PR9762
Bruno Cardoso Lopes
2011-05-24
Forgot dyn_cast check.
Evan Cheng
2011-05-24
Implement the arm 'L' asm modifier.
Eric Christopher
2011-05-24
Implement the immediate part of the 'B' modifier.
Eric Christopher
2011-05-24
Fix LoopUnswitch bug. RewriteLoopBodyWithConditionConstant can delete a dead
Evan Cheng
2011-05-24
Add more unimplemented asm modifiers and some documentation of what they
Eric Christopher
2011-05-24
Add support for the arm 'y' asm modifier.
Eric Christopher
2011-05-24
Update documentation: -basicaa does chaining these days.
Dan Gohman
2011-05-24
Test case for r132003.
Akira Hatanaka
2011-05-24
Test basic SEH directive-parsing functionality. Fix a latent bug exposed by
Charles Davis
2011-05-24
Enable printing of immediates that do not fit in 16-bit. .cprestore can have
Akira Hatanaka
2011-05-24
Change condition for determining whether a function is small for inlining met...
Eli Friedman
2011-05-24
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-24
Fix test case.
Akira Hatanaka
[next]