aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel.Anton Korobeynikov2009-08-051-7/+6
* Minor arm CBE fixes. Patch by Sandeep.Anton Korobeynikov2009-08-051-2/+2
* Emit module-level inline asm for CBE.Anton Korobeynikov2009-08-051-0/+48
* No really, it's unused.Daniel Dunbar2009-08-041-2/+1
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-042-6/+3
* Change C, CBE, MSIL to not provide target data via getTargetData().Daniel Dunbar2009-08-031-1/+1
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-5/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-6/+11
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-022-2/+3
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-6/+4
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-9/+1
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-8/+1
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-1/+4
* Simplify JIT target selection.Daniel Dunbar2009-07-251-6/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-6/+4
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Simplify some uses of Value::getName()Daniel Dunbar2009-07-221-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-5/+7
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-183-2/+4
* Make sure CWriter's Context get's initialized.Daniel Dunbar2009-07-171-0/+2
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-8/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-152-16/+14
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-152-14/+16
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-151-4/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-2/+2
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-151-9/+10
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+2
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-0/+62
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-142-20/+25
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-22/+22
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-141-1/+1
* rename getValueName -> getMangledNameChris Lattner2009-07-141-1/+1
* fix CBE & MSIL backends to not use the mangler for non-global symbols.Chris Lattner2009-07-131-24/+29
* These don't really need contexts either.Owen Anderson2009-07-131-2/+2
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-6/+6
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-13/+13
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-18/+36
* Privatize some variables.Owen Anderson2009-06-261-5/+4
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* It looks like nobody is working on PR 4158, so I'mDale Johannesen2009-06-181-0/+11
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Fix an erroneous check for isFNeg; the FNeg case is handledDan Gohman2009-06-041-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-15/+20
* Spacing fix.Dale Johannesen2009-05-191-1/+1
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-2/+2
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-292-2/+2
* Second attempt:Bill Wendling2009-04-292-2/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-282-3/+2