aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetMachine.h
AgeCommit message (Expand)Author
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-20Remove some obsolete interfacesChris Lattner
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-03-13Added getTargetLowering() - returns DAG lowering info.Evan Cheng
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-08-05Since getSubtarget() always provides a const Subtarget, dont' require the userChris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-12Clean up and add comments to the newly implemented subtarget code.Nate Begeman
2005-07-12Implement Subtarget supportNate Begeman
2005-06-25add some new file typesChris Lattner
2005-06-25refactor these interfaces a bitChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-08-10Add new constructor.Misha Brukman
2004-07-23* Add a BoolAlignment field to TargetData, default is 1 byteMisha Brukman
2004-07-11Add two new "virtual static" methods to the TargetMachine classChris Lattner
2004-07-01* Doxygenify commentsMisha Brukman
2004-06-03Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke
2004-06-02Delete the V9 specific findOptimalStorageSize method, inlining it into all ca...Chris Lattner
2004-03-03Add a new constructorChris Lattner
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner
2003-12-12Add new getJITStubForFunction method, which may optionally be implemented byChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-20Make replaceMachineCodeForFunction return void.Brian Gaeke
2003-10-17Add stub version of replaceMachineCodeForFunction. It will live here untilBrian Gaeke
2003-09-30Standardize header file commentsChris Lattner
2003-09-01No longer require an OptInfoChris Lattner
2003-08-15Remove extraneous #includeChris Lattner
2003-08-13addPassesToJITCompile and addPassesToEmitMachineCode now take aBrian Gaeke
2003-06-03Remove noncopyableV base classes, as they were confusing the doxygen document...Chris Lattner
2003-04-26Remove two fields from TargetData which are target specific.Chris Lattner
2003-01-13Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-12-29Rename MachineOptInfo to TargetoptInfoChris Lattner
2002-12-28* doxygenize commentChris Lattner
2002-12-24Allow the target machines to specify endianness and pointer sizeChris Lattner
2002-12-04Expose target data through a method for uniformityChris Lattner
2002-12-02The hopefully final version of addPassesToEmitMachineCode which does notChris Lattner
2002-12-02Add comment about ownership semanticsChris Lattner
2002-12-02Add stub to emit machine code for JITChris Lattner
2002-11-20MRegisterInfo.h - Added prototypes for functions we need to map a register toMisha Brukman
2002-10-30Add new optional getRegisterInfo to TargetMachineChris Lattner
2002-10-29Eliminate virtual methods that are sparc specificChris Lattner
2002-10-29* Privatize the TargetNameChris Lattner
2002-10-29Allow TargetMachine to refuse static code genChris Lattner