summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Note on current implementation of ELF32/PPC ABI.Nicolas Geoffray2007-05-151-0/+2
| | | | llvm-svn: 37083
* The wrapping behavior of part_set is not desirable. Adjust theReid Spencer2007-05-141-6/+6
| | | | | | documentation to describe the desired behavior. llvm-svn: 37036
* Revise definition of part_select. The wrapping behavior is not useful soReid Spencer2007-05-141-10/+5
| | | | | | | in the reverse case the only difference is that the bits are returned in reverse order. llvm-svn: 37035
* Add a skeleton for future contentsChris Lattner2007-05-141-68/+74
| | | | llvm-svn: 37028
* add a linkChris Lattner2007-05-131-0/+4
| | | | llvm-svn: 37024
* add initial description of llvm top-level stuff.Chris Lattner2007-05-131-3/+93
| | | | llvm-svn: 37017
* finish the description of the bitstream format.Chris Lattner2007-05-131-3/+88
| | | | llvm-svn: 37016
* Fix a grammaro.Reid Spencer2007-05-121-1/+1
| | | | llvm-svn: 37005
* fix typoChris Lattner2007-05-121-1/+1
| | | | llvm-svn: 37004
* continued descriptionChris Lattner2007-05-121-5/+108
| | | | llvm-svn: 37003
* add a bunch of content.Chris Lattner2007-05-121-8/+213
| | | | llvm-svn: 37002
* first stepChris Lattner2007-05-121-27/+97
| | | | llvm-svn: 37001
* Add a known QEMU problem.Lauro Ramos Venancio2007-05-121-1/+4
| | | | llvm-svn: 37000
* These attributes are supported!Anton Korobeynikov2007-05-101-8/+7
| | | | llvm-svn: 36973
* gar. GCC 3.4.2 also miscompiles llvm at -O3. :(Chris Lattner2007-05-101-4/+8
| | | | llvm-svn: 36972
* another version of gcc that miscompiles llvm.Chris Lattner2007-05-101-0/+3
| | | | llvm-svn: 36971
* Add two ARM known problems.Lauro Ramos Venancio2007-05-091-3/+6
| | | | llvm-svn: 36958
* arm no longer experimental, c++ eh support is?Chris Lattner2007-05-091-1/+1
| | | | llvm-svn: 36952
* add a meta-blurb about the 2.0 releaseChris Lattner2007-05-091-8/+17
| | | | llvm-svn: 36951
* strip the llvm 1.9 info out of the release notesChris Lattner2007-05-091-120/+28
| | | | llvm-svn: 36950
* remove dead optionChris Lattner2007-05-061-4/+0
| | | | llvm-svn: 36898
* this is obsoleteChris Lattner2007-05-061-2158/+0
| | | | llvm-svn: 36897
* link to the bitcode docChris Lattner2007-05-061-1/+1
| | | | llvm-svn: 36896
* Drop 'const'Devang Patel2007-05-031-3/+3
| | | | llvm-svn: 36662
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3
| | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-011-0/+19
| | | | llvm-svn: 36631
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-292-2/+9
| | | | | | should be taught to deal with protected symbols. llvm-svn: 36565
* Implement review feedbackAnton Korobeynikov2007-04-291-1/+1
| | | | llvm-svn: 36564
* Minor corrections.Jeff Cohen2007-04-291-61/+60
| | | | llvm-svn: 36548
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-282-8/+9
| | | | | | bitcasts of them. llvm-svn: 36537
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-252-13/+89
| | | | | | will follow. llvm-svn: 36435
* Undo erroneous corrections.Jeff Cohen2007-04-221-4/+4
| | | | llvm-svn: 36340
* Minor corrections.Jeff Cohen2007-04-221-41/+37
| | | | llvm-svn: 36325
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-212-6/+6
| | | | llvm-svn: 36301
* Provide link.Jeff Cohen2007-04-181-2/+3
| | | | llvm-svn: 36257
* Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel2007-04-171-28/+1
| | | | | | extensions. llvm-svn: 36186
* Document how, module pass can require function pass.Devang Patel2007-04-161-2/+18
| | | | llvm-svn: 36171
* Fix typos.Duncan Sands2007-04-161-3/+3
| | | | llvm-svn: 36124
* Describe quoting rules.Reid Spencer2007-04-151-4/+46
| | | | llvm-svn: 36060
* Add some info about the pipelines and redirection.Reid Spencer2007-04-141-0/+18
| | | | llvm-svn: 36030
* For PR1319:Reid Spencer2007-04-141-73/+191
| | | | | | | Rewrite much of the DejaGnu section to bring it in line with the new facilities in llvm.exp. llvm-svn: 36015
* Correct typo.Duncan Sands2007-04-141-1/+1
| | | | llvm-svn: 35989
* update documentationLauro Ramos Venancio2007-04-121-2/+4
| | | | llvm-svn: 35953
* update documentationLauro Ramos Venancio2007-04-121-1/+5
| | | | llvm-svn: 35952
* Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer2007-04-121-4/+4
| | | | llvm-svn: 35936
* Fix validation errors.Reid Spencer2007-04-111-8/+8
| | | | llvm-svn: 35933
* Missing end tag. Thanks, Nick.Reid Spencer2007-04-111-1/+1
| | | | llvm-svn: 35932
* Put period inside the paragraph!Reid Spencer2007-04-111-1/+1
| | | | llvm-svn: 35930
* Document the part_set intrinsic.Reid Spencer2007-04-111-1/+52
| | | | llvm-svn: 35929
* Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer2007-04-111-0/+2
| | | | llvm-svn: 35924
OpenPOWER on IntegriCloud