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