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
2008-02-12
Fix bugs section.
release_22
Tanya Lattner
2008-02-12
Merge release notes from mainline.
Tanya Lattner
2008-02-12
release tag.
Tanya Lattner
2008-01-15
Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting.
Anton Korobeynikov
2008-01-15
clarify that byval is valid for any pointer argument.
Chris Lattner
2008-01-11
document the byval parameter attribute.
Chris Lattner
2008-01-09
many cleanups and fixed, contributed by Sam Bishop
Chris Lattner
2008-01-06
improve description of alignment, patch by Alain Frisch.
Chris Lattner
2008-01-06
Fix typo noticed by 'Danny' in PR1901
Chris Lattner
2008-01-04
doc_code-ify some code in this doc.
Bill Wendling
2008-01-04
fix nesting issues.
Chris Lattner
2008-01-04
fix validation issues.
Chris Lattner
2008-01-04
improve the description of types, patch by Alain Frisch
Chris Lattner
2008-01-03
add info on walking preds/succs of a block.
Chris Lattner
2007-12-31
update a couple of references to SSARegMap.
Chris Lattner
2007-12-29
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-25
update to llvm 2.0 syntax.
Chris Lattner
2007-12-25
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-22
Undo a wrong bit in that last patch.
Gordon Henriksen
2007-12-22
Document a more robust implementation of performCustomLowering.
Gordon Henriksen
2007-12-19
fix formatting
Chris Lattner
2007-12-19
fix more table abuses.
Chris Lattner
2007-12-18
avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...
Chris Lattner
2007-12-17
Make it clear in the LangRef that allocation instructions only operated on th...
Christopher Lamb
2007-12-13
Make it more clear that some things that can't be done in .td files can
Dan Gohman
2007-12-12
Implement part of review feedback for address spaces.
Christopher Lamb
2007-12-11
Add information on address space qualifiers for pointer types and global
Christopher Lamb
2007-12-11
CollectorMetadata and Collector are rejiggered to get along with
Gordon Henriksen
2007-12-10
Fix some wording.
John Criswell
2007-12-10
Fix a typo spotted by Nick Lewycky.
Gordon Henriksen
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-03
Fixed typo.
John Criswell
2007-12-03
Describe the notion of 'owners' of the code.
Chris Lattner
2007-12-03
lli -trace was removed back in 2003.
Nick Lewycky
2007-12-03
Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.
Nick Lewycky
2007-12-03
explain what I need to grant commit access.
Chris Lattner
2007-12-02
fix typo noticed by Joshua Pennington
Chris Lattner
2007-11-28
Add a note
Chris Lattner
2007-11-28
Fix typo
Tanya Lattner
2007-11-28
Modified instructions to configure llvm-test by configure llvm with the Path ...
Tanya Lattner
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-23
!< is >=, not >. Thanks to Max Hailperin for pointing this out!
Chris Lattner
2007-11-22
Rename the 'const' parameter attribute to 'readnone',
Duncan Sands
2007-11-19
Teach me to do stuff late at night.
Owen Anderson
2007-11-19
Fix a factually incorrect statement pointed out by Max Hailperin.
Owen Anderson
2007-11-17
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-16
These were implemented
Anton Korobeynikov
2007-11-16
fix a typo
Chris Lattner
2007-11-15
Import the boost scoped_ptr class to LLVM. This patch was prepared by
Chris Lattner
[next]