summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
Commit message (Expand)AuthorAge
...
* add some support for blockaddress. This isn't really enough to be useful,Chris Lattner2010-06-21
* eliminate a mutable global variable, use raw_ostream::indent instead ofChris Lattner2010-06-21
* un-indent a huge amount of code out of an anonymous namespace.Chris Lattner2010-06-21
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-07
* Properly set thread-local flag on globals during cpp emissionAnton Korobeynikov2010-05-13
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11
* fix operand indexes when outputting InvokeInstsGabor Greif2010-05-04
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-28
* Use the module's context instead of the global context.Nicolas Geoffray2010-02-23
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-02
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* fix an obvious bug found by clang++ and collapse a redundant if.Chris Lattner2009-12-14
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* cppbackend support for indbrChris Lattner2009-10-27
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* CppBackend: avoid printing unnecessary whitespace.Benjamin Kramer2009-09-03
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Remove Streams.h from the targets.Benjamin Kramer2009-08-23
* More cpp backend fixes. Now for FP stuff.Anton Korobeynikov2009-08-21
* Fixed error in CPPBackend from a contextification API change.Reid Kleckner2009-08-19
* Use the new API for creating an OpaqueType.Nicolas Geoffray2009-08-15
* Update cpp generation with new LLVM API for primitive types.Nicolas Geoffray2009-08-15
* Get the CPP backend into some semblance of working by updating for numerous L...Owen Anderson2009-08-14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Output the new StructType constructor, which takes the context of theNicolas Geoffray2009-08-06
* Remove an unnecessary flush in the CppBackend's output.Dan Gohman2009-08-05
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-04
* Change C, CBE, MSIL to not provide target data via getTargetData().Daniel Dunbar2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-26
* Simplify JIT target selection.Daniel Dunbar2009-07-25
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Simplify some uses of Value::getName()Daniel Dunbar2009-07-22
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Add some missing includes.Daniel Dunbar2009-07-18