summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Filled out the skeleton of the TargetAsmLexer to behaveSean Callanan2010-01-22
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-22
* allow registering target lexers.Chris Lattner2010-01-22
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-22
* remove a couple of asserts that use RTTI.Chris Lattner2010-01-21
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-19
* change an accessor to a predicate.Chris Lattner2010-01-19
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-19
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-18
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-18
* Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer2010-01-18
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-17
* fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-17
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-17
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* Retrying r91337:Bill Wendling2010-01-16
* DEBUG_VALUE is now variable sized, as it has aDale Johannesen2010-01-15
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-15
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-15
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* prune #includes in TargetAsmParser.hChris Lattner2010-01-14
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* Fix a comment.Dale Johannesen2010-01-13
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-13
* Add TargetInstrInfo::isCoalescableInstr. It returns true if the specifiedEvan Cheng2010-01-12
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-09
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-08
* Add comments.Jakob Stoklund Olesen2010-01-07
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-06
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-06
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-04
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-28
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-22
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-21
* Delete unused code.Dan Gohman2009-12-19
* Changes from review:Bill Wendling2009-12-18
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-16
* Fix these asserts to check the invariant that the code actuallyDan Gohman2009-12-14
* Whitespace changes, comment clarification. No functional changes.Bill Wendling2009-12-14
* Silence conversion warning from 64 to 32-bit.Eric Christopher2009-12-09
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-09
* Revert 90789 for now. It caused massive compile time regression. Post-ra sche...Evan Cheng2009-12-08
* Apply Pekka Jääskeläinen's patch to raise the first virtual registerDan Gohman2009-12-07
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Remove an unneeded include.David Greene2009-12-05
* Fix a bad merge.David Greene2009-12-04
* Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlotDavid Greene2009-12-04
* remove some dead std::ostream using code.Chris Lattner2009-12-03