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
/
ARMConstantIslandPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-1
/
+1
*
ARM: make branch folder remove unconditional branches
Dale Johannesen
2007-07-12
1
-5
/
+2
*
Fix hang compiling TimberWolf (allow for islands
Dale Johannesen
2007-07-11
1
-6
/
+7
*
Didn't mean the last commit. Revert.
Evan Cheng
2007-07-10
1
-8
/
+6
*
Update.
Evan Cheng
2007-07-10
1
-6
/
+8
*
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-07-05
1
-1
/
+3
*
Fix comment.
Evan Cheng
2007-05-16
1
-1
/
+1
*
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-15
1
-6
/
+6
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Rewrite of Thumb constant islands handling (exact allowance for padding
Dale Johannesen
2007-04-29
1
-84
/
+222
*
Doh. ARM::LEApcrel is a single instruction MI.
Evan Cheng
2007-04-27
1
-5
/
+3
*
Special handling of LEApcrel and tLEApcrel.
Evan Cheng
2007-04-27
1
-0
/
+11
*
Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining
Dale Johannesen
2007-04-23
1
-6
/
+19
*
Remove unused constant pool entries.
Evan Cheng
2007-04-03
1
-32
/
+60
*
fix off by 1 error in displacement computation
Dale Johannesen
2007-04-02
1
-0
/
+5
*
- Track which callee-saved registers are spilled.
Evan Cheng
2007-03-01
1
-1
/
+1
*
Changes requested in review of last pass. Also pulled isThumb into a
Dale Johannesen
2007-02-28
1
-113
/
+142
*
Add intelligence about where to break large blocks.
Dale Johannesen
2007-02-28
1
-23
/
+73
*
cosmetic changes from review of last patch. obvious
Dale Johannesen
2007-02-25
1
-2
/
+2
*
remove crediting of Evan Cheng and me.
Dale Johannesen
2007-02-25
1
-1
/
+0
*
Removed WaterListOffset, inserted BBOffsets. Remove TODO item about this
Dale Johannesen
2007-02-25
1
-102
/
+105
*
rewrite of constant islands
Dale Johannesen
2007-02-23
1
-73
/
+262
*
These vectors are frequently large. Use std::vector instead.
Evan Cheng
2007-02-09
1
-10
/
+10
*
Add reference counting to constantpool entries. Delete the unused ones.
Evan Cheng
2007-02-09
1
-36
/
+113
*
- Branch max. displacement calculation bug.
Evan Cheng
2007-02-03
1
-9
/
+20
*
Use MBB.empty() instead of MBB.size() for speed.
Evan Cheng
2007-02-02
1
-1
/
+1
*
Watch out for empty BB.
Evan Cheng
2007-02-02
1
-0
/
+1
*
Pasto. Lots of it.
Evan Cheng
2007-02-01
1
-5
/
+3
*
- Off by one bugs in maximum displacement calculation / testing.
Evan Cheng
2007-02-01
1
-15
/
+28
*
Pessmistically assume the .align 2 before the first constpool entry adds
Evan Cheng
2007-02-01
1
-2
/
+12
*
Handle an interesting corner case: the constpool_entry being reference is two
Evan Cheng
2007-01-31
1
-2
/
+2
*
When determining whether a pc relative branch / load displacement fits in the
Evan Cheng
2007-01-31
1
-27
/
+42
*
Some comments.
Evan Cheng
2007-01-31
1
-2
/
+6
*
ConstPool island bug: watch out for cases where UserMI is the last MI of the BB.
Evan Cheng
2007-01-31
1
-4
/
+16
*
- Added Thumb constpool island support.
Evan Cheng
2007-01-31
1
-24
/
+17
*
- In thumb mode, if size of MachineFunction is >= 2048, force LR to be
Evan Cheng
2007-01-30
1
-31
/
+99
*
Factor GetInstSize() out of constpool island pass.
Evan Cheng
2007-01-29
1
-69
/
+4
*
Thumb jumptable support.
Evan Cheng
2007-01-27
1
-1
/
+9
*
Conditional branch being fixed up is not the last MI in the BB, there is a
Evan Cheng
2007-01-26
1
-13
/
+51
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-0
/
+2
*
SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This
Evan Cheng
2007-01-26
1
-2
/
+6
*
Need to scan the function for branches even if there aren't any constants.
Evan Cheng
2007-01-26
1
-3
/
+2
*
Forgot to update this.
Evan Cheng
2007-01-25
1
-1
/
+1
*
Add comment, fix typo, reduce memory usage, etc.
Evan Cheng
2007-01-25
1
-9
/
+14
*
Doh. Skip JT branches.
Evan Cheng
2007-01-25
1
-1
/
+2
*
Added (preliminary) branch shortening capability to constantpool island pass.
Evan Cheng
2007-01-25
1
-7
/
+130
*
Use PC relative ldr to load from a constantpool in Thumb mode.
Evan Cheng
2007-01-24
1
-0
/
+3
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-0
/
+490