aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner2009-07-221-20/+27
* fix typo noticed by DuncanChris Lattner2009-07-221-1/+1
* remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner2009-07-221-2/+1
* add some more topics to the coding standards doc:Chris Lattner2009-07-221-33/+456
* fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner2009-07-221-3/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-223-3/+3
* Misc. doc fixes following suggestions from Eli.Dan Gohman2009-07-221-5/+9
* fix typoChris Lattner2009-07-211-1/+1
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-214-5/+19
* Add a few fairly obvious API changes I noticed while porting some old code.Torok Edwin2009-07-211-0/+8
* Documentation for the new non-overflow and exact keywords.Dan Gohman2009-07-201-11/+26
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-2/+23
* document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner2009-07-201-0/+79
* Rename the index to linkage types.Bill Wendling2009-07-201-14/+14
* More reformatting.Bill Wendling2009-07-201-112/+33
* Fix HTML violations.Bill Wendling2009-07-201-3/+3
* Obsessivly reformat.Bill Wendling2009-07-201-2776/+2598
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-2/+24
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-182-2/+2
* cmake builds don't need this hack for MSVC anymore.Daniel Dunbar2009-07-181-20/+0
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-185-6/+6
* end sentence in period, draw attention to the fact that you shouldChris Lattner2009-07-171-1/+2
* we beat exceptions out of lib/system a long time ago.Chris Lattner2009-07-171-29/+4
* Add support for naked functionsAnton Korobeynikov2009-07-171-0/+3
* Fix typo.Daniel Dunbar2009-07-171-1/+1
* Add broken gcc from PR4532.Nick Lewycky2009-07-171-1/+3
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-165-30/+30
* Add a note about the raw_fd_ostream API change.Dan Gohman2009-07-151-0/+6
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-133-3/+3
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-121-106/+0
* Add an LLVM API change.Daniel Dunbar2009-07-121-0/+2
* be explicit about making comments real sentences.Chris Lattner2009-07-121-1/+3
* Regenerate.Mikhail Glushenkov2009-07-111-2/+4
* Update documentation.Mikhail Glushenkov2009-07-111-2/+3
* Regenerate.Mikhail Glushenkov2009-07-091-0/+2
* Documentation update.Mikhail Glushenkov2009-07-091-0/+5
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-085-10/+15
* Update the example to show that an archive can contain llvm bitcode.Rafael Espindola2009-07-081-1/+2
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-111/+0
* Add a paragraph about the Add->FAdd API change.Dan Gohman2009-07-071-0/+8
* Regenerate.Mikhail Glushenkov2009-07-071-1/+2
* Regenerate.Mikhail Glushenkov2009-07-071-0/+5
* Clarify that later compiler versions are known toDuncan Sands2009-07-051-0/+1
* Describe the LLVMContext API change.Owen Anderson2009-07-021-1/+8
* Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar2009-07-011-4/+9
* add a FAQ.Chris Lattner2009-06-301-0/+141
* got confused againChris Lattner2009-06-301-1/+1
* fix some issues Jeff Yasskin noticedChris Lattner2009-06-301-2/+2
* add a note about re-evaluating end() every time through a loop.Chris Lattner2009-06-301-0/+63
* Regenerate.Mikhail Glushenkov2009-06-301-3/+24