summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Documentation for the new non-overflow and exact keywords.Dan Gohman2009-07-20
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner2009-07-20
* Rename the index to linkage types.Bill Wendling2009-07-20
* More reformatting.Bill Wendling2009-07-20
* Fix HTML violations.Bill Wendling2009-07-20
* Obsessivly reformat.Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-18
* cmake builds don't need this hack for MSVC anymore.Daniel Dunbar2009-07-18
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* end sentence in period, draw attention to the fact that you shouldChris Lattner2009-07-17
* we beat exceptions out of lib/system a long time ago.Chris Lattner2009-07-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Fix typo.Daniel Dunbar2009-07-17
* Add broken gcc from PR4532.Nick Lewycky2009-07-17
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-16
* Add a note about the raw_fd_ostream API change.Dan Gohman2009-07-15
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-12
* Add an LLVM API change.Daniel Dunbar2009-07-12
* be explicit about making comments real sentences.Chris Lattner2009-07-12
* Regenerate.Mikhail Glushenkov2009-07-11
* Update documentation.Mikhail Glushenkov2009-07-11
* Regenerate.Mikhail Glushenkov2009-07-09
* Documentation update.Mikhail Glushenkov2009-07-09
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-08
* Update the example to show that an archive can contain llvm bitcode.Rafael Espindola2009-07-08
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Add a paragraph about the Add->FAdd API change.Dan Gohman2009-07-07
* Regenerate.Mikhail Glushenkov2009-07-07
* Regenerate.Mikhail Glushenkov2009-07-07
* Clarify that later compiler versions are known toDuncan Sands2009-07-05
* Describe the LLVMContext API change.Owen Anderson2009-07-02
* Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar2009-07-01
* add a FAQ.Chris Lattner2009-06-30
* got confused againChris Lattner2009-06-30
* fix some issues Jeff Yasskin noticedChris Lattner2009-06-30
* add a note about re-evaluating end() every time through a loop.Chris Lattner2009-06-30
* Regenerate.Mikhail Glushenkov2009-06-30
* Implement !cast<string>.David Greene2009-06-29
* Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen2009-06-26
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-26
* Regenerate.Mikhail Glushenkov2009-06-25
* Update documentation.Mikhail Glushenkov2009-06-25
* ReleaseNotes.External Projects += RubiniusJeffrey Yasskin2009-06-24
* ReleaseNotes.External Projects += Unladen SwallowJeffrey Yasskin2009-06-24
* Start sketching 2.6 release notes. This provides aDuncan Sands2009-06-24
* Clarify that if the alignment is zero then an alignmentDuncan Sands2009-06-20
* Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit2009-06-17