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