aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerate.Mikhail Glushenkov2009-12-171-19/+26
* Rearrange rules to add missing dependency and allow parallel makes.Bob Wilson2009-12-141-8/+6
* Add note about loadable modules on windows.Anton Korobeynikov2009-12-091-1/+5
* Regenerate.Mikhail Glushenkov2009-12-071-59/+71
* More updates to objectsize intrinsic docs.Eric Christopher2009-12-051-83/+103
* Update per Bill's comments. Work in progress.Eric Christopher2009-12-011-8/+8
* Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov2009-12-011-7/+18
* Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes2009-12-011-2/+13
* Remove some validation errors.Bill Wendling2009-12-011-12/+12
* Some formatting and spelling fixes.Bill Wendling2009-12-011-61/+67
* First pass at llvm.objectsize documentation.Eric Christopher2009-11-301-0/+37
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-304-417/+0
* Vector types are no longer required to have a power-of-two length.Duncan Sands2009-11-271-2/+1
* These code generator limitations have been removed.Duncan Sands2009-11-271-28/+0
* Update to reflect recent debugging information encoding changes.Devang Patel2009-11-251-219/+118
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-231-2/+8
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-221-1/+1
* Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar2009-11-221-1/+1
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-221-21/+1
* Fix HTML formatting.Jay Foad2009-11-171-1/+1
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-151-0/+5