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
/
ARMBaseInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
1
-9
/
+458
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-18
1
-13
/
+56
*
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-14
1
-0
/
+31
*
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
1
-13
/
+13
*
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-10
1
-2
/
+8
*
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
1
-56
/
+31
*
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-05
1
-6
/
+6
*
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
1
-12
/
+48
*
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-30
1
-2
/
+71
*
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
1
-45
/
+53
*
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
1
-4
/
+3
*
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
1
-0
/
+13
*
cleanup
Andrew Trick
2012-08-29
1
-21
/
+19
*
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-28
1
-10
/
+10
*
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
1
-10
/
+10
*
Make sure we add the predicate after all of the registers are added.
Bill Wendling
2012-08-27
1
-2
/
+3
*
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-21
1
-4
/
+2
*
Avoid folding ADD instructions with FI operands.
Jakob Stoklund Olesen
2012-08-17
1
-0
/
+3
*
Implement NEON domain switching for scalar <-> S-register vmovs on ARM
Tim Northover
2012-08-17
1
-15
/
+97
*
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
1
-0
/
+20
*
Handle ARM MOVCC optimization in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-08-16
1
-3
/
+64
*
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
1
-0
/
+49
*
Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...
Anton Korobeynikov
2012-08-04
1
-0
/
+4
*
Add stack spill / reload instructions for DTriple and DQuad register classes,...
Anton Korobeynikov
2012-08-04
1
-3
/
+43
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
ARM: fix typo in comments
Manman Ren
2012-07-11
1
-1
/
+1
*
ARM: Fix optimizeCompare to correctly check safe condition.
Manman Ren
2012-07-11
1
-9
/
+14
*
Revert accidental checkin.
Andrew Trick
2012-07-02
1
-3
/
+2
*
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
1
-10
/
+11
*
ARM: Clean up optimizeCompare in peephole, no functional change.
Manman Ren
2012-06-29
1
-80
/
+73
*
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
1
-14
/
+21
*
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
1
-9
/
+9
*
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-29
1
-9
/
+9
*
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
1
-0
/
+2
*
ARM: update peephole optimization.
Manman Ren
2012-06-25
1
-2
/
+18
*
ARM scheduling fix: don't guess at implicit operand latency.
Andrew Trick
2012-06-22
1
-5
/
+9
*
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
1
-3
/
+1
*
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
1
-1
/
+2
*
ARM getOperandLatency rewrite.
Andrew Trick
2012-06-07
1
-85
/
+112
*
ARM getOperandLatency should return -1 for unknown, consistent with API
Andrew Trick
2012-06-07
1
-1
/
+4
*
Fix ARM getInstrLatency logic to work with the current API.
Andrew Trick
2012-06-07
1
-13
/
+19
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
1
-8
/
+11
*
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-24
1
-14
/
+9
*
Fix use of uninitialized variable.
David Blaikie
2012-05-14
1
-1
/
+1
*
Add space before an open parenthesis in control flow statements.
Manman Ren
2012-05-11
1
-2
/
+2
*
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-11
1
-27
/
+119
*
Revert: 156550 "ARM: peephole optimization to remove cmp instruction"
Manman Ren
2012-05-10
1
-118
/
+27
*
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-10
1
-27
/
+118
*
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
1
-0
/
+23
[next]