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
/
ARM
/
ARMISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2013-03-09
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-02-14
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
2013-02-13
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-19
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-29
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-17
Rename methods like PairSRegs() to createSRegpairNode() to meet our coding
Weiming Zhao
2012-11-16
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-04
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-18
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-15
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-12
Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
Arnold Schwaighofer
2012-08-09
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-01
Clean up formatting.
Jim Grosbach
2012-08-01
Tidy up.
Jim Grosbach
2012-05-24
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-04-26
Test commit.
Tim Northover
2012-04-11
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-03-06
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-05
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-02-23
Remove unused variable.
Duncan Sands
2012-02-23
Optimize a couple of common patterns involving conditional moves where the false
Evan Cheng
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-10
ARM updating VST2 pseudo-lowering fixed vs. register update.
Jim Grosbach
2011-12-21
ARM NEON assmebly parsing for VLD2 to all lanes instructions.
Jim Grosbach
2011-12-14
ARM NEON refactor VST2 w/ writeback instructions.
Jim Grosbach
2011-12-09
ARM assembly parsing and encoding for VLD2 with writeback.
Jim Grosbach
2011-11-29
ARM assembly parsing and encoding for four-register VST1.
Jim Grosbach
2011-11-29
ARM assembly parsing and encoding for three-register VST1.
Jim Grosbach
2011-10-31
ARM VST1 w/ writeback assembly parsing and encoding.
Jim Grosbach
2011-10-27
Also set addrmode6 alignment when align==size.
Jakob Stoklund Olesen
2011-10-27
ARM isel for vld1, opcode selection for register stride post-index pseudos.
Jim Grosbach
2011-10-24
ARM refactor am6offset usage for VLD1.
Jim Grosbach
2011-10-18
Fix misc warnings. Patch by Joe Abbey.
Eli Friedman
2011-10-10
Reapply r141365 now that PR11107 is fixed.
Bill Wendling
2011-10-10
Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame to
Bill Wendling
2011-10-08
Disable ABS optimization for Thumb1 target, we don't have necessary instructi...
Anton Korobeynikov
2011-10-07
Peephole optimization for ABS on ARM.
Anton Korobeynikov
2011-10-05
Always merge profitable shifts on A9, not just when they have a single use.
Cameron Zwarich
2011-10-05
Remove a check from ARM shifted operand isel helper methods, which were blocking
Cameron Zwarich
[next]