aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CppBackend/CPPBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppBackend: fixup for api changeDylan Noblesmith2011-06-231-1/+0
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-1/+1
* Revert r133513:Eric Christopher2011-06-231-1/+1
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-211-1/+1
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-211-1/+1
* Change how PHINodes store their operands.Jay Foad2011-06-201-1/+1
* Make better use of the PHINode API.Jay Foad2011-06-201-2/+3
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-191-3/+3
* Bugfix in the Cpp backend after API change on PHINode::Create.Nicolas Geoffray2011-04-101-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+2
* When emitting a single function with cppgen=function, you don't want to emitNicolas Geoffray2010-11-281-10/+26
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-0/+1
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* undo 80 column trespassing I causedGabor Greif2010-07-221-1/+2
* Add missing attributes to cpp backend.Eli Friedman2010-07-161-1/+9
* rotate CallInst operandsGabor Greif2010-07-131-5/+5
* beautify outputGabor Greif2010-07-021-0/+1
* use ArgOperand APIGabor Greif2010-07-021-2/+2
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+2
* Revert r107205 and r107207.Bill Wendling2010-06-291-2/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+2
* use ArgOperand APIGabor Greif2010-06-261-5/+5
* make sure to initialize indent_levelChris Lattner2010-06-221-1/+1
* add some support for blockaddress. This isn't really enough to be useful,Chris Lattner2010-06-211-3/+5
* eliminate a mutable global variable, use raw_ostream::indent instead ofChris Lattner2010-06-211-9/+9
* un-indent a huge amount of code out of an anonymous namespace.Chris Lattner2010-06-211-1668/+1666
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-071-6/+8
* Properly set thread-local flag on globals during cpp emissionAnton Korobeynikov2010-05-131-0/+5
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-111-5/+5
* fix operand indexes when outputting InvokeInstsGabor Greif2010-05-041-6/+7
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-11/+10
* reapply r101434Gabor Greif2010-04-161-10/+11
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-11/+10
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-10/+11
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-11/+10
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-10/+11
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-281-1/+2
* Use the module's context instead of the global context.Nicolas Geoffray2010-02-231-16/+16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-3/+3
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-0/+1
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-021-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+0
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-1/+0
* fix an obvious bug found by clang++ and collapse a redundant if.Chris Lattner2009-12-141-7/+6
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-3/+3
* cppbackend support for indbrChris Lattner2009-10-271-3/+14