Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update this. | Chris Lattner | 2007-02-08 | 1 | -10/+9 |
| | | | | llvm-svn: 34063 | ||||
* | Describe llvm/test more accurately given recent changes. | Reid Spencer | 2007-02-08 | 1 | -13/+21 |
| | | | | llvm-svn: 34055 | ||||
* | remove some obsolete SymbolTable methods. These docs need to be updated | Chris Lattner | 2007-02-07 | 1 | -19/+0 |
| | | | | | | now that PR411 landed llvm-svn: 33991 | ||||
* | Document the LINK_COMPONENTS and NO_INSTALL variables. | Reid Spencer | 2007-02-06 | 1 | -0/+15 |
| | | | | llvm-svn: 33969 | ||||
* | add a note | Chris Lattner | 2007-02-05 | 1 | -0/+27 |
| | | | | llvm-svn: 33904 | ||||
* | For PR1067: | Reid Spencer | 2007-02-04 | 3 | -28/+24 |
| | | | | | | | Update library documentation after removal of libLLVMTransforms.a that resulted from removal of the LevelRaise pass. llvm-svn: 33850 | ||||
* | describe SmallSetVector | Chris Lattner | 2007-02-04 | 1 | -4/+13 |
| | | | | llvm-svn: 33847 | ||||
* | null -> pointer, nul -> character :) | Chris Lattner | 2007-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 33841 | ||||
* | Fix some spellos. | Reid Spencer | 2007-02-03 | 1 | -19/+19 |
| | | | | llvm-svn: 33840 | ||||
* | fix grammar | Chris Lattner | 2007-02-03 | 1 | -3/+3 |
| | | | | llvm-svn: 33839 | ||||
* | Serious cleanups. Make the TOC match the text for the class hierarchy, | Chris Lattner | 2007-02-03 | 1 | -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 TOC | Chris Lattner | 2007-02-03 | 1 | -1/+9 |
| | | | | llvm-svn: 33837 | ||||
* | describe map-like containers | Chris Lattner | 2007-02-03 | 1 | -15/+176 |
| | | | | llvm-svn: 33836 | ||||
* | improve grammar | Chris Lattner | 2007-02-03 | 1 | -21/+24 |
| | | | | llvm-svn: 33830 | ||||
* | improve grammar | Chris Lattner | 2007-02-03 | 1 | -9/+12 |
| | | | | llvm-svn: 33829 | ||||
* | close run-away tag | Chris Lattner | 2007-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 33828 | ||||
* | fill in the section on Set-like containers. | Chris Lattner | 2007-02-03 | 1 | -19/+217 |
| | | | | llvm-svn: 33827 | ||||
* | fix validation issues | Chris Lattner | 2007-02-03 | 1 | -6/+1 |
| | | | | llvm-svn: 33823 | ||||
* | fix validation problems | Chris Lattner | 2007-02-03 | 1 | -2/+2 |
| | | | | llvm-svn: 33822 | ||||
* | Add some notes about choice of container. | Chris Lattner | 2007-02-03 | 1 | -0/+239 |
| | | | | llvm-svn: 33821 | ||||
* | For PR1152: | Reid Spencer | 2007-02-03 | 1 | -14/+14 |
| | | | | | | | Update documentation to reflect that this isn't a full-blown executable any more. llvm-svn: 33807 | ||||
* | And even more correctly. | Reid Spencer | 2007-02-03 | 1 | -4/+0 |
| | | | | llvm-svn: 33805 | ||||
* | Format the examples correctly. | Reid Spencer | 2007-02-03 | 1 | -6/+2 |
| | | | | llvm-svn: 33804 | ||||
* | For PR1152: | Reid Spencer | 2007-02-03 | 1 | -1/+46 |
| | | | | | | Update documentation to reflect addition of gccas functionality into opt. llvm-svn: 33803 | ||||
* | Put the Shift instructions in the right section. | Reid Spencer | 2007-02-02 | 1 | -15/+16 |
| | | | | llvm-svn: 33782 | ||||
* | 1. Break long lines to 80 col limit | Reid Spencer | 2007-02-02 | 1 | -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 Spencer | 2007-01-31 | 1 | -86/+85 |
| | | | | llvm-svn: 33720 | ||||
* | Fix version information for new instructions. | Reid Spencer | 2007-01-31 | 1 | -22/+22 |
| | | | | llvm-svn: 33689 | ||||
* | Correct the instruction op codes to meet current head changes. | Reid Spencer | 2007-01-31 | 1 | -51/+33 |
| | | | | llvm-svn: 33686 | ||||
* | Excise documentation about Compaction Tables. | Reid Spencer | 2007-01-31 | 1 | -98/+6 |
| | | | | llvm-svn: 33685 | ||||
* | Grammar fix | Anton Korobeynikov | 2007-01-28 | 1 | -4/+5 |
| | | | | llvm-svn: 33602 | ||||
* | Document 'inreg' & 'sret' | Anton Korobeynikov | 2007-01-28 | 1 | -19/+7 |
| | | | | llvm-svn: 33600 | ||||
* | Describe the recent changes to the bytecode format for PR761. | Owen Anderson | 2007-01-27 | 1 | -40/+13 |
| | | | | llvm-svn: 33586 | ||||
* | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey | 2007-01-26 | 1 | -1/+1 |
| | | | | | | for debugging and exception handling. llvm-svn: 33550 | ||||
* | Fix cut-n-pasto. | Devang Patel | 2007-01-23 | 1 | -6/+6 |
| | | | | llvm-svn: 33469 | ||||
* | One more small fix to documentation | Anton Korobeynikov | 2007-01-23 | 1 | -1/+5 |
| | | | | llvm-svn: 33463 | ||||
* | Updating documentation: | Anton Korobeynikov | 2007-01-23 | 3 | -14/+56 |
| | | | | | | | | - Document visibility stuff - Fix gcc' supported attributes list - Document udis86 configure option llvm-svn: 33462 | ||||
* | For PR970: | Reid Spencer | 2007-01-21 | 1 | -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.x | Reid Spencer | 2007-01-20 | 1 | -0/+61 |
| | | | | | | Bytecode format. llvm-svn: 33412 | ||||
* | icmp doesn't support comparison of packed types. | Reid Spencer | 2007-01-19 | 1 | -3/+0 |
| | | | | llvm-svn: 33357 | ||||
* | Update copyright for 2007. | Reid Spencer | 2007-01-18 | 1 | -1/+1 |
| | | | | llvm-svn: 33339 | ||||
* | Update for changes in location of Stacker. | Reid Spencer | 2007-01-17 | 1 | -11/+16 |
| | | | | llvm-svn: 33293 | ||||
* | One more @ to remove. | Reid Spencer | 2007-01-15 | 1 | -1/+1 |
| | | | | llvm-svn: 33240 | ||||
* | Update documentation for parameter attributes for the syntax change. | Reid Spencer | 2007-01-15 | 1 | -8/+10 |
| | | | | llvm-svn: 33238 | ||||
* | Change to match API changes. | Chris Lattner | 2007-01-15 | 1 | -5/+1 |
| | | | | llvm-svn: 33219 | ||||
* | Terminology change: drop 'integral' completely. Now we just have integer, | Chris Lattner | 2007-01-15 | 1 | -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 linkage | Chris Lattner | 2007-01-14 | 1 | -7/+10 |
| | | | | llvm-svn: 33201 | ||||
* | Fix an incorrect conversion of int -> i32 | Reid Spencer | 2007-01-14 | 1 | -1/+1 |
| | | | | llvm-svn: 33199 | ||||
* | add a global variable example | Chris Lattner | 2007-01-14 | 1 | -0/+7 |
| | | | | llvm-svn: 33190 | ||||
* | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov | 2007-01-12 | 2 | -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 |