summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* 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
* Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman2009-07-27
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-25
* eventually we should describe string options in the data structures sectionChris Lattner2009-07-25
* minor tweaks.Chris Lattner2009-07-25
* Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar2009-07-25
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Update to new syntax.Dan Gohman2009-07-25