summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.htmlEdward O'Callaghan2009-08-22
* Add basic information about SJLJ EHJim Grosbach2009-08-22
* Clarify a few things in the inbounds description.Dan Gohman2009-08-20
* Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel2009-08-20
* fix this back, thanks EliChris Lattner2009-08-20
* minor grammar tweakChris Lattner2009-08-20
* Update the release process some more. Lots of good details now.Tanya Lattner2009-08-19
* Add a first stab at describing LLVMContext.Owen Anderson2009-08-19
* Update the ocaml docs to work with LLVMContext.Erick Tryzelaar2009-08-19
* First steps to document new release plan.Tanya Lattner2009-08-18
* Surrounded variable in <tt> tags for consistency.Misha Brukman2009-08-18
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-18
* #include <cstdlib> in the code listing for strtod.John McCall2009-08-17
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes2009-08-16
* CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes2009-08-16
* Fix validation errors.Bill Wendling2009-08-15
* Fix validation errors.Bill Wendling2009-08-15
* wrap to 80 colsChris Lattner2009-08-15
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-15
* document filecheck.Chris Lattner2009-08-15
* fix pasto noticed by JakubChris Lattner2009-08-15
* add a stub for futher description of filecheck.Chris Lattner2009-08-15
* add a simple FileCheck man page.Chris Lattner2009-08-15
* Reformatting and some cleanup.Bill Wendling2009-08-15
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Grammar fix.Misha Brukman2009-08-13
* Add some release notes about ARM v7 support and known problems.Bob Wilson2009-08-12
* make owen happy by being explicit.Chris Lattner2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel2009-08-10
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-07
* Add note about msys perl needed for windows/mingw32 builds.Anton Korobeynikov2009-08-06
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-05
* common globals may also not be marked constant.Chris Lattner2009-08-05
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-05
* Minor www site formating improvements.Edward O'Callaghan2009-08-04
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-02
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-02
* add a note about the build botsChris Lattner2009-08-01
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-29
* some wording changes.Chris Lattner2009-07-29
* link to a newer presoChris Lattner2009-07-29
* Fix a few typos and add links.Andreas Bolka2009-07-29
* discourage else after "noreturn" statements.Chris Lattner2009-07-28
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Fix typo.Andreas Bolka2009-07-27