summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* null -> pointer, nul -> character :)Chris Lattner2007-02-03
* Fix some spellos.Reid Spencer2007-02-03
* fix grammarChris Lattner2007-02-03
* Serious cleanups. Make the TOC match the text for the class hierarchy,Chris Lattner2007-02-03
* Add TOCChris Lattner2007-02-03
* describe map-like containersChris Lattner2007-02-03
* improve grammarChris Lattner2007-02-03
* improve grammarChris Lattner2007-02-03
* close run-away tagChris Lattner2007-02-03
* fill in the section on Set-like containers.Chris Lattner2007-02-03
* fix validation issuesChris Lattner2007-02-03
* fix validation problemsChris Lattner2007-02-03
* Add some notes about choice of container.Chris Lattner2007-02-03
* For PR1152:Reid Spencer2007-02-03
* And even more correctly.Reid Spencer2007-02-03
* Format the examples correctly.Reid Spencer2007-02-03
* For PR1152:Reid Spencer2007-02-03
* Put the Shift instructions in the right section.Reid Spencer2007-02-02
* 1. Break long lines to 80 col limitReid Spencer2007-02-02
* Preview of the shift instructions becoming Binary Operators.Reid Spencer2007-01-31
* Fix version information for new instructions.Reid Spencer2007-01-31
* Correct the instruction op codes to meet current head changes.Reid Spencer2007-01-31
* Excise documentation about Compaction Tables.Reid Spencer2007-01-31
* Grammar fixAnton Korobeynikov2007-01-28
* Document 'inreg' & 'sret'Anton Korobeynikov2007-01-28
* Describe the recent changes to the bytecode format for PR761.Owen Anderson2007-01-27
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Fix cut-n-pasto.Devang Patel2007-01-23
* One more small fix to documentationAnton Korobeynikov2007-01-23
* Updating documentation:Anton Korobeynikov2007-01-23
* For PR970:Reid Spencer2007-01-21
* Initial template for the 2.0 Bitcode format that will replace the 1.xReid Spencer2007-01-20
* icmp doesn't support comparison of packed types.Reid Spencer2007-01-19
* Update copyright for 2007.Reid Spencer2007-01-18
* 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