aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CppBackend
Commit message (Expand)AuthorAgeFilesLines
* CPPBackend support for extractvalue and insertvalue.Dan Gohman2008-06-091-0/+34
* Abort on an unrecognized opcode.Dan Gohman2008-06-091-0/+4
* Update the CPP backend for the ConstantFP::get API change.Dan Gohman2008-06-091-4/+0
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+2
* Fix typo in ParameterAttribute fields usage. Add an includeNicolas Geoffray2008-05-141-2/+3
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* Don't do stupid things: doInitialization(Module&) is not applicable to Module...Anton Korobeynikov2008-04-291-17/+2
* Drop dead includesAnton Korobeynikov2008-04-231-3/+0
* Adjust option names for C++ backendAnton Korobeynikov2008-04-231-11/+11
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-233-0/+2026