| Commit message (Expand) | Author | Age | Files | Lines |
* | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng | 2007-07-20 | 1 | -2/+2 |
* | Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the | Bill Wendling | 2007-02-08 | 1 | -4/+3 |
* | Return an X86ELFWriterInfo object. | Bill Wendling | 2007-01-27 | 1 | -1/+6 |
* | Revert patch. | Bill Wendling | 2007-01-17 | 1 | -1/+0 |
* | Create the specified TargetObjInfo and use it. | Bill Wendling | 2007-01-17 | 1 | -0/+1 |
* | Committing X86-64 support. | Evan Cheng | 2006-09-08 | 1 | -1/+23 |
* | 1. Remove condition on delete. | Jim Laskey | 2006-09-07 | 1 | -5/+4 |
* | Make target asm info a property of the target machine. | Jim Laskey | 2006-09-07 | 1 | -0/+4 |
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -8/+12 |
* | Fix a build breaker. | Evan Cheng | 2006-05-30 | 1 | -2/+2 |
* | More coverity fixes | Chris Lattner | 2006-05-12 | 1 | -1/+3 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -0/+2 |
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 1 | -3/+1 |
* | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng | 2006-03-13 | 1 | -4/+8 |
* | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner | 2005-11-08 | 1 | -7/+1 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+2 |
* | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -0/+3 |
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -1/+2 |
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | Remove a dead function, which died when we got GAS emission working (phwew, | Chris Lattner | 2004-11-16 | 1 | -8/+0 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 1 | -0/+3 |
* | Convert to the new TargetMachine interface. | Chris Lattner | 2004-06-02 | 1 | -6/+2 |
* | Add emitInstruction() API so that we can get the bytes of a simple instruction | Alkis Evlogimenos | 2004-03-09 | 1 | -0/+7 |
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 1 | -9/+5 |
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -2/+0 |
* | implement support for the intrinsic lowering functionality | Chris Lattner | 2003-12-28 | 1 | -1/+4 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 1 | -15/+8 |
* | Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify | Chris Lattner | 2003-12-12 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Minor leftover fixups from replaceMachineCodeForFunction () change. | Brian Gaeke | 2003-10-20 | 1 | -1/+1 |
* | Add prototype for replaceMachineCodeForFunction(). | Brian Gaeke | 2003-10-17 | 1 | -0/+2 |
* | OptInfo is no longer required | Chris Lattner | 2003-09-01 | 1 | -1/+0 |
* | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | addPassesToJITCompile and addPassesToEmitMachineCode now take a | Brian Gaeke | 2003-08-13 | 1 | -3/+4 |
* | lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version | Brian Gaeke | 2003-06-18 | 1 | -0/+2 |
* | More renamings of Target/Machine*Info to Target/Target*Info | Chris Lattner | 2002-12-29 | 1 | -2/+2 |
* | Rename MachineOptInfo to TargetoptInfo | Chris Lattner | 2002-12-29 | 1 | -2/+2 |
* | Rename MachineFrameInfo to TargetFrameInfo.h | Chris Lattner | 2002-12-28 | 1 | -1/+1 |
* | Implement the TargetFrameInfo interface | Chris Lattner | 2002-12-28 | 1 | -6/+9 |
* | Changes to allow for a configurable target machine that allows big endian and... | Chris Lattner | 2002-12-24 | 1 | -1/+1 |
* | Expose explicit type | Chris Lattner | 2002-12-02 | 1 | -1/+1 |
* | Initial support for machine code emission | Chris Lattner | 2002-12-02 | 1 | -0/+9 |
* | Implement the new optional getRegisterInfo | Chris Lattner | 2002-10-30 | 1 | -0/+3 |
* | Convert backend to use passes, implement X86TargetMachine | Chris Lattner | 2002-10-29 | 1 | -0/+32 |