aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the comments for the 'fast' parameter in addPassesToEmitFile.Dan Gohman2007-07-301-4/+6
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-4/+5
* Make stable_sort in tail merging actually be stable (it never was, but didn'tDale Johannesen2007-05-291-2/+2
* Disable Tail Merging for now.Devang Patel2007-05-251-2/+2
* name change requested by review of previous patchDale Johannesen2007-05-221-4/+4
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-221-0/+8
* Added new method to finish up the addition of passes to emit files. ThisBill Wendling2007-02-081-23/+52
* Accessor for the TargetELFWriterInfo class object.Bill Wendling2007-01-271-1/+7
* A virtual method to return the TargetMachOWriterInfo object. This returnsBill Wendling2007-01-241-0/+6
* Revert patch.Bill Wendling2007-01-171-18/+3
* The TargetObjInfo object goes here.Bill Wendling2007-01-171-3/+18
* 1. Remove condition on delete.Jim Laskey2006-09-071-4/+4
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-1/+19
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-6/+96
* Eliminate target name.Chris Lattner2006-09-031-14/+3
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-261-1/+1
* Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng2006-07-061-0/+18
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-1/+3
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-10/+2
* Remove some obsolete interfacesChris Lattner2006-04-201-6/+0
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-14/+3
* Added getTargetLowering() - returns DAG lowering info.Evan Cheng2006-03-131-0/+3
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-0/+17
* Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner2005-11-081-3/+4
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-011-0/+8
* Since getSubtarget() always provides a const Subtarget, dont' require the userChris Lattner2005-08-051-3/+3
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Clean up and add comments to the newly implemented subtarget code.Nate Begeman2005-07-121-3/+10
* Implement Subtarget supportNate Begeman2005-07-121-0/+8
* add some new file typesChris Lattner2005-06-251-1/+1
* refactor these interfaces a bitChris Lattner2005-06-251-5/+12
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Add new constructor.Misha Brukman2004-08-101-0/+3
* * Add a BoolAlignment field to TargetData, default is 1 byteMisha Brukman2004-07-231-1/+2
* Add two new "virtual static" methods to the TargetMachine classChris Lattner2004-07-111-0/+14
* * Doxygenify commentsMisha Brukman2004-07-011-11/+13
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-2/+2
* Delete the V9 specific findOptimalStorageSize method, inlining it into all ca...Chris Lattner2004-06-021-12/+6
* Add a new constructorChris Lattner2004-03-031-0/+6
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-2/+0
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-8/+12
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-25/+8
* Add new getJITStubForFunction method, which may optionally be implemented byChris Lattner2003-12-121-2/+11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-201-4/+6
* Add stub version of replaceMachineCodeForFunction. It will live here untilBrian Gaeke2003-10-171-0/+8
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* No longer require an OptInfoChris Lattner2003-09-011-2/+0
* Remove extraneous #includeChris Lattner2003-08-151-1/+0