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
Age
Commit message (
Expand
)
Author
2007-02-09
These vectors are frequently large. Use std::vector instead.
Evan Cheng
2007-02-09
Add reference counting to constantpool entries. Delete the unused ones.
Evan Cheng
2007-02-07
isLowRegister() expects input is a physical register.
Evan Cheng
2007-02-07
Rename.
Evan Cheng
2007-02-07
If sp offset will be materialized in a register. Clear the offset field of st...
Evan Cheng
2007-02-07
Get rid of references to iostream.
Evan Cheng
2007-02-07
New entry.
Evan Cheng
2007-02-07
In thumb mode, R3 is reserved, but it can be live in to the function. If
Evan Cheng
2007-02-07
Update
Evan Cheng
2007-02-07
- If fp (r7) is used to reference stack objects, use [r, r] address mode.
Evan Cheng
2007-02-07
eliminateFrameIndex() is even more complicated if frame ptr is used instead o...
Evan Cheng
2007-02-07
Spill / restore should avoid modifying the condition register.
Evan Cheng
2007-02-06
Select add FI, c correctly.
Evan Cheng
2007-02-06
foldMemoryOperand() cannot fold tMOVrr sp into load / store in thumb mode. tL...
Evan Cheng
2007-02-06
eliminateFrameIndex() bug when frame pointer is used as base register.
Evan Cheng
2007-02-06
- Store val, [sp, c] must be selected to tSTRsp.
Evan Cheng
2007-02-03
ARM callseq_end should have a input flag operand so it would be scheduled rig...
Evan Cheng
2007-02-03
Fix comments.
Evan Cheng
2007-02-03
- Branch max. displacement calculation bug.
Evan Cheng
2007-02-02
bugfix: SP isn't resetted when function has FP and there is no spills.
Lauro Ramos Venancio
2007-02-02
Another thumb large stack offset codegen bug.
Evan Cheng
2007-02-02
Use MBB.empty() instead of MBB.size() for speed.
Evan Cheng
2007-02-02
Watch out for empty BB.
Evan Cheng
2007-02-02
Ugh. Only meant to do this in thumb mode.
Evan Cheng
2007-02-02
add a note
Chris Lattner
2007-02-02
Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the...
Evan Cheng
2007-02-01
Thumb does not have clz.
Evan Cheng
2007-02-01
Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)
Lauro Ramos Venancio
2007-02-01
Pasto. Lots of it.
Evan Cheng
2007-02-01
Fix .thumb_func directive on linux.
Lauro Ramos Venancio
2007-02-01
- Off by one bugs in maximum displacement calculation / testing.
Evan Cheng
2007-02-01
.set pc relative displacement bug: label should be moved down one instruction
Evan Cheng
2007-02-01
Add a note.
Evan Cheng
2007-02-01
Also set alignment of stack-based structs to 4 in thumb mode.
Evan Cheng
2007-02-01
Special epilogue for vararg functions. We cannot do a pop to pc because
Evan Cheng
2007-02-01
Pessmistically assume the .align 2 before the first constpool entry adds
Evan Cheng
2007-02-01
Possible JT improvements.
Evan Cheng
2007-01-31
Don't emit unnecessary .align directive.
Evan Cheng
2007-01-31
Handle an interesting corner case: the constpool_entry being reference is two
Evan Cheng
2007-01-31
Don't want to add FramePtr to callee save spill list twice.
Evan Cheng
2007-01-31
Darwin ABI requires FP to point to stack slot of prev FP.
Evan Cheng
2007-01-31
Add entry.
Evan Cheng
2007-01-31
Thumb add sp, #imm requires the immediate value be multiple of 4. For now,
Evan Cheng
2007-01-31
Update comment.
Evan Cheng
2007-01-31
Thumb asm syntax does not want 's' suffix for flag setting opcodes.
Evan Cheng
2007-01-31
When determining whether a pc relative branch / load displacement fits in the
Evan Cheng
2007-01-31
Some comments.
Evan Cheng
2007-01-31
ConstPool island bug: watch out for cases where UserMI is the last MI of the BB.
Evan Cheng
2007-01-31
ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...
Lauro Ramos Venancio
2007-01-31
Specify the right CC for comparison libcalls.
Evan Cheng
[next]