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
/
XCore
Age
Commit message (
Expand
)
Author
2009-02-14
Merge 64124 frm mainline.
Tanya Lattner
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Don't fold address calculations which use negative offsets into
Richard Osborne
2009-01-15
Update the operands used when building LDAWSP instructions to match the .td
Richard Osborne
2009-01-14
Add pseudo instructions to the XCore for (load|store|load address) of a
Richard Osborne
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-08
Convert DwarfWriter into a pass.
Devang Patel
2008-12-03
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-23
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-15
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-14
[XCore] Remove whitespace in the description used when
Richard Osborne
2008-11-14
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-07
Fix compile warnings.
Richard Osborne
2008-11-07
Add XCore backend.
Richard Osborne
2008-11-05
Test commit, add Makefile for XCore target, more to follow.
Richard Osborne