summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* Updating documentation:Anton Korobeynikov2007-01-23
* For PR970:Reid Spencer2007-01-21
* icmp doesn't support comparison of packed types.Reid Spencer2007-01-19
* One more @ to remove.Reid Spencer2007-01-15
* Update documentation for parameter attributes for the syntax change.Reid Spencer2007-01-15
* Terminology change: drop 'integral' completely. Now we just have integer,Chris Lattner2007-01-15
* clarify linkonce/weak linkageChris Lattner2007-01-14
* Fix an incorrect conversion of int -> i32Reid Spencer2007-01-14
* add a global variable exampleChris Lattner2007-01-14
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Fix a typo.Reid Spencer2007-01-12
* Update for changes in the assembly syntax. bool is replaced with i1.Reid Spencer2007-01-12
* Explain that bitcast can only cast a pointer to another pointer.Reid Spencer2007-01-09
* Fully specify the type of the llvm.va* intrinsics. This helps resolveChris Lattner2007-01-08
* llvm.isunordered is no longer alive.Chris Lattner2007-01-07
* Add an example to the trunc instruction to clarify trunc to bool.Reid Spencer2007-01-05
* Correct the documentation for function declarations. They can have dllimportReid Spencer2007-01-05
* Clean up usage of "unsigned" and "signed" in the documentation to indicateReid Spencer2007-01-04
* icmp and fcmp do not take packed type operands.Reid Spencer2007-01-04
* Remove documentation of non-existent cextcc and csretextcc callingReid Spencer2006-12-31
* One more try on the table formatting.Reid Spencer2006-12-31
* Clean up some typos and formatting.Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* Preview of new calling conventions: cextcc and csretextcc to handle explicitReid Spencer2006-12-28
* Packed Structure Definitions (docs)Andrew Lenharth2006-12-08
* Tie the ordered/unordered predicate descriptions to their meaning wrtReid Spencer2006-12-06
* We only support 32-bit or 64-bit sequential type indices for GEP. DocumentReid Spencer2006-12-04
* Document the icmp and fcmp constant expressions.Reid Spencer2006-12-04
* Update for signless GEP semantics.Reid Spencer2006-12-03
* remove dead tagChris Lattner2006-11-27
* Corrections from review.Reid Spencer2006-11-19
* Update a reference to the old setcc instruction.Reid Spencer2006-11-18
* For PR950:Reid Spencer2006-11-18
* Document new constant expr operators, rename bitconvert as bitcast.Reid Spencer2006-11-11
* Add a preview of two new conversion operators: ptrtoint and inttoptr. UpdateReid Spencer2006-11-11
* Post-review changes on conversion instructions.Reid Spencer2006-11-09
* Fix runaway <tt> element and section ordering.Reid Spencer2006-11-09
* Remove futurisms that won't be in our future.Reid Spencer2006-11-09
* One more time for indentation.Reid Spencer2006-11-09
* Fix indentation problem starting at GEP.Reid Spencer2006-11-09
* For PR950:Reid Spencer2006-11-08
* Fix the section headings.Reid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* clarifyChris Lattner2006-10-15
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* new powi intrinsicChris Lattner2006-09-08
* Add a link to the GEP faq.Chris Lattner2006-08-15
* Decribe the "implementation" keyword.Chris Lattner2006-06-13