aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-242-3/+0
* use both the Mangler and the CBE's mangler for identifiers,Chris Lattner2010-01-221-4/+4
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-222-0/+2
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+2
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-2/+2
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-171-6/+15
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-171-5/+4
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-171-17/+34
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-1/+1
* reduce duplicate mangling logic by using MCSymbol::printMangledName.Chris Lattner2010-01-131-23/+4
* stop the CBE from using deprecated Mangler stuff.Chris Lattner2010-01-131-17/+39
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-5/+15
* Remove dead debug info intrinsics.Devang Patel2010-01-051-15/+0
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-2/+2
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-2/+2
* CBE support for indbr.Chris Lattner2009-10-271-0/+7
* Remove FreeInst.Victor Hernandez2009-10-261-6/+0
* Remove ICmpInst::isSignedPredicate which was a reimplementationNick Lewycky2009-10-251-1/+1
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-6/+1
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-0/+2
* Unbreak FP128 stuff in cbeAnton Korobeynikov2009-08-261-1/+2
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-7/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-32/+45
* change CBE to just get TAI now, instead of TM to get TAI.Chris Lattner2009-08-121-7/+2
* 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