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