Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
[oota-llvm.git] / lib / Target / CppBackend / CPPBackend.cpp
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-29 Nicolas GeoffrayUpdate CPPBackend to new API for AttrListPtr::get.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-03-23 Benjamin KramerInclude cstdio in a few place that depended on getting...
2012-03-23 Benjamin KramerMove ftostr into its last user (cppbackend) and simplif...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-05 Duncan SandsRemove dead test: this was already checked and handled...
2012-02-05 Duncan SandsDon't initialize CV in terms of itself! Spotted by...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-22 Nicolas GeoffrayUse Attributes::None instead of 0 after r148553 change...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-04 Eli FriedmanAdd missing argument for atomic instructions in c+...
2011-10-31 Eli FriedmanAdd support for new atomics to cpp backend. Misc other...
2011-10-08 Nicolas GeoffrayAlways check if a method or a type exist before trying...
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-21 Richard TrieuChange:
2011-09-05 Nick LewyckyUpdate the C++ backend to use the new ArrayRef'ified...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-09 Bill WendlingAdd missing attributes to the C++ backend's output.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-26 Nicolas GeoffrayUpdate generated code to use new API of GetElementPtrIn...
2011-07-25 Evan ChengMove CBackend and CppBackend MC initialization to Targe...
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.
next