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
2006-05-30
Expand ret into "CopyToReg;BRIND"
Rafael Espindola
2006-05-27
Ignore generated files
Chris Lattner
2006-05-26
Change RET node to include signness information of the return values. i.e.
Evan Cheng
2006-05-26
On ARM, alignment is in bits
Rafael Espindola
2006-05-25
implement initial version of ARMAsmPrinter::printOperand
Rafael Espindola
2006-05-25
port the ARM backend to use ISD::CALL instead of LowerCallTo
Rafael Espindola
2006-05-25
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-24
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-23
implement minimal versions of
Rafael Espindola
2006-05-20
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-18
implement movri
Rafael Espindola
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-15
add an abort after every assert(0)
Rafael Espindola
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola