Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
[oota-llvm.git] / lib / Target / CppBackend / CPPBackend.cpp
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-21 Nicolas GeoffrayUpdate generated CPP code with the new API on CallInst...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Nicolas GeoffrayAfter type-system-rewrite branch update the Cpp backend...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-06-23 Dylan NoblesmithCppBackend: fixup for api change
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-04-10 Nicolas GeoffrayBugfix in the Cpp backend after API change on PHINode...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2010-11-28 Nicolas GeoffrayWhen emitting a single function with cppgen=function...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
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:
next