index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
ARM: spot SBFX-compatbile code expressed with sign_extend_inreg
Tim Northover
2014-07-23
1
-0
/
+20
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-1
/
+1
*
Remove caching of the target machine and initialization of the
Eric Christopher
2014-07-03
1
-10
/
+5
*
Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Eric Christopher
2014-05-22
1
-0
/
+7
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
1
-1
/
+1
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-11
/
+11
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-2
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-39
/
+40
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-5
/
+5
*
ARM: expand atomic ldrex/strex loops in IR
Tim Northover
2014-04-03
1
-113
/
+0
*
ARM: teach LLVM that Cortex-A7 is very similar to A8.
Tim Northover
2014-04-01
1
-2
/
+2
*
ARM: add intrinsics for the v8 ldaex/stlex
Tim Northover
2014-03-26
1
-5
/
+10
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-1
/
+0
*
ARM: simplify EmitAtomicBinary64
Tim Northover
2014-03-11
1
-6
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-6
/
+5
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
ARM: use litpools for normal i32 imms when compiling minsize.
Tim Northover
2014-01-23
1
-9
/
+11
*
For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback.
Jiangning Liu
2014-01-16
1
-9
/
+66
*
ARM: add pseudo-instructions for lit-pool global materialisation
Tim Northover
2013-12-02
1
-10
/
+5
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-42
/
+114
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-1
/
+3
*
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
[next]