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-15
ARM parsing datatype suffix variants for register-writeback VLD1/VST1 instruc...
Jim Grosbach
2011-11-15
Fix typo in comment.
Jay Foad
2011-11-15
Make use of MachinePointerInfo::getFixedStack. This removes all mention
Jay Foad
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-15
Fix PR11370 for real. Prevents converting 256-bit FP instruction to AVX2 256-...
Craig Topper
2011-11-15
Properly qualify AVX2 specific parts of execution dependency table. Also enab...
Craig Topper
2011-11-15
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.
Jim Grosbach
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-14
ARM parsing datatype suffix variants for non-writeback VST1 instructions.
Jim Grosbach
2011-11-14
ARM parsing datatype suffix variants for non-writeback VLD1 instructions.
Jim Grosbach
2011-11-14
Add explanatory comment.
Jim Grosbach
2011-11-14
Split out the plain '.{8|16|32|64}' suffix handling.
Jim Grosbach
2011-11-14
ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-11-14
Supporting inline memmove isn't going to be worthwhile. The only way to avoid
Chad Rosier
2011-11-14
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
Add support for inlining small memcpys.
Chad Rosier
2011-11-14
Fix a performance regression from r144565. Positive offsets were being lowered
Chad Rosier
2011-11-14
ARM assembly parsing type suffix options for VLDR/VSTR.
Jim Grosbach
2011-11-14
Add a missing pattern for X86ISD::MOVLPD. rdar://10436044
Evan Cheng
2011-11-14
Add support for Thumb load/stores with negative offsets.
Chad Rosier
2011-11-14
Unbreak Release builds.
Benjamin Kramer
2011-11-14
Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
Pete Cooper
2011-11-14
32-to-64-bit extended load.
Akira Hatanaka
2011-11-14
AnalyzeCallOperands function for N32/64.
Akira Hatanaka
2011-11-14
Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64.
Akira Hatanaka
2011-11-14
PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...
Justin Holewinski
2011-11-14
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-14
Tidy up. 80 column.
Jim Grosbach
2011-11-14
Add AVX2 version of instructions to load folding tables. Also add a bunch of ...
Craig Topper
2011-11-14
Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX in...
Craig Topper
2011-11-14
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-13
Add BLSI, BLSMSK, and BLSR to getTargetNodeName.
Craig Topper
2011-11-13
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
Fix comments.
Chad Rosier
2011-11-13
Add support for emitting both signed- and zero-extend loads. Fix
Chad Rosier
2011-11-12
Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...
Craig Topper
2011-11-12
Fix typo.
Akira Hatanaka
2011-11-12
Implement Mips64's handling of byval arguments in LowerCall.
Akira Hatanaka
2011-11-12
Implement Mips64's handling of byval arguments in LowerFormalArguments.
Akira Hatanaka
2011-11-12
64-bit arbitrary immediate pattern.
Akira Hatanaka
2011-11-12
Function for handling byval arguments.
Akira Hatanaka
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
ARM refactor simple immediate asm operand render methods.
Jim Grosbach
2011-11-12
Re-apply 144430, this time with the associated isel and disassmbler bits.
Jim Grosbach
2011-11-11
Oops. Missed the isel half of this. revert while I sort that out.
Jim Grosbach
2011-11-11
ARM assembly parsing for VST1 two-register encoding.
Jim Grosbach
2011-11-11
ARM optional size suffix for VLDR/VSTR syntax.
Jim Grosbach
2011-11-11
Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.
Chad Rosier
[prev]
[next]