index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2012-03-06
Add column width.
Bill Wendling
2012-03-06
Fix validation errors.
Bill Wendling
2012-02-29
Where the alloca'd space actually lives in ram is undefined, and attempting to
Nick Lewycky
2012-02-16
Give a description of the Objective-C garbage collection module flags.
Bill Wendling
2012-02-11
Document the new module flags.
Bill Wendling
2012-02-10
Added description of invariant.load metadata to LangRef. It was added to the...
Pete Cooper
2012-02-06
[unwind removal] Remove any mention of the 'unwind' instruction. What was that
Bill Wendling
2012-02-06
Mention that the 'unwind' instruction is now deprecated.
Bill Wendling
2012-01-23
Fix broken link.
Nick Lewycky
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-13
Try to clarify a little how exception handling works.
Duncan Sands
2012-01-12
Revert accidental commit.
Bill Wendling
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2011-12-25
Update the LangRef documentation: the codegen does support this instruction.
Nadav Rotem
2011-12-17
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-14
Vectors are not aggregate types (see isAggregateType).
Duncan Sands
2011-12-13
Use the example from clang, not the GCC frontend, which doesn't exist anymore.
Bill Wendling
2011-12-12
Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify
Chandler Carruth
2011-12-09
Random cleanups. No description changes.
Bill Wendling
2011-12-09
Typo.
Chad Rosier
2011-12-06
Fix a subtle semantic issue with poison values that came up in
Dan Gohman
2011-12-06
Line up the comments in a code example.
Dan Gohman
2011-12-06
Rename "Trap Values" to "Poison Values", to better reflect their
Dan Gohman
2011-12-05
Move 'returns_twice' definition into alphabetical place.
Bill Wendling
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-04
Fix table of contents.
Jakub Staszak
2011-12-04
Add 'llvm.expect' intrinsic description.
Jakub Staszak
2011-11-30
More cleanups. No content change.
Bill Wendling
2011-11-30
Minor cleanup. No content change.
Bill Wendling
2011-11-27
remove asmparsing and documentation support for "volatile load", which was on...
Chris Lattner
2011-11-09
Reformat the quote and tag the math stuff with <tt> tags.
Bill Wendling
2011-11-08
Cleanup the formatting.
Bill Wendling
2011-11-04
Fix some misplaced punctuation.
Bill Wendling
2011-10-31
docs/*.html: Fix markups.
NAKAMURA Takumi
2011-10-31
Close <div> that was indenting the rest of the page.
Nick Lewycky
2011-10-27
Add a pinned metadata name for fpaccuracy, and document it
Peter Collingbourne
2011-10-27
Document tbaa metadata in LangRef (documentation largely based on
Peter Collingbourne
2011-10-26
Remove dead atomic intrinsics from LangRef.
Eli Friedman
2011-10-13
Fixed typo.
Lang Hames
2011-10-11
target data is a contract with the code generator, not the "processor"
Chris Lattner
2011-10-11
improve some of the documentation around target data layout strings.
Chris Lattner
2011-10-11
Fixed docs to reflect the proper default value and behaviour of the natural s...
Lang Hames
2011-10-11
Use the proper name for "externally visible" linkage -- 'external'. This is the
Bill Wendling
2011-10-10
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-10-04
Remove last references to hotpatch.
Rafael Espindola
2011-10-03
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-08-24
Some minor updates to atomic acquire/release docs in LangRef.
Eli Friedman
2011-08-23
Fix an example in the documentation.
Rafael Espindola
2011-08-22
Some minor wording updates and cross-linking for atomic docs. Explicitly not...
Eli Friedman
[next]