| Commit message (Expand) | Author | Age | Files | Lines |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -0/+2 |
* | Unbreak FP128 stuff in cbe | Anton Korobeynikov | 2009-08-26 | 1 | -1/+2 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -7/+7 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -32/+45 |
* | change CBE to just get TAI now, instead of TM to get TAI. | Chris Lattner | 2009-08-12 | 1 | -7/+2 |
* | Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel. | Anton Korobeynikov | 2009-08-05 | 1 | -7/+6 |
* | Minor arm CBE fixes. Patch by Sandeep. | Anton Korobeynikov | 2009-08-05 | 1 | -2/+2 |
* | Emit module-level inline asm for CBE. | Anton Korobeynikov | 2009-08-05 | 1 | -0/+48 |
* | No really, it's unused. | Daniel Dunbar | 2009-08-04 | 1 | -2/+1 |
* | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar | 2009-08-04 | 2 | -6/+3 |
* | Change C, CBE, MSIL to not provide target data via getTargetData(). | Daniel Dunbar | 2009-08-03 | 1 | -1/+1 |
* | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -5/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -6/+11 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -2/+3 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -6/+4 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -9/+1 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -8/+1 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -6/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -6/+4 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -1/+1 |
* | Simplify some uses of Value::getName() | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -5/+7 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 3 | -2/+4 |
* | Make sure CWriter's Context get's initialized. | Daniel Dunbar | 2009-07-17 | 1 | -0/+2 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -8/+0 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 2 | -16/+14 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 2 | -14/+16 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -4/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |
* | Switch some obvious clients to using the new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -9/+10 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -1/+2 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -0/+62 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -1/+1 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 2 | -20/+25 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -22/+22 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 1 | -1/+1 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | fix CBE & MSIL backends to not use the mangler for non-global symbols. | Chris Lattner | 2009-07-13 | 1 | -24/+29 |
* | These don't really need contexts either. | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -6/+6 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -13/+13 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 1 | -18/+36 |
* | Privatize some variables. | Owen Anderson | 2009-06-26 | 1 | -5/+4 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -4/+2 |
* | It looks like nobody is working on PR 4158, so I'm | Dale Johannesen | 2009-06-18 | 1 | -0/+11 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+5 |
* | Fix an erroneous check for isFNeg; the FNeg case is handled | Dan Gohman | 2009-06-04 | 1 | -1/+1 |