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
/
Target
Age
Commit message (
Expand
)
Author
2011-05-20
Remove noisy semicolons.
Benjamin Kramer
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
Add fast-isel support for zeroext and signext ret instructions on x86.
Eli Friedman
2011-05-19
Oddly people want to use the 'r' constraint for fp constants on x86.
Eric Christopher
2011-05-19
This fixes one divergence between LLVM and binutils for ARM in the
Jason W Kim
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
crc32 with 64-bit output zeros upper 32-bits. rdar://9467055
Evan Cheng
2011-05-19
Increase number of available registers when target is MIPS32.
Akira Hatanaka
2011-05-19
Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArgs. Patch by Sasa Stank...
Akira Hatanaka
2011-05-19
Reverting 131641 to investigate 'bot complaint.
Stuart Hastings
2011-05-19
80 columns.
Jim Grosbach
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
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
Correctly constrain a register class when computing frame offsets, as the Thumb2
Cameron Zwarich
2011-05-18
Revert unintentional commit.
Eli Friedman
2011-05-18
More instcombine simplifications towards better debug locations.
Eli Friedman
2011-05-18
Add missing mayLoad / mayStore flags to instruction definitions without patte...
Cameron Zwarich
2011-05-18
Reserve the segment registers on x86 to fix verifier failures in any code that
Cameron Zwarich
2011-05-18
Reserve r29 on Alpha. This fixes all verifier failures in CodeGen/Alpha.
Cameron Zwarich
2011-05-18
Handle perfect shuffle case that generates a vrev for vectors of floats.
Tanya Lattner
2011-05-18
Fix more of PR8825. Now all of CodeGen/ARM passes with VerifyCoalescing turne...
Cameron Zwarich
2011-05-18
Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...
Johnny Chen
2011-05-18
Enables vararg functions that pass all arguments via registers to be optimize...
Chad Rosier
2011-05-18
Revise r131553. Just use the type of the input node and forgo the bitcast. rd...
Evan Cheng
2011-05-18
Fix an ARMTargetLowering::LowerSELECT bug: legalized result must have same ty...
Evan Cheng
2011-05-18
PTX: add flag to disable mad/fma selection
Justin Holewinski
2011-05-18
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-18
Fix typo.
Cameron Zwarich
2011-05-18
Fix more of PR8825 by correctly using rGPR registers when lowering atomic
Cameron Zwarich
2011-05-17
Actually, the address operand of the Thumb2 LDREX / STREX instructions *can*
Cameron Zwarich
2011-05-17
Correct a minor problem with the Thumb2 LDREX and STREX instruction encodings...
Cameron Zwarich
2011-05-17
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2011-05-17
Enable autodetect of popcnt
Mon P Wang
2011-05-17
Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.
Eli Friedman
2011-05-17
Clean up the mess created by r131467+r131469.
Eli Friedman
2011-05-17
Revert 131467 due to buildbot complaint.
Stuart Hastings
2011-05-17
Fix an obscure issue in X86_64 parameter passing: if a tiny byval is
Stuart Hastings
2011-05-17
Fix a bug in PerformEXTRACT_VECTOR_ELTCombine. The code created an ADD SDNode
Nadav Rotem
2011-05-17
Update comment.
Eric Christopher
2011-05-17
Support XOR and AND optimization with no return value.
Eric Christopher
[next]