aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer2010-01-181-1/+1
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-171-5/+0
* fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner2010-01-171-1/+1
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-171-0/+6
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-171-15/+3
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-0/+86
* Retrying r91337:Bill Wendling2010-01-161-0/+14
* DEBUG_VALUE is now variable sized, as it has aDale Johannesen2010-01-151-1/+1
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-151-0/+8
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-152-13/+1
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-141-2/+13
* prune #includes in TargetAsmParser.hChris Lattner2010-01-141-3/+4
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-1/+1
* Fix a comment.Dale Johannesen2010-01-131-1/+1
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-131-10/+9
* Add TargetInstrInfo::isCoalescableInstr. It returns true if the specifiedEvan Cheng2010-01-121-0/+13
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-092-1/+12
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-082-1/+12
* Add comments.Jakob Stoklund Olesen2010-01-071-0/+2
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-061-0/+8
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-061-2/+4
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-041-8/+1
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-281-0/+6
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-1/+1
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-211-0/+7
* Delete unused code.Dan Gohman2009-12-191-14/+0
* Changes from review:Bill Wendling2009-12-181-0/+5
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-161-2/+3
* Fix these asserts to check the invariant that the code actuallyDan Gohman2009-12-141-2/+2
* Whitespace changes, comment clarification. No functional changes.Bill Wendling2009-12-141-5/+4
* Silence conversion warning from 64 to 32-bit.Eric Christopher2009-12-091-1/+1
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-091-6/+0
* Revert 90789 for now. It caused massive compile time regression. Post-ra sche...Evan Cheng2009-12-081-1/+1
* Apply Pekka Jääskeläinen's patch to raise the first virtual registerDan Gohman2009-12-071-2/+2
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-051-8/+0
* Remove an unneeded include.David Greene2009-12-051-1/+1
* Fix a bad merge.David Greene2009-12-041-7/+0
* Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlotDavid Greene2009-12-041-6/+17
* remove some dead std::ostream using code.Chris Lattner2009-12-031-2/+0
* This initial code is meant to convert TargetData to use an AbstractTypesUser soBill Wendling2009-12-031-2/+1
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-301-4/+0
* Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov2009-11-251-7/+0
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-0/+14
* Refactor target hook for tail duplication as requested by Chris.Bob Wilson2009-11-241-6/+3
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-10/+17
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-7/+0
* Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach2009-11-221-0/+12
* Allow target to disable if-converting predicable instructions. e.g. NEON inst...Evan Cheng2009-11-211-0/+7
* Maintain stylistic consistency.Evan Cheng2009-11-211-1/+3
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-211-0/+7