rename indbr -> indirectbr to appease the residents of #llvm.
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
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
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-26 Nick Lewycky__fastcall and __stdcall are mingw extensions to gcc...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-10-17 Chris Lattneradd some simple hacky long double support for the CBE...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-25 Devang Patel Large mechanical patch.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-21 Chris Lattnerunbreak the CBE on treeadd an many others.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-07-24 Dan GohmanAvoid emitting casts in static initializer contexts...
2008-07-23 Dan GohmanUse C99 aggregate literal syntax for first-class struct...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-16 Chris LattnerSwitch from generating the int128 typedefs based on...
2008-06-07 Evan ChengRevert r52046. It broke cbe on x86 / Mac OS X.
2008-06-06 Anton KorobeynikovHandle assembler identifiers specially in CBE. This...
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-27 Duncan SandsFix some constructs that gcc-4.4 warns about.
2008-05-24 Duncan SandsTweak how ConstantFP80Ty constants are output
2008-05-23 Dan GohmanFix another isFirstClassType that now needs to be isSin...
2008-05-22 Chris Lattnerfix an off-by-one error in my previous patch, don't...
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-23 Dan GohmanInitial CBE support for multiple return values.
2008-04-02 Dan GohmanSuppress the 128-bit integer typedef on 32-bit targets...
2008-04-02 Dan GohmanPartial CBackend support for 128-bit integers. This...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-05 Andrew Lenharthgcc likes things spelled correctly
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-02 Chris Lattneradd support for lvsl, fixing PR1481
2008-03-02 Chris Lattneradd support for the sse.cmp.* intrinsics, which fixes...
next