aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-2/+2
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-081-4/+3
* Return an X86ELFWriterInfo object.Bill Wendling2007-01-271-1/+6
* Revert patch.Bill Wendling2007-01-171-1/+0
* Create the specified TargetObjInfo and use it.Bill Wendling2007-01-171-0/+1
* Committing X86-64 support.Evan Cheng2006-09-081-1/+23
* 1. Remove condition on delete.Jim Laskey2006-09-071-5/+4
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-0/+4
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-8/+12
* Fix a build breaker.Evan Cheng2006-05-301-2/+2
* More coverity fixesChris Lattner2006-05-121-1/+3
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-0/+2
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-3/+1
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-4/+8
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-081-7/+1
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
* Implement Subtarget supportNate Begeman2005-07-121-0/+3
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-251-1/+2
* * Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Remove a dead function, which died when we got GAS emission working (phwew,Chris Lattner2004-11-161-8/+0
* Auto-registrate targetChris Lattner2004-07-111-0/+3
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-6/+2
* Add emitInstruction() API so that we can get the bytes of a simple instructionAlkis Evlogimenos2004-03-091-0/+7
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-9/+5
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-2/+0
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-281-1/+4
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-15/+8
* Implement the TargetMachine::getJITStubForFunction method for X86, finegrainifyChris Lattner2003-12-121-0/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke2003-10-201-1/+1
* Add prototype for replaceMachineCodeForFunction().Brian Gaeke2003-10-171-0/+2
* OptInfo is no longer requiredChris Lattner2003-09-011-1/+0
* Targets should configure themselves based on a Module, not some wierd flagsChris Lattner2003-08-241-1/+1
* addPassesToJITCompile and addPassesToEmitMachineCode now take aBrian Gaeke2003-08-131-3/+4
* lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial versionBrian Gaeke2003-06-181-0/+2
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-291-2/+2
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-291-2/+2
* Rename MachineFrameInfo to TargetFrameInfo.hChris Lattner2002-12-281-1/+1
* Implement the TargetFrameInfo interfaceChris Lattner2002-12-281-6/+9
* Changes to allow for a configurable target machine that allows big endian and...Chris Lattner2002-12-241-1/+1
* Expose explicit typeChris Lattner2002-12-021-1/+1
* Initial support for machine code emissionChris Lattner2002-12-021-0/+9
* Implement the new optional getRegisterInfoChris Lattner2002-10-301-0/+3
* Convert backend to use passes, implement X86TargetMachineChris Lattner2002-10-291-0/+32