aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAgeFilesLines
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-2/+6
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-6/+5
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Fix a typo in a comment.Dan Gohman2009-11-191-1/+1
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-122-3/+6
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-111-0/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* add some missing #includesChris Lattner2009-11-072-2/+2
* Fixed Overload table bug noticed by JakobMon P Wang2009-11-071-1/+0
* Reintroduce support for overloading target intrinsicsMon P Wang2009-11-052-3/+55
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-021-5/+5
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* 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