aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAgeFilesLines
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-157-1/+124
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-072-8/+11
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-7/+1
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-252-17/+17
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-231-1/+1
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-232-9/+0
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-2/+2
* Remove unused variables.Daniel Dunbar2009-09-131-1/+0
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-1/+1
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-6/+6
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-312-2/+2
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-1/+1
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-7/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-224-14/+13
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-1/+0
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-2/+4
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-181-1/+1
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-124-9/+6
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-123-28/+18
* Change the asmprinter to print the comment character before theChris Lattner2009-08-111-2/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-115-97/+97
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-106-105/+105
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-102-2/+2
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-083-0/+35
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-052-66/+61
* Restlyize to match other targets, fixes cmake build to boot.Mike Stump2009-08-042-2/+7
* Most flags are reserved registers on Blackfin.Jakob Stoklund Olesen2009-08-041-0/+11
* Update CMake files.Ted Kremenek2009-08-032-0/+2
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-033-42/+46
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-022-16/+3
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-023-8/+3
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-021-7/+1
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-021-1/+42
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-024-8/+250
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-023-12/+137
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-0228-0/+3787