summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Update for changes in location of Stacker.Reid Spencer2007-01-17
* One more @ to remove.Reid Spencer2007-01-15
* Update documentation for parameter attributes for the syntax change.Reid Spencer2007-01-15
* Change to match API changes.Chris Lattner2007-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
* Make a couple organizational changes. Type no longer derives from ValueReid Spencer2007-01-12
* Update documentation for arbitrary precision integers:Reid Spencer2007-01-12
* Fix a typo.Reid Spencer2007-01-12
* Update for changes in the IR. The ConstantIntegral, ConstantBool, andReid 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
* Update the documentation for SymbolTable class.Reid Spencer2007-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
* Fix broken links, reported by Baptiste LepilleurChris Lattner2007-01-04
* Document this tool as experimental and list its deficiencies.Reid Spencer2007-01-04
* Clean up usage of "unsigned" and "signed" in the documentation to indicateReid Spencer2007-01-04
* Removed reference to "cnull" because typical users shouldn't need to useBill Wendling2007-01-04
* ding dong llvm-gcc3 is deadChris Lattner2007-01-04
* gcc 4.1.1 on amd64 is brokenChris Lattner2007-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
* Typo.Nick Lewycky2006-12-31
* Preview of new calling conventions: cextcc and csretextcc to handle explicitReid Spencer2006-12-28
* fix a typoChris Lattner2006-12-20
* Remove documentation for isSigned and isUnsigned methods of Type class.Reid Spencer2006-12-19
* update to reflect changes in statistic class.Chris Lattner2006-12-19
* Fix an example that used the old SetCondInst instruction.Reid Spencer2006-12-19
* Make changes for removal of SETCC instruction to unify with LangRef.html.Reid Spencer2006-12-19
* Added example of how to code print() methods so that they will disappearBill Wendling2006-12-17
* Pass html validation.Jim Laskey2006-12-15
* Start of PowerPC info.Jim Laskey2006-12-14
* Fixed some formatting.Bill Wendling2006-12-09
* Another example of using the llvm IO streams.Bill Wendling2006-12-09
* Add documentation for how to use the new LLVM streams.Bill Wendling2006-12-09
* A backwards compatible bc format for packed structsAndrew Lenharth2006-12-08
* Packed Structure Definitions (docs)Andrew Lenharth2006-12-08
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* 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