aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2011-07-08Add an fma TableGen node.Cameron Zwarich
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-07-08TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach
2011-07-08Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-07Move a function out-of-line.Bill Wendling
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng
2011-07-07Use ArrayRef instead of a std::vector&.Bill Wendling
2011-07-07Add a target hook to encode the compact unwind information.Bill Wendling
2011-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach
2011-07-06Constify getCompactUnwindRegNum.Bill Wendling
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-07-01Add MCSubtargetInfo target registry stuff.Evan Cheng
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng
2011-07-01Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng
2011-06-30Add target a target hook to get the register number used by the compact unwindBill Wendling
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-30Remove getRegClassForInlineAsmConstraint and all dependencies.Eric Christopher
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-29Trim includeEvan Cheng
2011-06-28Unbreak every backend.Evan Cheng
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-28Add MCInstrInfo registeration machinery.Evan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-06-27Remove RCBarriers from TargetInstrDesc.Evan Cheng
2011-06-27More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng
2011-06-27Add support for alternative register names, useful for instructions whose ope...Owen Anderson
2011-06-27Rename unnecessary forward declaration.Evan Cheng
2011-06-24Rename TargetRegisterDesc to MCRegisterDescEvan Cheng
2011-06-24- Add MCRegisterInfo registration machinery. Also added x86 registration rout...Evan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-23Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng
2011-06-23Use the presence of the __compact_unwind section to indicate that a targetBill Wendling
2011-06-23Allow the AsmInfo to query for the compact unwind section.Bill Wendling
2011-06-23Allow the AsmInfo to query the TLOF to see if it supports compact unwind.Bill Wendling
2011-06-22Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling
2011-06-22Add a __LD,__compact_unwind section.Bill Wendling
2011-06-20Add a RegisterTuples class to Target.td and TableGen.Jakob Stoklund Olesen
2011-06-18Remove MethodProtos/MethodBodies and allocation_order_begin/end.Jakob Stoklund Olesen
2011-06-18Provide AltOrders for specifying alternative allocation orders.Jakob Stoklund Olesen
2011-06-17Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling
2011-06-17Fix a bug in the type-lowering of integer-promoted elements. Add a check thatNadav Rotem
2011-06-17Add an option that allows one to "decode" the LSDA.Bill Wendling
2011-06-16Rename TRI::getAllocationOrder() to getRawAllocationOrder().Jakob Stoklund Olesen
2011-06-16Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...Owen Anderson
2011-06-16Add TargetRegisterInfo::getRawAllocationOrder().Jakob Stoklund Olesen
2011-06-15Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen
2011-06-15Replace the statically generated hashtables for checking register relationshi...Owen Anderson
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes