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-05
Remove some leftover remnants that once tried to create 64-bit MMX PALIGNR in...
Craig Topper
2011-12-05
Clean up and optimizations to the X86 shuffle lowering code. No functional ch...
Craig Topper
2011-12-04
Fix 80-column issues.
Bob Wilson
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() since
Venkatraman Govindaraju
2011-12-03
Check for stack space more intelligently.
Sanjoy Das
2011-12-03
Fix a bug in the x86-32 code generated for segmented stacks.
Sanjoy Das
2011-12-03
Creating multiple JITs on X86 in multiple threads causes multiple writes (of
Nick Lewycky
2011-12-03
[arm-fast-isel] Unaligned stores of floats require special care.
Chad Rosier
2011-12-02
ARM NEON VEXT aliases for data type suffices.
Jim Grosbach
2011-12-02
ARM VEXT tighten up operand classes a bit.
Jim Grosbach
2011-12-02
ARM VST1 single lane assembly parsing.
Jim Grosbach
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
ARM VLD1 single lane assembly parsing.
Jim Grosbach
2011-12-02
ARM encoder method needs the physical register number, not the enum.
Jim Grosbach
2011-12-02
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-12-02
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Jim Grosbach
2011-12-02
Add XOP feature flag.
Jan Sjödin
2011-12-02
Reduce duplicate code in isHorizontalBinOp and add some asserts to protect as...
Craig Topper
2011-12-02
Add instruction selection support for horizontal add/sub of 256-bit floating ...
Craig Topper
2011-12-02
remove unneeded FIXME comment
Hal Finkel
2011-12-02
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-12-02
ARM start parsing VLD1 single lane instructions.
Jim Grosbach
2011-12-01
Dummy commit to check commit access.
Sanjoy Das
2011-12-01
Add missing functions.
Chad Rosier
2011-12-01
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
For 64-bit the rest of the general regs are ok for the q constraint. Make
Eric Christopher
2011-12-01
Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...
Eli Friedman
2011-12-01
Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...
Eli Friedman
2011-11-30
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-30
Remove unused variable
Matt Beaumont-Gay
2011-11-30
ARM parsing for VLD1 all lanes, with writeback.
Jim Grosbach
2011-11-30
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
ARM parsing for VLD1 two register all lanes, no writeback.
Jim Grosbach
2011-11-30
X86: Turns out bulldozer also supports sse42 and lzcnt.
Benjamin Kramer
2011-11-30
X86: Add subtargets for AMD's bulldozer.
Benjamin Kramer
2011-11-30
X86: PerformOrCombine introduced a vselect node with a wrong order of operand...
Nadav Rotem
2011-11-30
Add instruction selection support for AVX2 horizontal add/sub instructions.
Craig Topper
2011-11-30
Merge VPERM2F128/VPERM2I128 ISD node types.
Craig Topper
2011-11-30
Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...
Craig Topper
2011-11-30
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-30
ARM parsing aliases for VLD1 single register all lanes.
Jim Grosbach
2011-11-29
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
Tidy up a bit.
Jim Grosbach
2011-11-29
Add comment.
Jim Grosbach
2011-11-29
ARM parsing aliases for data-size suffices on VST1.
Jim Grosbach
2011-11-29
Change names for MIPS "generic" processors defined in Mips.td to match what GNU
Akira Hatanaka
2011-11-29
ARM assembly parsing and encoding for four-register VST1.
Jim Grosbach
2011-11-29
Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...
Evan Cheng
2011-11-29
ARM assembly parsing and encoding for three-register VST1.
Jim Grosbach
[prev]
[next]