aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve comments, patch provided by Vladimir Prus!Chris Lattner2006-05-151-1/+7
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-121-0/+5
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-1/+3
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-121-0/+7
* Add capability to scheduler to commute nodes for profit.Evan Cheng2006-05-121-0/+3
* Also add super- register class info.Evan Cheng2006-05-111-2/+26
* Added sub- register classes information.Evan Cheng2006-05-091-7/+29
* Add some new methods for computing sign bit information.Chris Lattner2006-05-061-0/+13
* Fix this to be a proper copy ctorChris Lattner2006-05-041-11/+11
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-033-23/+15
* Remove a bunch of dead stuff, shrinkifying TargetInstrDescriptor significantly.Chris Lattner2006-04-201-79/+12
* Remove some obsolete interfacesChris Lattner2006-04-202-298/+0
* Added a virtual method isVectorClearMaskLegal to TLI. It is similar toEvan Cheng2006-04-201-0/+10
* Provide a default impl of LowerArgumentsChris Lattner2006-04-121-1/+1
* Use existing information.Jim Laskey2006-04-101-5/+0
* Foundation for call frame information.Jim Laskey2006-04-071-2/+20
* Move isShuffleLegal from TLI to Legalize.Chris Lattner2006-04-041-17/+8
* Allow targets to have fine grained control over which types various ops getChris Lattner2006-04-041-5/+29
* Modify the TargetLowering::getPackedTypeBreakdown method to also return theChris Lattner2006-03-311-3/+6
* Add a method useful for decimating vectors.Chris Lattner2006-03-311-0/+10
* Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey2006-03-281-1/+11
* Tweak a comment.Jim Laskey2006-03-241-1/+1
* Clean up some commentary.Jim Laskey2006-03-241-1/+1
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-231-0/+6
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-232-15/+4