index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMBaseInstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ConvertToSetZeroFlag to something more general.
Bill Wendling
2010-09-11
1
-2
/
+2
*
No need to recompute the SrcReg and CmpValue.
Bill Wendling
2010-09-10
1
-1
/
+2
*
Move some of the decision logic for converting an instruction into one that sets
Bill Wendling
2010-09-10
1
-2
/
+1
*
Modify the comparison optimizations in the peephole optimizer to update the
Bill Wendling
2010-09-10
1
-1
/
+2
*
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-10
1
-1
/
+1
*
For each instruction itinerary class, specify the number of micro-ops each
Evan Cheng
2010-09-09
1
-0
/
+3
*
Add a separate ARM instruction format for Saturate instructions.
Bob Wilson
2010-08-11
1
-28
/
+29
*
Use the "isCompare" machine instruction attribute instead of calling the
Bill Wendling
2010-08-08
1
-6
/
+6
*
Add the Optimize Compares pass (disabled by default).
Bill Wendling
2010-08-06
1
-0
/
+11
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
1
-1
/
+1
*
prune #includes a little.
Chris Lattner
2010-07-20
1
-2
/
+3
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
1
-6
/
+0
*
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
1
-13
/
+0
*
Replace copyRegToReg with copyPhysReg for ARM.
Jakob Stoklund Olesen
2010-07-11
1
-6
/
+4
*
Renumber NEON instruction formats to be consecutive.
Bob Wilson
2010-06-26
1
-12
/
+12
*
Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm to
Bob Wilson
2010-06-25
1
-3
/
+3
*
Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats.
Bob Wilson
2010-06-25
1
-1
/
+3
*
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-25
1
-0
/
+11
*
We are missing opportunites to use ldm. Take code like this:
Bill Wendling
2010-06-23
1
-0
/
+20
*
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-18
1
-0
/
+4
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
1
-1
/
+2
*
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-06-11
1
-1
/
+13
*
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
1
-1
/
+1
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
1
-1
/
+1
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-0
/
+5
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-1
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+4
*
Frame index can be negative.
Evan Cheng
2010-04-29
1
-1
/
+1
*
Add ARM specific emitFrameIndexDebugValue.
Evan Cheng
2010-04-26
1
-0
/
+6
*
Renumber LdStExFrm from 28 to 11 and shift the existing format values to make
Johnny Chen
2010-03-19
1
-18
/
+18
*
Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new
Bob Wilson
2010-03-13
1
-2
/
+3
*
Initial bits of ARMv4-only support.
Anton Korobeynikov
2010-03-06
1
-1
/
+1
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
1
-2
/
+2
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
1
-0
/
+2
*
Rough first pass at compare_and_swap atomic builtins for ARM mode. Work in pr...
Jim Grosbach
2009-12-11
1
-0
/
+2
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
1
-3
/
+0
*
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-30
1
-2
/
+0
*
Refactor target hook for tail duplication as requested by Chris.
Bob Wilson
2009-11-24
1
-2
/
+1
*
Materialize global addresses via movt/movw pair, this is always better
Anton Korobeynikov
2009-11-24
1
-0
/
+16
*
Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...
Evan Cheng
2009-11-21
1
-0
/
+2
*
Add a target hook to allow changing the tail duplication limit based on the
Bob Wilson
2009-11-18
1
-0
/
+3
*
- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.
Evan Cheng
2009-11-14
1
-1
/
+2
*
Refactor code.
Evan Cheng
2009-11-08
1
-0
/
+5
*
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
1
-1
/
+1
*
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
1
-0
/
+3
*
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
1
-2
/
+1
*
Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,...
Anton Korobeynikov
2009-11-02
1
-1
/
+11
*
Add a Thumb BRIND pattern. Change the ARM BRIND assembly to separate the
Bob Wilson
2009-10-28
1
-0
/
+5
*
Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
Evan Cheng
2009-09-28
1
-1
/
+1
*
Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...
Evan Cheng
2009-08-27
1
-9
/
+10
[next]