summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* update this.Chris Lattner2007-02-081-10/+9
| | | | llvm-svn: 34063
* Describe llvm/test more accurately given recent changes.Reid Spencer2007-02-081-13/+21
| | | | llvm-svn: 34055
* remove some obsolete SymbolTable methods. These docs need to be updatedChris Lattner2007-02-071-19/+0
| | | | | | now that PR411 landed llvm-svn: 33991
* Document the LINK_COMPONENTS and NO_INSTALL variables.Reid Spencer2007-02-061-0/+15
| | | | llvm-svn: 33969
* add a noteChris Lattner2007-02-051-0/+27
| | | | llvm-svn: 33904
* For PR1067:Reid Spencer2007-02-043-28/+24
| | | | | | | Update library documentation after removal of libLLVMTransforms.a that resulted from removal of the LevelRaise pass. llvm-svn: 33850
* describe SmallSetVectorChris Lattner2007-02-041-4/+13
| | | | llvm-svn: 33847
* null -> pointer, nul -> character :)Chris Lattner2007-02-031-1/+1
| | | | llvm-svn: 33841
* Fix some spellos.Reid Spencer2007-02-031-19/+19
| | | | llvm-svn: 33840
* fix grammarChris Lattner2007-02-031-3/+3
| | | | llvm-svn: 33839
* Serious cleanups. Make the TOC match the text for the class hierarchy,Chris Lattner2007-02-031-250/+247
| | | | | | | move the sections of the class-h around in the right order, make it actually reflect the classes in LLVM today. llvm-svn: 33838
* Add TOCChris Lattner2007-02-031-1/+9
| | | | llvm-svn: 33837
* describe map-like containersChris Lattner2007-02-031-15/+176
| | | | llvm-svn: 33836
* improve grammarChris Lattner2007-02-031-21/+24
| | | | llvm-svn: 33830
* improve grammarChris Lattner2007-02-031-9/+12
| | | | llvm-svn: 33829
* close run-away tagChris Lattner2007-02-031-1/+1
| | | | llvm-svn: 33828
* fill in the section on Set-like containers.Chris Lattner2007-02-031-19/+217
| | | | llvm-svn: 33827
* fix validation issuesChris Lattner2007-02-031-6/+1
| | | | llvm-svn: 33823
* fix validation problemsChris Lattner2007-02-031-2/+2
| | | | llvm-svn: 33822
* Add some notes about choice of container.Chris Lattner2007-02-031-0/+239
| | | | llvm-svn: 33821
* For PR1152:Reid Spencer2007-02-031-14/+14
| | | | | | | Update documentation to reflect that this isn't a full-blown executable any more. llvm-svn: 33807
* And even more correctly.Reid Spencer2007-02-031-4/+0
| | | | llvm-svn: 33805
* Format the examples correctly.Reid Spencer2007-02-031-6/+2
| | | | llvm-svn: 33804
* For PR1152:Reid Spencer2007-02-031-1/+46
| | | | | | Update documentation to reflect addition of gccas functionality into opt. llvm-svn: 33803
* Put the Shift instructions in the right section.Reid Spencer2007-02-021-15/+16
| | | | llvm-svn: 33782
* 1. Break long lines to 80 col limitReid Spencer2007-02-021-183/+188
| | | | | | | 2. Fix indentation 3. Renumber the instruction opcodes after the Shift became a binary operator. llvm-svn: 33777
* Preview of the shift instructions becoming Binary Operators.Reid Spencer2007-01-311-86/+85
| | | | llvm-svn: 33720
* Fix version information for new instructions.Reid Spencer2007-01-311-22/+22
| | | | llvm-svn: 33689
* Correct the instruction op codes to meet current head changes.Reid Spencer2007-01-311-51/+33
| | | | llvm-svn: 33686
* Excise documentation about Compaction Tables.Reid Spencer2007-01-311-98/+6
| | | | llvm-svn: 33685
* Grammar fixAnton Korobeynikov2007-01-281-4/+5
| | | | llvm-svn: 33602
* Document 'inreg' & 'sret'Anton Korobeynikov2007-01-281-19/+7
| | | | llvm-svn: 33600
* Describe the recent changes to the bytecode format for PR761.Owen Anderson2007-01-271-40/+13
| | | | llvm-svn: 33586
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-1/+1
| | | | | | for debugging and exception handling. llvm-svn: 33550
* Fix cut-n-pasto.Devang Patel2007-01-231-6/+6
| | | | llvm-svn: 33469
* One more small fix to documentationAnton Korobeynikov2007-01-231-1/+5
| | | | llvm-svn: 33463
* Updating documentation:Anton Korobeynikov2007-01-233-14/+56
| | | | | | | | - Document visibility stuff - Fix gcc' supported attributes list - Document udis86 configure option llvm-svn: 33462
* For PR970:Reid Spencer2007-01-211-4/+1
| | | | | | | Clean up handling of isFloatingPoint() and dealing with PackedType. Patch by Gordon Henriksen! llvm-svn: 33415
* Initial template for the 2.0 Bitcode format that will replace the 1.xReid Spencer2007-01-201-0/+61
| | | | | | Bytecode format. llvm-svn: 33412
* icmp doesn't support comparison of packed types.Reid Spencer2007-01-191-3/+0
| | | | llvm-svn: 33357
* Update copyright for 2007.Reid Spencer2007-01-181-1/+1
| | | | llvm-svn: 33339
* Update for changes in location of Stacker.Reid Spencer2007-01-171-11/+16
| | | | llvm-svn: 33293
* One more @ to remove.Reid Spencer2007-01-151-1/+1
| | | | llvm-svn: 33240
* Update documentation for parameter attributes for the syntax change.Reid Spencer2007-01-151-8/+10
| | | | llvm-svn: 33238
* Change to match API changes.Chris Lattner2007-01-151-5/+1
| | | | llvm-svn: 33219
* Terminology change: drop 'integral' completely. Now we just have integer,Chris Lattner2007-01-151-27/+22
| | | | | | | | which includes i1. Change the semantics of the various instructions to support i1 where they didn't before: for example, it is now legal [though not terribly useful, as it is the same as xor] to add two i1 values. llvm-svn: 33217
* clarify linkonce/weak linkageChris Lattner2007-01-141-7/+10
| | | | llvm-svn: 33201
* Fix an incorrect conversion of int -> i32Reid Spencer2007-01-141-1/+1
| | | | llvm-svn: 33199
* add a global variable exampleChris Lattner2007-01-141-0/+7
| | | | llvm-svn: 33190
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-122-23/+55
| | | | | | | | * PIC-aware internal structures in X86 Codegen have been refactored * Visibility (default/weak) has been added * Docs fixes (external weak linkage, visibility, formatting) llvm-svn: 33136
OpenPOWER on IntegriCloud