aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-8/+4
* Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not doEvan Cheng2006-03-221-2/+2
* Add some helper methodsChris Lattner2006-03-201-0/+17
* Added a way for TargetLowering to specify what values can be used as theEvan Cheng2006-03-161-9/+28
* Add LSR hooks.Evan Cheng2006-03-131-1/+10
* Added getTargetLowering() - returns DAG lowering info.Evan Cheng2006-03-131-0/+3
* custom lowered nodes are legal tooChris Lattner2006-03-051-1/+2
* add a hook to insert a noopChris Lattner2006-03-051-0/+7
* Number of NodeTypes now exceeds 128.Evan Cheng2006-03-031-2/+2
* Add interfaces for targets to provide target-specific dag combiner optimizati...Chris Lattner2006-03-011-9/+59
* Missing a cast previously.Evan Cheng2006-03-011-1/+1
* Add C_Memory operand typeChris Lattner2006-02-241-1/+1
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-222-6/+17
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-222-5/+5
* split register class handling from explicit physreg handling.Chris Lattner2006-02-221-6/+16
* expose the set of values types holdable in a regclass to clientsChris Lattner2006-02-211-1/+17