aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Make this an unnumbered list.Dan Gohman2010-02-171-2/+2
* HTML validation fixes.Dan Gohman2010-02-171-14/+12
* Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2010-02-172-0/+359
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-171-3/+3
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-171-3/+3
* add optional debian instructions, PR6272Chris Lattner2010-02-171-2/+8
* Mention an API change.Duncan Sands2010-02-171-0/+4
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-161-5/+23
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2
* 2.7: Note that DataTypes.h moved.Daniel Dunbar2010-02-141-0/+3
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-32/+109
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-0/+5
* Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov2010-02-111-8/+4
* llvm-db was removed.Dan Gohman2010-02-111-16/+0
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-114-9/+25
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-111-0/+4
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-101-1/+7
* Add a ReleaseNotes FIXME.Daniel Dunbar2010-02-101-0/+3
* Make --disable-libffi work on systems with libffi installed. AlsoJeffrey Yasskin2010-02-091-1/+5
* Fix some typos.Duncan Sands2010-02-081-4/+4
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-0/+5
* Make docs less specific about their versions, at Chris's suggestion.Jeffrey Yasskin2010-02-031-4/+5
* Mention the version in the documentation index and link to the 2.6 docs, whichJeffrey Yasskin2010-02-031-2/+5
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-0315-15/+15
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-021-2/+0
* Belatedly document r85295 and r85330.Jeffrey Yasskin2010-01-292-4/+37
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-281-0/+19
* Record the death of ModuleProvier and GhostLinkage in the release notes andJeffrey Yasskin2010-01-281-1/+18
* Truncate the release notes so they're ready to accumulate notes for the 2.7 r...Jeffrey Yasskin2010-01-281-438/+45
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-274-47/+22
* no need to implement these.Chris Lattner2010-01-251-6/+0
* reduce redundant are's.Chris Lattner2010-01-201-2/+1
* add a thing to investigate.Chris Lattner2010-01-161-0/+1
* move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner2010-01-151-38/+32
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-5/+0
* mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner2010-01-151-0/+6
* Add documentation for llvm.dbg.value intrinsicVictor Hernandez2010-01-111-0/+20
* Add top level section for named metadata.Devang Patel2010-01-111-8/+35
* Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin2010-01-111-6/+9
* Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin2010-01-111-5/+0
* add 3 passes which have been added but aren't used afaik.Chris Lattner2010-01-091-0/+1
* Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin2010-01-091-9/+25
* improve documentation for linkonce to be less confusing.Chris Lattner2010-01-091-4/+11
* Grammar thinko.Eric Christopher2010-01-081-1/+1
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-0/+3
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+4
* Add an entry on SmallBitVector.Dan Gohman2010-01-051-1/+21
* Regenerate.Mikhail Glushenkov2009-12-231-6/+8
* Update docs for bitcode changes. For object size checking we won'tEric Christopher2009-12-231-27/+8
* Add more detail for getting started on Windows.Jim Grosbach2009-12-171-23/+54