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
/
ARM.td
Age
Commit message (
Expand
)
Author
2009-07-08
Add a Thumb2 instruction flag to that indicates whether the instruction can b...
Evan Cheng
2009-06-19
Latency information for ARM v6. It's rough and not yet hooked up. Right now ...
Evan Cheng
2009-06-08
Separate V6 from V6T2 since the latter has some extra nice instructions
Anton Korobeynikov
2009-05-29
Add placeholder for thumb2 stuff
Anton Korobeynikov
2009-05-23
Add ARMv7 architecture, Cortex processors and different FPU modes handling.
Anton Korobeynikov
2009-04-17
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-06
Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...
Evan Cheng
2008-11-05
Restructure ARM code emitter to use instruction formats instead of addressing...
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-08-07
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-05-04
Add a processor.
Lauro Ramos Venancio
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
2006-05-18
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-17
Remove PointerType from class Target
Evan Cheng
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola