aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-07-22Added -b option to override the default bitcode output file name.Sanjiv Gupta
2009-07-22fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner
2009-07-22fix typo noticed by DuncanChris Lattner
2009-07-22remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner
2009-07-22add some more topics to the coding standards doc:Chris Lattner
2009-07-22fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-22Misc. doc fixes following suggestions from Eli.Dan Gohman
2009-07-21fix typoChris Lattner
2009-07-21Various doc updates from Edward O'Callaghan!Chris Lattner
2009-07-21Add a few fairly obvious API changes I noticed while porting some old code.Torok Edwin
2009-07-20Documentation for the new non-overflow and exact keywords.Dan Gohman
2009-07-20implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner
2009-07-20document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner
2009-07-20Rename the index to linkage types.Bill Wendling
2009-07-20More reformatting.Bill Wendling
2009-07-20Fix HTML violations.Bill Wendling
2009-07-20Obsessivly reformat.Bill Wendling
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
2009-07-18fix some typos pointed out by Hidenobu SekiChris Lattner
2009-07-18cmake builds don't need this hack for MSVC anymore.Daniel Dunbar
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-17end sentence in period, draw attention to the fact that you shouldChris Lattner
2009-07-17we beat exceptions out of lib/system a long time ago.Chris Lattner
2009-07-17Add support for naked functionsAnton Korobeynikov
2009-07-17Fix typo.Daniel Dunbar
2009-07-17Add broken gcc from PR4532.Nick Lewycky
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson
2009-07-15Add a note about the raw_fd_ostream API change.Dan Gohman
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-12remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner
2009-07-12Add an LLVM API change.Daniel Dunbar
2009-07-12be explicit about making comments real sentences.Chris Lattner
2009-07-11Regenerate.Mikhail Glushenkov
2009-07-11Update documentation.Mikhail Glushenkov
2009-07-09Regenerate.Mikhail Glushenkov
2009-07-09Documentation update.Mikhail Glushenkov
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-08Update the example to show that an archive can contain llvm bitcode.Rafael Espindola
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-07Add a paragraph about the Add->FAdd API change.Dan Gohman
2009-07-07Regenerate.Mikhail Glushenkov
2009-07-07Regenerate.Mikhail Glushenkov
2009-07-05Clarify that later compiler versions are known toDuncan Sands
2009-07-02Describe the LLVMContext API change.Owen Anderson
2009-07-01Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar
2009-06-30add a FAQ.Chris Lattner
2009-06-30got confused againChris Lattner
2009-06-30fix some issues Jeff Yasskin noticedChris Lattner
2009-06-30add a note about re-evaluating end() every time through a loop.Chris Lattner