aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Blackfin
AgeCommit message (Expand)Author
2009-11-07Fixed Overload table bug noticed by JakobMon P Wang
2009-11-05Reintroduce support for overloading target intrinsicsMon P Wang
2009-11-02Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-15Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-09-23Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman
2009-09-23Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson
2009-09-20Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar
2009-09-13Remove unused variables.Daniel Dunbar
2009-09-13remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner
2009-09-13the tblgen produced 'getRegisterName' method does not accessChris Lattner
2009-09-13make tblgen produce a function that returns the name for a physreg.Chris Lattner
2009-09-13replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner
2009-09-13convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-31Normalize makefile comments and sort cmake file lists.Benjamin Kramer
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-08-22Forgot to update some CMakeLists.Benjamin Kramer
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22Record variable debug info at ISel time directly.Devang Patel
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-18Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-12Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen
2009-08-11Change the asmprinter to print the comment character before theChris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-11pass the TargetTriple down from each target ctor to theChris Lattner
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-10Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson
2009-08-08Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen
2009-08-08make printInstruction return void since its result is omitted. Make the Chris Lattner
2009-08-05Major calling convention code refactoring.Dan Gohman
2009-08-04Restlyize to match other targets, fixes cmake build to boot.Mike Stump
2009-08-04Most flags are reserved registers on Blackfin.Jakob Stoklund Olesen
2009-08-03Update CMake files.Ted Kremenek
2009-08-03Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-08-02Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen
2009-08-02Add some basic blackfin intrinsics.Jakob Stoklund Olesen
2009-08-02Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen
2009-08-02Inline assembly support for Blackfin.Jakob Stoklund Olesen
2009-08-02Analog Devices Blackfin back-end.Jakob Stoklund Olesen