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-11-29
Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
Jakob Stoklund Olesen
2011-11-29
comment.
Andrew Trick
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
Fixed vsqrt.ss intrinsic usage - order of input operands was wrong.
Elena Demikhovsky
2011-11-29
Fix shuffle decoding for memory forms for (V)SHUFPS/D.
Craig Topper
2011-11-29
Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...
Craig Topper
2011-11-29
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-29
Correctly mark VPERM2F128 as being an FP instruction and add execution domain...
Craig Topper
2011-11-29
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-28
Add missing avx pattern.
Evan Cheng
2011-11-28
Silence wrong warnings from GCC about variables possibly being used
Duncan Sands
2011-11-28
Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...
Craig Topper
2011-11-28
Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.
Craig Topper
2011-11-27
Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the cod...
Craig Topper
2011-11-27
Add several new instructions supported by the latest MicroBlaze.
Wesley Peck
2011-11-27
Optimize comparison against 0 in conditional instructions.
Wesley Peck
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
Merge 128-bit and 256-bit X86ISD node types for VPERMILPS and VPERMILPD. Simp...
Craig Topper
2011-11-26
Rename a couple of options and fix some simple typos.
Wesley Peck
2011-11-26
Collapse X86ISD node types for PUNPCKH*, PUNPCKL*, UNPCKLP*, and UNPCKHP* to ...
Craig Topper
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-25
ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.
NAKAMURA Takumi
2011-11-24
Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...
Craig Topper
2011-11-24
Remove AVX2 specific X86ISD node types for PUNPCKH/L and instead just reuse t...
Craig Topper
2011-11-24
X86: alias cqo to cqto.
Benjamin Kramer
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.
Benjamin Kramer
2011-11-23
I added several lines in X86 code generator that allow to choose
Elena Demikhovsky
2011-11-23
Fix PR11422.
Jakob Stoklund Olesen
2011-11-22
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
More fixes to the X86InstComments for shuffle instructions. In particular add...
Craig Topper
2011-11-22
Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...
Craig Topper
2011-11-22
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-11-21
Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.
Craig Topper
2011-11-21
Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...
Craig Topper
2011-11-21
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...
Craig Topper
2011-11-20
Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...
Craig Topper
2011-11-19
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
Remove some of the special classes that worked around an old tablegen limitat...
Craig Topper
2011-11-19
Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...
Craig Topper
2011-11-19
Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...
Craig Topper
2011-11-19
Collapse X86 PSIGNB/PSIGNW/PSIGND node types.
Craig Topper
2011-11-19
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-19
Remove unused parameters from the AVX maskmov classes.
Craig Topper
2011-11-18
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-18
Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...
Chad Rosier
2011-11-17
Add TODO comment.
Chad Rosier
2011-11-17
Fix SSE/AVX integer comparison patterns to understand that all integer vector...
Craig Topper
[prev]
[next]