[Hexagon] Make helper function static. NFC.
[oota-llvm.git] / lib / Target / CppBackend /
2011-11-10 Daniel Dunbarbuild: Rename CBackend and CppBackend libraries to...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Change CBackend and CppBackend to not use...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-04 Eli FriedmanAdd missing argument for atomic instructions in c+...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
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-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
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-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
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-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
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...
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
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-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
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.
next