summaryrefslogtreecommitdiff
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAge
...
* print all the newlines at the end of instructions withChris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-03
* Revert 95130.Evan Cheng2010-02-02
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* switch blackfin to the default runOnMachineFunctionChris Lattner2010-01-28
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-28
* switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cppChris Lattner2010-01-27
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-26
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-25
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-15
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-15
* MC'ize this a bit and upgrade APIsChris Lattner2010-01-13
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove dead variable.Bill Wendling2009-12-28
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* Fix a typo in a comment.Dan Gohman2009-11-19
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-11
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* add some missing #includesChris Lattner2009-11-07
* Fixed Overload table bug noticed by JakobMon P Wang2009-11-07
* Reintroduce support for overloading target intrinsicsMon P Wang2009-11-05
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-02
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-15
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-06
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-23
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-23
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-20
* Remove unused variables.Daniel Dunbar2009-09-13
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13