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
/
LangRef.html
Age
Commit message (
Expand
)
Author
2007-05-16
Merge arbitrary precision integer documentation from mainline.
Reid Spencer
2007-04-29
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-29
Minor corrections.
Jeff Cohen
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-22
Undo erroneous corrections.
Jeff Cohen
2007-04-22
Minor corrections.
Jeff Cohen
2007-04-21
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-12
update documentation
Lauro Ramos Venancio
2007-04-12
Fix extra argument in part_set examples. Thanks Zhiru.
Reid Spencer
2007-04-11
Fix validation errors.
Reid Spencer
2007-04-11
Missing end tag. Thanks, Nick.
Reid Spencer
2007-04-11
Put period inside the paragraph!
Reid Spencer
2007-04-11
Document the part_set intrinsic.
Reid Spencer
2007-04-10
Fix name of an intrinsic: bit.part_select -> part.select
Reid Spencer
2007-04-04
Remove the part_set intrinsic. It won't get implemented as an intrinsic.
Reid Spencer
2007-04-04
Appease Chris' pedantic streak.
Reid Spencer
2007-04-04
Remove intrinsics that we will not be implementing.
Reid Spencer
2007-04-02
bwsap -> bswap
Reid Spencer
2007-04-02
Fix some bswap typos that Chris noticed.
Reid Spencer
2007-04-01
Preview documentation for additional intrinsic functions.
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-03-30
Remove reference to checkpoint.
Duncan Sands
2007-03-30
Various hopefully correct easy fixes.
Duncan Sands
2007-03-28
Undocument the implementation keyword
Reid Spencer
2007-03-24
Fix a link.
Reid Spencer
2007-03-24
Correct the description of srem. remainder follows the dividend not the
Reid Spencer
2007-03-22
Add noreturn function attribute.
Reid Spencer
2007-03-22
Preview nounwind function attribute.
Reid Spencer
2007-03-22
More LangRef fixes. Corrected names of intrinsics.
Anton Korobeynikov
2007-03-21
Fixed va_arg example. Reported by Roman Samoilov
Anton Korobeynikov
2007-03-14
Add link to exception handling.
Jim Laskey
2007-02-19
Add a section on the target datalayout syntax and describe the defaults
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-02
Put the Shift instructions in the right section.
Reid Spencer
2007-01-31
Preview of the shift instructions becoming Binary Operators.
Reid Spencer
2007-01-28
Grammar fix
Anton Korobeynikov
2007-01-28
Document 'inreg' & 'sret'
Anton Korobeynikov
2007-01-23
Updating documentation:
Anton Korobeynikov
2007-01-21
For PR970:
Reid Spencer
2007-01-19
icmp doesn't support comparison of packed types.
Reid Spencer
2007-01-15
One more @ to remove.
Reid Spencer
2007-01-15
Update documentation for parameter attributes for the syntax change.
Reid Spencer
2007-01-15
Terminology change: drop 'integral' completely. Now we just have integer,
Chris Lattner
2007-01-14
clarify linkonce/weak linkage
Chris Lattner
2007-01-14
Fix an incorrect conversion of int -> i32
Reid Spencer
2007-01-14
add a global variable example
Chris Lattner
2007-01-12
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
[next]