Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Gabor Greifby Alexander Herz:
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-14 Chris Lattnerfix a -Wbool-conversions warning from clang.
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-10 Chris LattnerImplement support for varargs functions without any...
2010-04-08 Gabor Greifuse abstract interface in two more places
2010-04-08 Gabor Greiffix compile
2010-04-08 Gabor Greifuse abstract interface
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-19 Jeffrey YasskinRemove a memory leak from the CBackend.
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-21 Duncan SandsRemove a bunch of duplicated code, where there was...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-01-22 Chris Lattneruse both the Mangler and the CBE's mangler for identifiers,
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-13 Chris Lattnerreduce duplicate mangling logic by using MCSymbol:...
2010-01-13 Chris Lattnerstop the CBE from using deprecated Mangler stuff.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris LattnerCBE support for indbr.
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Anton KorobeynikovUnbreak FP128 stuff in cbe
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Chris Lattnerchange CBE to just get TAI now, instead of TM to get...
2009-08-05 Anton KorobeynikovCleanup in dbg_stoppoint handling in CBE. Patch by...
2009-08-05 Anton KorobeynikovMinor arm CBE fixes. Patch by Sandeep.
2009-08-05 Anton KorobeynikovEmit module-level inline asm for CBE.
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Daniel DunbarMake sure CWriter's Context get's initialized.
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarSwitch some obvious clients to using the new TargetRegi...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-13 Chris Lattnerfix CBE & MSIL backends to not use the mangler for...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-06-26 Owen AndersonPrivatize some variables.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-18 Dale JohannesenIt looks like nobody is working on PR 4158, so I'm
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-04 Dan GohmanFix an erroneous check for isFNeg; the FNeg case is...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-19 Dale JohannesenSpacing fix.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-17 Chris LattnerFix some failures in targets on available_externally...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-13 Nuno Lopesfix memleaks
next