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-12
XOP encoding bits and logic.
Jan Sjödin
2011-12-12
Also set the proper alignment on inner islands and the function itself.
Jakob Stoklund Olesen
2011-12-12
Make MF a class member instead of passing it around everywhere.
Jakob Stoklund Olesen
2011-12-12
Add a -arm-align-constant-islands flag, default off.
Jakob Stoklund Olesen
2011-12-11
Remove some remants of the old palign pattern fragment that were still hangin...
Craig Topper
2011-12-11
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-11
Mips: Don't create a dangling IR function just to get the address of a symbol.
Benjamin Kramer
2011-12-11
Also remove unnecessary includes from this file, which was supposed to be part
Nick Lewycky
2011-12-10
Minimize #include's and forward-declares in Target.
Nick Lewycky
2011-12-10
Refactor the implementation of the TargetOptions out of TargetMachine, taking
Nick Lewycky
2011-12-10
Revert r146322 to appease buildbots. Original commit message:
Chad Rosier
2011-12-10
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Make CR spill and restore use a reserved register. These operations cannot us...
Hal Finkel
2011-12-10
Try to align the point where a large basic block is split.
Jakob Stoklund Olesen
2011-12-10
More debug output formatting.
Jakob Stoklund Olesen
2011-12-10
Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas
Rafael Espindola
2011-12-10
ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.
Jim Grosbach
2011-12-09
Splats can contain undef's; make sure to handle them correctly. PR11526.
Eli Friedman
2011-12-09
ARM add some pre-UAL VFP mnemonics for convenience when porting old code.
Jim Grosbach
2011-12-09
ARM allows '' syntax, not just '#imm' for assembly.
Jim Grosbach
2011-12-09
ARM assembly aliases for BIC<-->AND (immediate).
Jim Grosbach
2011-12-09
ARM NEON data type aliases for VBIC(register).
Jim Grosbach
2011-12-09
ARM assembly parsing and encoding for VLD2 with writeback.
Jim Grosbach
2011-12-09
User a helper overload for a common pattern.
Jakob Stoklund Olesen
2011-12-09
Tidy up. Better base class factoring.
Jim Grosbach
2011-12-09
Tidy up. Better base class factoring.
Jim Grosbach
2011-12-09
Tweak debugging output.
Jakob Stoklund Olesen
2011-12-09
This is now implemented.
Benjamin Kramer
2011-12-09
X86: Add patterns for the various rounding ops for SSE4.1 and AVX.
Benjamin Kramer
2011-12-09
X86: Split (v)rounds[sd] into a normal and an intrinsic version.
Benjamin Kramer
2011-12-09
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-09
Remove hasSSE1orAVX(). It's the same as hasXMM().
Evan Cheng
2011-12-09
Rename WrapperPIC. It is now used for both pic and static.
Akira Hatanaka
2011-12-09
jalr should use t9 ($25) for indirect calls regardless of the relocation model
Akira Hatanaka
2011-12-08
ARM convenience aliases for VSQRT.
Jim Grosbach
2011-12-08
Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417
Evan Cheng
2011-12-08
ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.
Jim Grosbach
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
ARM VSHR implied destination operand form aliases.
Jim Grosbach
2011-12-08
Add various missing AVX patterns which was causing crashes. Sadly, the generated
Evan Cheng
2011-12-08
ARM asm parser, just issue a warning for a duplicate reg in a list.
Jim Grosbach
2011-12-08
Pass a GlobalAddress instead of an ExternalSymbol to LowerCallTo in
Akira Hatanaka
2011-12-08
ARM VSUB implied destination operand form aliases.
Jim Grosbach
2011-12-08
Don't explicitly marked libm rounding ops as legal on SSE4.1/AVX. There don'...
Owen Anderson
2011-12-08
ARM VQADD implied destination operand form aliases.
Jim Grosbach
2011-12-08
ARM a few more VMUL implied destination operand form aliases.
Jim Grosbach
2011-12-08
Implement 64-bit support for thread local storage handling.
Akira Hatanaka
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
ARM assembler support for register name aliases.
Jim Grosbach
2011-12-08
Many of the SSE patterns should not be selected when AVX is available. This l...
Evan Cheng
[prev]
[next]