aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* expose DWARF_LABEL opcode# so the branch folder can update debug info properly.Chris Lattner2006-10-171-0/+7
* update commentChris Lattner2006-10-171-2/+4
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-1/+28
* it is easier to implement these when they are virtualChris Lattner2006-10-131-4/+4
* allow branch reversal to failChris Lattner2006-10-131-4/+5
* replace the existing branch inspection/modification APIs with something moreChris Lattner2006-10-131-17/+44
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-131-2/+13
* Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.Evan Cheng2006-10-091-7/+5
* Add support for targets to declare that they use a GOTChris Lattner2006-10-061-0/+11
* remove JumpTableTextSectionChris Lattner2006-10-051-8/+0
* move getSectionForFunction to AsmPrinter.Chris Lattner2006-10-051-8/+0
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-051-2/+10
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-0/+32
* - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI justEvan Cheng2006-09-281-4/+10
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-0/+8
* order this properly to avoid warnings in TargetAsmInfo.cpp. Add a commentChris Lattner2006-09-251-1/+4
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-241-0/+4
* 1. Remove condition on delete.Jim Laskey2006-09-071-4/+4
* Make target asm info a property of the target machine.Jim Laskey2006-09-072-2/+23
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-061-0/+427
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-041-0/+31
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-042-11/+96
* Eliminate target name.Chris Lattner2006-09-031-14/+3
* update some commentsChris Lattner2006-08-241-2/+1
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-171-2/+2
* Doxygenify some methods.Chris Lattner2006-08-101-4/+8
* update commentChris Lattner2006-08-031-8/+2
* remove some more dead sparcv9 support stuffChris Lattner2006-08-031-25/+0
* Resolve BB references with relocation.Evan Cheng2006-07-271-14/+0
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-271-4/+0
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-261-1/+1
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+19
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-212-18/+19
* Make sub- and super- register classes const.Evan Cheng2006-07-191-3/+3
* Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng2006-07-061-0/+18
* Clean upEvan Cheng2006-06-171-2/+1
* Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner2006-06-161-8/+14
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-161-10/+11
* Avoid undesirable behavior when assert is not enabled.Evan Cheng2006-06-151-3/+3
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-151-1/+14
* Start on my todo listAndrew Lenharth2006-06-121-3/+2
* For PR786:Reid Spencer2006-05-241-1/+1
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-231-5/+6
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-231-0/+7
* Make TargetData strings less redundant.Owen Anderson2006-05-201-1/+1
* lib/Target/Target.tdEvan Cheng2006-05-181-1/+20
* Another typo. Pointed out by Nate Begeman.Evan Cheng2006-05-171-1/+1
* Fix a mis-leading comment.Evan Cheng2006-05-171-1/+1
* There is now a default impl of this methodChris Lattner2006-05-161-1/+1
* Move this code to a common placeAndrew Lenharth2006-05-161-0/+10