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-05-07
Fix PR1390 in a better way.
Lauro Ramos Venancio
2007-05-07
This is no longer needed after enabling the DAG combiner xform.
Evan Cheng
2007-05-05
Fix PR1390.
Lauro Ramos Venancio
2007-05-04
Add a processor.
Lauro Ramos Venancio
2007-05-04
On Mac OS X, GV requires an extra load only when relocation-model is non-static.
Evan Cheng
2007-05-03
Should never see an indexed load / store with zero offset.
Evan Cheng
2007-05-03
Evan's patch to avoid FPreg->intreg copy for cvt; store to mem
Dale Johannesen
2007-05-03
Debug support for arm-linux.
Lauro Ramos Venancio
2007-05-03
add support for printing offset from global
Chris Lattner
2007-05-03
Typo. It's checking if V is multiple of 4, not multiple of 3. :-)
Evan Cheng
2007-05-03
Drop 'const'
Devang Patel
2007-05-03
match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll
Chris Lattner
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Add some support for (Darwin) code-generating directives in getInlineAsmLength.
Dale Johannesen
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
Doh. PC displacement is between the constantpool and the add instruction.
Evan Cheng
2007-05-01
eliminateFrameIndex() change.
Evan Cheng
2007-05-01
Under normal circumstances, when a frame pointer is not required, we reserve
Evan Cheng
2007-04-30
Remove item: thumb padding in constant islands
Dale Johannesen
2007-04-30
remove unused variable
Dale Johannesen
2007-04-30
Enable protected visibility on ARM.
Lauro Ramos Venancio
2007-04-29
Rewrite of Thumb constant islands handling (exact allowance for padding
Dale Johannesen
2007-04-29
Make ARM-specific version of getInlineAsmLength
Dale Johannesen
2007-04-28
change per review
Dale Johannesen
2007-04-27
Prevent Thumb code from generating ARM instructions
Dale Johannesen
2007-04-27
add parenthesis.
Lauro Ramos Venancio
2007-04-27
Doh. ARM::LEApcrel is a single instruction MI.
Evan Cheng
2007-04-27
In Thumb mode, the frame register must be R7.
Lauro Ramos Venancio
2007-04-27
ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.
Lauro Ramos Venancio
2007-04-27
Darwin runtime library does not have these.
Evan Cheng
2007-04-27
Special handling of LEApcrel and tLEApcrel.
Evan Cheng
2007-04-27
Back out previous check-in. Incorrect.
Evan Cheng
2007-04-27
tLEApcrel is a AddrModeTs, i.e. pc relative.
Evan Cheng
2007-04-26
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-25
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-04-25
remember to emit weak reference in one more case.
Lauro Ramos Venancio
2007-04-25
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-23
Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining
Dale Johannesen
2007-04-23
add Align field, and use when generating function alignment
Dale Johannesen
2007-04-23
add isThumb (unused as yet)
Dale Johannesen
2007-04-22
Implement PIC for arm-linux.
Lauro Ramos Venancio
2007-04-20
Specify S registers as D registers' sub-registers.
Evan Cheng
2007-04-20
add a crazy idea
Chris Lattner
2007-04-19
Fix a bug in getFrameRegister.
Lauro Ramos Venancio
2007-04-17
dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll
Chris Lattner
2007-04-17
add a note
Chris Lattner
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-13
arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.
Chris Lattner
2007-04-11
Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...
Chris Lattner
2007-04-10
restore support for negative strides
Chris Lattner
[next]