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
2011-05-20
Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.
Stuart Hastings
2011-05-20
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.
Andrew Trick
2011-05-20
Now that they're implemented, make the Win64 EH MCAsmStreamer methods call
Charles Davis
2011-05-20
Revert accidental commit.
Evan Cheng
2011-05-20
"Implement" the HandlerData Win64 EH method in the base MCStreamer.
Charles Davis
2011-05-20
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
Benjamin Kramer
2011-05-20
Remove noisy semicolons.
Benjamin Kramer
2011-05-20
Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...
Cameron Zwarich
2011-05-20
indvars: minor cleanup in preparation for sign/zero extend elimination.
Andrew Trick
2011-05-20
Fix bug in which nodes that write to argument registers do not get glued with...
Akira Hatanaka
2011-05-20
Remove code that creates unnecessary frame objects.
Akira Hatanaka
2011-05-20
Define variables and functions in MipsFunctionInfo.
Akira Hatanaka
2011-05-20
Don't attempt to tail call optimize for Win64.
Chad Rosier
2011-05-20
Revert r131664 and fix it in instcombine instead. rdar://9467055
Evan Cheng
2011-05-19
Fix PR9955 by only attaching load memory operands to load instructions and
Cameron Zwarich
2011-05-19
Add fast-isel support for zeroext and signext ret instructions on x86.
Eli Friedman
2011-05-19
Looks like OS X assemblers (including MC) don't like
Rafael Espindola
2011-05-19
Misc code refactorings:
Rafael Espindola
2011-05-19
Oddly people want to use the 'r' constraint for fp constants on x86.
Eric Christopher
2011-05-19
Implement the EndProlog Win64 EH method on the base MCStreamer.
Charles Davis
2011-05-19
This fixes one divergence between LLVM and binutils for ARM in the
Jason W Kim
2011-05-19
Reapply r131605. This time with a fix, which is to use NoFolder.
Devang Patel
2011-05-19
ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.
Rafael Espindola
2011-05-19
Align i64 arguments to 64 bit boundaries.
Akira Hatanaka
2011-05-19
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
crc32 with 64-bit output zeros upper 32-bits. rdar://9467055
Evan Cheng
2011-05-19
Update some currently-disabled code, preparing for eventual use.
Stuart Hastings
2011-05-19
Increase number of available registers when target is MIPS32.
Akira Hatanaka
2011-05-19
Add comment.
Evan Cheng
2011-05-19
Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArgs. Patch by Sasa Stank...
Akira Hatanaka
2011-05-19
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
Reverting 131641 to investigate 'bot complaint.
Stuart Hastings
2011-05-19
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-19
80 columns.
Jim Grosbach
2011-05-19
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
2011-05-19
Fix data layout string. i64 is aligned to 64 bit boundaries.
Akira Hatanaka
2011-05-19
Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer be
Stuart Hastings
2011-05-19
Use the correct register class for Cell varargs spilling. This fixes all of the
Cameron Zwarich
2011-05-19
Fixed sdiv and udiv for <4 x i16>. The test from r125402 still applies for t...
Mon P Wang
2011-05-19
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
Charles Davis
2011-05-19
Make CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll pass with the verifier.
Cameron Zwarich
2011-05-19
Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless
Cameron Zwarich
2011-05-19
Reuse the TargetInstrDesc.
Cameron Zwarich
2011-05-19
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Charles Davis
2011-05-19
revert 131605 to fix PR9946.
Rafael Espindola
2011-05-19
Correctly constrain a register class when computing frame offsets, as the Thumb2
Cameron Zwarich
2011-05-19
Revert r128961 because it didn't include a test and causes the verifier to fail
Cameron Zwarich
2011-05-19
Make the demanded bits/elements optimizations preserve debug line information.
Eli Friedman
[next]