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-12-30
Change FMA4 memory forms to use memopv* instead of alignedloadv*. No need to ...
Craig Topper
2011-12-30
Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size,...
Craig Topper
2011-12-30
Cleanup stack/frame register define/kill states. This fixes two bugs:
Hal Finkel
2011-12-29
Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...
Craig Topper
2011-12-29
Expose FMA3 instructions to the disassembler.
Craig Topper
2011-12-29
Make FMA3 imply AVX needs to be enabled. Particularly because 256-bit types a...
Craig Topper
2011-12-29
Change XOP detection to use the correct CPUID bit instead of using the FMA4 bit.
Craig Topper
2011-12-29
Add FeaturePOPCNT to all CPU types that lost it was removed from SSE42/SSE4A ...
Craig Topper
2011-12-29
Mark non-VEX forms of PCLMUL instructions as requiring SSE2 to be enabled alo...
Craig Topper
2011-12-29
Mark non-VEX forms of AES instructions as requiring SSE2 to be enabled along ...
Craig Topper
2011-12-29
Remove the separate explicit AES instruction patterns. They are equivalent to...
Craig Topper
2011-12-29
Make SSE42 and SSE4A not imply POPCNT. POPCNT should be able to be disabled o...
Craig Topper
2011-12-29
Make LowerBUILD_VECTOR keep node vector types consistent when creating MOVL f...
Craig Topper
2011-12-29
Remove some elses after returns.
Craig Topper
2011-12-29
Remove trailing spaces. Fix an assert to use && instead of || before string. ...
Craig Topper
2011-12-28
Fix type-checking for load transformation which is not legal on floating-poin...
Eli Friedman
2011-12-28
Fixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
Elena Demikhovsky
2011-12-27
Clean up some Release build warnings.
Benjamin Kramer
2011-12-27
Add handling of x86_avx2_pmovmskb to computeMaskedBitsForTargetNode for consi...
Craig Topper
2011-12-25
Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.
Venkatraman Govindaraju
2011-12-24
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the
Chandler Carruth
2011-12-24
Add systematic testing for cttz as well, and fix the bug I spotted by
Chandler Carruth
2011-12-24
Chandler fixed this.
Benjamin Kramer
2011-12-24
Expand more when we have a nice 'tzcnt' instruction, to avoid generating
Chandler Carruth
2011-12-24
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-24
Fix Comments.
Jakob Stoklund Olesen
2011-12-24
Add MachineMemOperands to instructions generated in storeRegToStackSlot or
Akira Hatanaka
2011-12-24
Detect unaligned loads/stores that have been added for Mips64 support.
Akira Hatanaka
2011-12-24
If target ABI is N64, LEA should be daddiu.
Akira Hatanaka
2011-12-24
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-23
Experimental support for aligned NEON spills.
Jakob Stoklund Olesen
2011-12-22
Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>
Bob Wilson
2011-12-22
Fix 80-column violations.
Chad Rosier
2011-12-22
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
Jim Grosbach
2011-12-22
Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.
Bob Wilson
2011-12-22
Tidy up. Use predicate function a bit more liberally.
Jim Grosbach
2011-12-22
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns.
Jim Grosbach
2011-12-22
Remove some bogus comments.
Jim Grosbach
2011-12-22
ARM pre-UAL aliases. fcmp[sd].
Jim Grosbach
2011-12-22
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-22
ARM assembler should accept shift-by-zero for any shifted-immediate operand.
Jim Grosbach
2011-12-22
ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.
Jim Grosbach
2011-12-22
Tidy up. Trailing whitespace.
Jim Grosbach
2011-12-22
Nuke invalid comment from copy/paste.
Jim Grosbach
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Make the virtual methods in ARMELFObjectWriter public.
Rafael Espindola
2011-12-22
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
Fix cmake.
Rafael Espindola
[prev]
[next]