summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Unbreak cpp backend: upgrade output due to change in APInt APIAnton Korobeynikov2008-08-18
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* Remove <iostream> include.Bill Wendling2008-07-27
* CPPBackend support for extractvalue and insertvalue.Dan Gohman2008-06-09
* Abort on an unrecognized opcode.Dan Gohman2008-06-09
* Update the CPP backend for the ConstantFP::get API change.Dan Gohman2008-06-09
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Fix typo in ParameterAttribute fields usage. Add an includeNicolas Geoffray2008-05-14
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Don't do stupid things: doInitialization(Module&) is not applicable to Module...Anton Korobeynikov2008-04-29
* Drop dead includesAnton Korobeynikov2008-04-23
* Adjust option names for C++ backendAnton Korobeynikov2008-04-23
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-23