index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2010-02-08
Fix some typos.
Duncan Sands
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-03
Make docs less specific about their versions, at Chris's suggestion.
Jeffrey Yasskin
2010-02-03
Mention the version in the documentation index and link to the 2.6 docs, which
Jeffrey Yasskin
2010-02-03
Add "Author Date Id Revision" svn:keyword properties to these files, as
Dan Gohman
2010-02-02
Inline addAssemblyEmitter into its one real caller and delete
Chris Lattner
2010-01-29
Belatedly document r85295 and r85330.
Jeffrey Yasskin
2010-01-28
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
Record the death of ModuleProvier and GhostLinkage in the release notes and
Jeffrey Yasskin
2010-01-28
Truncate the release notes so they're ready to accumulate notes for the 2.7 r...
Jeffrey Yasskin
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-25
no need to implement these.
Chris Lattner
2010-01-20
reduce redundant are's.
Chris Lattner
2010-01-16
add a thing to investigate.
Chris Lattner
2010-01-15
move "Metadata Nodes and Metadata Strings" section to the right place in the
Chris Lattner
2010-01-15
Remove the InlineHint attribute. There are no current or planned
Eric Christopher
2010-01-15
mention that unwind isn't to be trusted, patch by Dustin Laurence
Chris Lattner
2010-01-11
Add documentation for llvm.dbg.value intrinsic
Victor Hernandez
2010-01-11
Add top level section for named metadata.
Devang Patel
2010-01-11
Improve unclear bits and inaccuracies in structure and insertvalue
Jeffrey Yasskin
2010-01-11
Update the -tailcallopt description to match djg's improvements to the calling
Jeffrey Yasskin
2010-01-09
add 3 passes which have been added but aren't used afaik.
Chris Lattner
2010-01-09
Clarify the requirements for a "tail call" to actually be optimized into a
Jeffrey Yasskin
2010-01-09
improve documentation for linkonce to be less confusing.
Chris Lattner
2010-01-08
Grammar thinko.
Eric Christopher
2010-01-05
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
Add an entry on SmallBitVector.
Dan Gohman
2009-12-23
Regenerate.
Mikhail Glushenkov
2009-12-23
Update docs for bitcode changes. For object size checking we won't
Eric Christopher
2009-12-17
Add more detail for getting started on Windows.
Jim Grosbach
2009-12-17
Regenerate.
Mikhail Glushenkov
2009-12-14
Rearrange rules to add missing dependency and allow parallel makes.
Bob Wilson
2009-12-09
Add note about loadable modules on windows.
Anton Korobeynikov
2009-12-07
Regenerate.
Mikhail Glushenkov
2009-12-05
More updates to objectsize intrinsic docs.
Eric Christopher
2009-12-01
Update per Bill's comments. Work in progress.
Eric Christopher
2009-12-01
Support -[weak_]framework and -F in llvmc.
Mikhail Glushenkov
2009-12-01
Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,
Oscar Fuentes
2009-12-01
Remove some validation errors.
Bill Wendling
2009-12-01
Some formatting and spelling fixes.
Bill Wendling
2009-11-30
First pass at llvm.objectsize documentation.
Eric Christopher
2009-11-30
Remove the 'simple jit' tutorial as it wasn't really being maintained and its
Nick Lewycky
2009-11-27
Vector types are no longer required to have a power-of-two length.
Duncan Sands
2009-11-27
These code generator limitations have been removed.
Duncan Sands
2009-11-25
Update to reflect recent debugging information encoding changes.
Devang Patel
2009-11-23
CMake: generate targets for tools and examples even when
Oscar Fuentes
2009-11-22
Allow '_' in FileCheck variable names, it is nice to have at least one
Daniel Dunbar
2009-11-22
Update doc re: LLVM_BUILD_EXAMPLES.
Daniel Dunbar
2009-11-22
Remove the AliasAnalysis::getMustAliases method, which is dead.
Chris Lattner
[next]