summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Add opcode to TargetInstrDescriptor.Evan Cheng2006-11-17
* Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng2006-11-09
* Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng2006-11-09
* getPostIndexedAddressParts change: passes in load/store instead of its loaded...Evan Cheng2006-11-09
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-09
* Added target hook for post-indexed memory ops transformation.Evan Cheng2006-11-07
* Add a new operand flag to mark which operand is the first predicate operandChris Lattner2006-11-06
* add a flag so that predicated instructions can be recognized by branchChris Lattner2006-11-06
* RenameEvan Cheng2006-11-03
* Added a target specific hook to check whether / how a node can be transformedEvan Cheng2006-11-03
* generalize this apiChris Lattner2006-11-02
* RenameEvan Cheng2006-11-01
* Added getTiedToSrcOperand() to check for two-address'ness.Evan Cheng2006-11-01
* Add operand constraints to TargetInstrInfo.Evan Cheng2006-11-01
* Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner2006-10-31
* Don't mislead readers by claiming a variable is defaulted to false whenReid Spencer2006-10-30
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-30
* add another target hook for branch folding.Chris Lattner2006-10-28
* Added CStringSection.Evan Cheng2006-10-26
* TargetData is not subclassed. So no need to have virtual method.Devang Patel2006-10-24
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-24
* update commentChris Lattner2006-10-24
* fix assert commentRafael Espindola2006-10-24
* expose DWARF_LABEL opcode# so the branch folder can update debug info properly.Chris Lattner2006-10-17
* update commentChris Lattner2006-10-17
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-13
* it is easier to implement these when they are virtualChris Lattner2006-10-13
* allow branch reversal to failChris Lattner2006-10-13
* replace the existing branch inspection/modification APIs with something moreChris Lattner2006-10-13
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-13
* Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.Evan Cheng2006-10-09
* Add support for targets to declare that they use a GOTChris Lattner2006-10-06
* remove JumpTableTextSectionChris Lattner2006-10-05
* move getSectionForFunction to AsmPrinter.Chris Lattner2006-10-05
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-05
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-04
* - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI justEvan Cheng2006-09-28
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-26
* order this properly to avoid warnings in TargetAsmInfo.cpp. Add a commentChris Lattner2006-09-25
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-24
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-06
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-04
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Eliminate target name.Chris Lattner2006-09-03
* update some commentsChris Lattner2006-08-24
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-17
* Doxygenify some methods.Chris Lattner2006-08-10
* update commentChris Lattner2006-08-03