Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Target / CppBackend / CPPBackend.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-07-16 Eli FriedmanAdd missing attributes to cpp backend.
2010-07-13 Gabor Greifrotate CallInst operands
2010-07-02 Gabor Greifbeautify output
2010-07-02 Gabor Greifuse ArgOperand API
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-22 Chris Lattnermake sure to initialize indent_level
2010-06-21 Chris Lattneradd some support for blockaddress. This isn't really...
2010-06-21 Chris Lattnereliminate a mutable global variable, use raw_ostream...
2010-06-21 Chris Lattnerun-indent a huge amount of code out of an anonymous...
2010-06-07 Bill WendlingCreate new accessors to get arguments for call/invoke...
2010-05-13 Anton KorobeynikovProperly set thread-local flag on globals during cpp...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-05-04 Gabor Greiffix operand indexes when outputting InvokeInsts
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-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-23 Nicolas GeoffrayUse the module's context instead of the global context.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
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.
next