summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
Commit message (Expand)AuthorAge
* Add the private linkage.Rafael Espindola2009-01-15
* make -march=cpp handle the nocapture attribute, make it assert if itChris Lattner2009-01-13
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Update CPP backend for PrintModulePass API changes.Dan Gohman2008-12-08
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-15
* Typo fixAnton Korobeynikov2008-11-09
* The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.Nicolas Geoffray2008-11-08
* StoreInst does not produce any result thus it's useless to create newAnton Korobeynikov2008-11-08
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-09
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* Emit type-correct constant null. Also fix a typo.Anton Korobeynikov2008-10-05
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-24
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* 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