aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Preview of the shift instructions becoming Binary Operators.Reid Spencer2007-01-311-86/+85
* Fix version information for new instructions.Reid Spencer2007-01-311-22/+22
* Correct the instruction op codes to meet current head changes.Reid Spencer2007-01-311-51/+33
* Excise documentation about Compaction Tables.Reid Spencer2007-01-311-98/+6
* Grammar fixAnton Korobeynikov2007-01-281-4/+5
* Document 'inreg' & 'sret'Anton Korobeynikov2007-01-281-19/+7
* Describe the recent changes to the bytecode format for PR761.Owen Anderson2007-01-271-40/+13
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-1/+1
* Fix cut-n-pasto.Devang Patel2007-01-231-6/+6
* One more small fix to documentationAnton Korobeynikov2007-01-231-1/+5
* Updating documentation:Anton Korobeynikov2007-01-233-14/+56
* For PR970:Reid Spencer2007-01-211-4/+1
* Initial template for the 2.0 Bitcode format that will replace the 1.xReid Spencer2007-01-201-0/+61
* icmp doesn't support comparison of packed types.Reid Spencer2007-01-191-3/+0
* Update copyright for 2007.Reid Spencer2007-01-181-1/+1
* Update for changes in location of Stacker.Reid Spencer2007-01-171-11/+16
* One more @ to remove.Reid Spencer2007-01-151-1/+1
* Update documentation for parameter attributes for the syntax change.Reid Spencer2007-01-151-8/+10
* Change to match API changes.Chris Lattner2007-01-151-5/+1
* Terminology change: drop 'integral' completely. Now we just have integer,Chris Lattner2007-01-151-27/+22
* clarify linkonce/weak linkageChris Lattner2007-01-141-7/+10
* Fix an incorrect conversion of int -> i32Reid Spencer2007-01-141-1/+1
* add a global variable exampleChris Lattner2007-01-141-0/+7
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-122-23/+55
* Make a couple organizational changes. Type no longer derives from ValueReid Spencer2007-01-121-108/+117
* Update documentation for arbitrary precision integers:Reid Spencer2007-01-121-27/+57
* Fix a typo.Reid Spencer2007-01-121-1/+1
* Update for changes in the IR. The ConstantIntegral, ConstantBool, andReid Spencer2007-01-121-3/+6
* Update for changes in the assembly syntax. bool is replaced with i1.Reid Spencer2007-01-121-31/+33
* Explain that bitcast can only cast a pointer to another pointer.Reid Spencer2007-01-091-1/+2
* Fully specify the type of the llvm.va* intrinsics. This helps resolveChris Lattner2007-01-081-8/+15
* llvm.isunordered is no longer alive.Chris Lattner2007-01-071-36/+0
* Update the documentation for SymbolTable class.Reid Spencer2007-01-071-62/+12
* Add an example to the trunc instruction to clarify trunc to bool.Reid Spencer2007-01-051-0/+1
* Correct the documentation for function declarations. They can have dllimportReid Spencer2007-01-051-2/+4
* Fix broken links, reported by Baptiste LepilleurChris Lattner2007-01-041-3/+3
* Document this tool as experimental and list its deficiencies.Reid Spencer2007-01-041-3/+28
* Clean up usage of "unsigned" and "signed" in the documentation to indicateReid Spencer2007-01-041-20/+21
* Removed reference to "cnull" because typical users shouldn't need to useBill Wendling2007-01-041-6/+0
* ding dong llvm-gcc3 is deadChris Lattner2007-01-041-74/+2
* gcc 4.1.1 on amd64 is brokenChris Lattner2007-01-041-1/+6
* icmp and fcmp do not take packed type operands.Reid Spencer2007-01-041-6/+5
* Remove documentation of non-existent cextcc and csretextcc callingReid Spencer2006-12-311-26/+1
* One more try on the table formatting.Reid Spencer2006-12-311-1/+2
* Clean up some typos and formatting.Reid Spencer2006-12-311-19/+21
* For PR950:Reid Spencer2006-12-311-276/+306
* Typo.Nick Lewycky2006-12-311-1/+1
* Preview of new calling conventions: cextcc and csretextcc to handle explicitReid Spencer2006-12-281-1/+26
* fix a typoChris Lattner2006-12-201-1/+1
* Remove documentation for isSigned and isUnsigned methods of Type class.Reid Spencer2006-12-191-11/+1