summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames2013-03-09
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-14
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-13
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* LLVM sdisel normalize bit extraction of the form:Evan Cheng2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* Rename methods like PairSRegs() to createSRegpairNode() to meet our codingWeiming Zhao2012-11-17
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-13
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-04
* Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen2012-08-18
* Add missing Rfalse operand to the predicated pseudo-instructions.Jakob Stoklund Olesen2012-08-15
* Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARMArnold Schwaighofer2012-08-12
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-08-09
* Clean up formatting.Jim Grosbach2012-08-01
* Tidy up.Jim Grosbach2012-08-01
* Make some opcode tables static and const. Allows code to avoid making copies ...Craig Topper2012-05-24
* Test commit.Tim Northover2012-04-26
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* ARM refactor more NEON VLD/VST instructions to use composite physregsJim Grosbach2012-03-06
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-05
* Remove unused variable.Duncan Sands2012-02-23
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-23
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* ARM updating VST2 pseudo-lowering fixed vs. register update.Jim Grosbach2012-01-10
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-21
* ARM NEON refactor VST2 w/ writeback instructions.Jim Grosbach2011-12-14
* ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach2011-12-09
* ARM assembly parsing and encoding for four-register VST1.Jim Grosbach2011-11-29
* ARM assembly parsing and encoding for three-register VST1.Jim Grosbach2011-11-29
* ARM VST1 w/ writeback assembly parsing and encoding.Jim Grosbach2011-10-31
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-27
* ARM isel for vld1, opcode selection for register stride post-index pseudos.Jim Grosbach2011-10-27
* ARM refactor am6offset usage for VLD1.Jim Grosbach2011-10-24
* Fix misc warnings. Patch by Joe Abbey.Eli Friedman2011-10-18
* Reapply r141365 now that PR11107 is fixed.Bill Wendling2011-10-10
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-10