aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+1
* Revert 95130.Evan Cheng2010-02-022-2/+2
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-022-2/+2
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-43/+13
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-10/+2
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-281-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+0
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-3/+3
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-272-2/+4
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-262-2/+1
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-1/+1
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-261-4/+1
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-251-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-243-3/+0
* add missing break, PR6114, patch by M Wahab.Chris Lattner2010-01-221-0/+1
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-223-0/+5
* reduce redundant are's.Chris Lattner2010-01-201-1/+1
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+1
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+2
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-191-7/+5
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-2/+2
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-57/+23
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-161-2/+1
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-42/+61
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-16/+15
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-2/+2
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-052-22/+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
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-1/+1
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-184-1/+23
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-142-0/+17
* 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-2/+2
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-122-8/+13
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-111-1/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-4/+1
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-3/+3
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Add missing names for the XCore specific LADD and LSUB nodes.Richard Osborne2009-10-081-0/+2
* Add some peepholes for signed comparisons using ashr X, X, 32.Richard Osborne2009-10-081-0/+16
* Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman2009-10-072-26/+0
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-072-4/+8
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Remove xs1b predicate since it is no longer needed to differentiate betweemRichard Osborne2009-10-064-33/+5
* Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne2009-10-067-98/+45
* Default to the xs1b subtargetRichard Osborne2009-10-061-1/+1