index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-215
/
+7
*
ARM: make sure we keep inline asm operands tied.
Tim Northover
2013-08-18
1
-1
/
+4
*
Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...
Silviu Baranga
2013-07-29
1
-1
/
+1
*
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
2013-07-16
1
-0
/
+29
*
Add a comment to this change, requested by Eric Christopher.
Joey Gouly
2013-07-08
1
-0
/
+4
*
PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
Joey Gouly
2013-07-05
1
-0
/
+6
*
Remove unused variables.
Eric Christopher
2013-06-28
1
-4
/
+0
*
Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM
Weiming Zhao
2013-06-28
1
-10
/
+23
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-17
/
+32
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-15
/
+15
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-26
/
+26
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-48
/
+40
*
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2013-03-09
1
-6
/
+4
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-3
/
+1
*
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
2013-02-14
1
-0
/
+141
*
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
1
-141
/
+0
*
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-02-13
1
-0
/
+141
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-19
1
-2
/
+107
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
1
-0
/
+9
*
Rename methods like PairSRegs() to createSRegpairNode() to meet our coding
Weiming Zhao
2012-11-17
1
-40
/
+34
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-43
/
+51
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
1
-8
/
+13
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
*
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
1
-8
/
+7
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
1
-0
/
+32
*
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-18
1
-120
/
+0
*
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-15
1
-14
/
+20
*
Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
Arnold Schwaighofer
2012-08-12
1
-32
/
+0
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-09
1
-0
/
+32
*
Clean up formatting.
Jim Grosbach
2012-08-01
1
-8
/
+0
*
Tidy up.
Jim Grosbach
2012-08-01
1
-11
/
+4
*
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
1
-173
/
+219
*
Test commit.
Tim Northover
2012-04-26
1
-2
/
+0
*
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
1
-1
/
+2
*
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
1
-1
/
+2
*
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-06
1
-8
/
+7
*
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-03-05
1
-45
/
+37
*
Remove unused variable.
Duncan Sands
2012-02-23
1
-1
/
+0
*
Optimize a couple of common patterns involving conditional moves where the false
Evan Cheng
2012-02-23
1
-3
/
+115
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
ARM updating VST2 pseudo-lowering fixed vs. register update.
Jim Grosbach
2012-01-10
1
-1
/
+1
*
ARM NEON assmebly parsing for VLD2 to all lanes instructions.
Jim Grosbach
2011-12-21
1
-3
/
+14
*
ARM NEON refactor VST2 w/ writeback instructions.
Jim Grosbach
2011-12-14
1
-6
/
+15
*
ARM assembly parsing and encoding for VLD2 with writeback.
Jim Grosbach
2011-12-09
1
-8
/
+19
[next]