Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / lib / Target / CppBackend / CPPBackend.cpp
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2009-12-14 Chris Lattnerfix an obvious bug found by clang++ and collapse a...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattnercppbackend support for indbr
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-09-03 Benjamin KramerCppBackend: avoid printing unnecessary whitespace.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Benjamin KramerRemove Streams.h from the targets.
2009-08-21 Anton KorobeynikovMore cpp backend fixes. Now for FP stuff.
2009-08-19 Reid KlecknerFixed error in CPPBackend from a contextification API...
2009-08-15 Nicolas GeoffrayUse the new API for creating an OpaqueType.
2009-08-15 Nicolas GeoffrayUpdate cpp generation with new LLVM API for primitive...
2009-08-14 Owen AndersonGet the CPP backend into some semblance of working...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-06 Nicolas GeoffrayOutput the new StructType constructor, which takes...
2009-08-05 Dan GohmanRemove an unnecessary flush in the CppBackend's output.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
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 DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Owen AndersonUpdate for GlobalVariables ctor change.
2009-07-08 Torok EdwinMissed an exit during the conversion.
2009-06-26 Nick LewyckyEscape the name of the module since it comes from the...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-28 Jeffrey YasskinThis patch brings the list of attributes in CPPBackend...
2009-05-04 Anton KorobeynikovFix code emission for conditional branches.
2009-05-01 Chris Lattner'The attached patch fixes an issue where llc -march...
2009-04-30 Chris Lattnerremove progname which is never set. PR4085
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-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-03-25 Gabor Greifdo not rely on callee being operand 0
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-13 Chris Lattnermake -march=cpp handle the nocapture attribute, make...
2008-12-08 Dan GohmanUpdate CPP backend for PrintModulePass API changes.
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-09 Anton KorobeynikovTypo fix
2008-11-08 Nicolas GeoffrayThe Index field of an AttributeWithIndex is of type...
2008-11-08 Anton KorobeynikovStoreInst does not produce any result thus it's useless...
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-10-05 Anton KorobeynikovEmit type-correct constant null. Also fix a typo.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-18 Anton KorobeynikovUnbreak cpp backend: upgrade output due to change in...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-07-27 Bill WendlingRemove <iostream> include.
2008-06-09 Dan GohmanCPPBackend support for extractvalue and insertvalue.
2008-06-09 Dan GohmanAbort on an unrecognized opcode.
2008-06-09 Dan GohmanUpdate the CPP backend for the ConstantFP::get API...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Nicolas GeoffrayFix typo in ParameterAttribute fields usage. Add an...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-29 Anton KorobeynikovDon't do stupid things: doInitialization(Module&) is...
2008-04-23 Anton KorobeynikovDrop dead includes
2008-04-23 Anton KorobeynikovAdjust option names for C++ backend
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...