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
/
ARMBaseInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2013-03-27
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-15
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-02-21
Radar numbers don't belong in source code.
Evan Cheng
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-20
MachineInstrBuilderize ARM.
Jakob Stoklund Olesen
2012-12-19
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-10-26
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
whitespace
Andrew Trick
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-18
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-14
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-10
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-01
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-08-30
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-29
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
cleanup
Andrew Trick
2012-08-28
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-27
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
Make sure we add the predicate after all of the registers are added.
Bill Wendling
2012-08-21
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-17
Avoid folding ADD instructions with FI operands.
Jakob Stoklund Olesen
2012-08-17
Implement NEON domain switching for scalar <-> S-register vmovs on ARM
Tim Northover
2012-08-16
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
Handle ARM MOVCC optimization in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-08-15
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-04
Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...
Anton Korobeynikov
2012-08-04
Add stack spill / reload instructions for DTriple and DQuad register classes,...
Anton Korobeynikov
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-11
ARM: fix typo in comments
Manman Ren
2012-07-11
ARM: Fix optimizeCompare to correctly check safe condition.
Manman Ren
2012-07-02
Revert accidental checkin.
Andrew Trick
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
ARM: Clean up optimizeCompare in peephole, no functional change.
Manman Ren
2012-06-29
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-26
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
[next]