| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Note on current implementation of ELF32/PPC ABI. | Nicolas Geoffray | 2007-05-15 | 1 | -0/+2 |
| | | | | | llvm-svn: 37083 | ||||
| * | The wrapping behavior of part_set is not desirable. Adjust the | Reid Spencer | 2007-05-14 | 1 | -6/+6 |
| | | | | | | | documentation to describe the desired behavior. llvm-svn: 37036 | ||||
| * | Revise definition of part_select. The wrapping behavior is not useful so | Reid Spencer | 2007-05-14 | 1 | -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 contents | Chris Lattner | 2007-05-14 | 1 | -68/+74 |
| | | | | | llvm-svn: 37028 | ||||
| * | add a link | Chris Lattner | 2007-05-13 | 1 | -0/+4 |
| | | | | | llvm-svn: 37024 | ||||
| * | add initial description of llvm top-level stuff. | Chris Lattner | 2007-05-13 | 1 | -3/+93 |
| | | | | | llvm-svn: 37017 | ||||
| * | finish the description of the bitstream format. | Chris Lattner | 2007-05-13 | 1 | -3/+88 |
| | | | | | llvm-svn: 37016 | ||||
| * | Fix a grammaro. | Reid Spencer | 2007-05-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 37005 | ||||
| * | fix typo | Chris Lattner | 2007-05-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 37004 | ||||
| * | continued description | Chris Lattner | 2007-05-12 | 1 | -5/+108 |
| | | | | | llvm-svn: 37003 | ||||
| * | add a bunch of content. | Chris Lattner | 2007-05-12 | 1 | -8/+213 |
| | | | | | llvm-svn: 37002 | ||||
| * | first step | Chris Lattner | 2007-05-12 | 1 | -27/+97 |
| | | | | | llvm-svn: 37001 | ||||
| * | Add a known QEMU problem. | Lauro Ramos Venancio | 2007-05-12 | 1 | -1/+4 |
| | | | | | llvm-svn: 37000 | ||||
| * | These attributes are supported! | Anton Korobeynikov | 2007-05-10 | 1 | -8/+7 |
| | | | | | llvm-svn: 36973 | ||||
| * | gar. GCC 3.4.2 also miscompiles llvm at -O3. :( | Chris Lattner | 2007-05-10 | 1 | -4/+8 |
| | | | | | llvm-svn: 36972 | ||||
| * | another version of gcc that miscompiles llvm. | Chris Lattner | 2007-05-10 | 1 | -0/+3 |
| | | | | | llvm-svn: 36971 | ||||
| * | Add two ARM known problems. | Lauro Ramos Venancio | 2007-05-09 | 1 | -3/+6 |
| | | | | | llvm-svn: 36958 | ||||
| * | arm no longer experimental, c++ eh support is? | Chris Lattner | 2007-05-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 36952 | ||||
| * | add a meta-blurb about the 2.0 release | Chris Lattner | 2007-05-09 | 1 | -8/+17 |
| | | | | | llvm-svn: 36951 | ||||
| * | strip the llvm 1.9 info out of the release notes | Chris Lattner | 2007-05-09 | 1 | -120/+28 |
| | | | | | llvm-svn: 36950 | ||||
| * | remove dead option | Chris Lattner | 2007-05-06 | 1 | -4/+0 |
| | | | | | llvm-svn: 36898 | ||||
| * | this is obsolete | Chris Lattner | 2007-05-06 | 1 | -2158/+0 |
| | | | | | llvm-svn: 36897 | ||||
| * | link to the bitcode doc | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 36896 | ||||
| * | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -3/+3 |
| | | | | | llvm-svn: 36662 | ||||
| * | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -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 Patel | 2007-05-01 | 1 | -0/+19 |
| | | | | | llvm-svn: 36631 | ||||
| * | Implement protected visibility. This partly implements PR1363. Linker | Anton Korobeynikov | 2007-04-29 | 2 | -2/+9 |
| | | | | | | | should be taught to deal with protected symbols. llvm-svn: 36565 | ||||
| * | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 36564 | ||||
| * | Minor corrections. | Jeff Cohen | 2007-04-29 | 1 | -61/+60 |
| | | | | | llvm-svn: 36548 | ||||
| * | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 2 | -8/+9 |
| | | | | | | | bitcasts of them. llvm-svn: 36537 | ||||
| * | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 2 | -13/+89 |
| | | | | | | | will follow. llvm-svn: 36435 | ||||
| * | Undo erroneous corrections. | Jeff Cohen | 2007-04-22 | 1 | -4/+4 |
| | | | | | llvm-svn: 36340 | ||||
| * | Minor corrections. | Jeff Cohen | 2007-04-22 | 1 | -41/+37 |
| | | | | | llvm-svn: 36325 | ||||
| * | add support for alignment attributes on load/store instructions | Christopher Lamb | 2007-04-21 | 2 | -6/+6 |
| | | | | | llvm-svn: 36301 | ||||
| * | Provide link. | Jeff Cohen | 2007-04-18 | 1 | -2/+3 |
| | | | | | llvm-svn: 36257 | ||||
| * | Remove "ModulePasses requiring FunctionPasses" from the list of future | Devang Patel | 2007-04-17 | 1 | -28/+1 |
| | | | | | | | extensions. llvm-svn: 36186 | ||||
| * | Document how, module pass can require function pass. | Devang Patel | 2007-04-16 | 1 | -2/+18 |
| | | | | | llvm-svn: 36171 | ||||
| * | Fix typos. | Duncan Sands | 2007-04-16 | 1 | -3/+3 |
| | | | | | llvm-svn: 36124 | ||||
| * | Describe quoting rules. | Reid Spencer | 2007-04-15 | 1 | -4/+46 |
| | | | | | llvm-svn: 36060 | ||||
| * | Add some info about the pipelines and redirection. | Reid Spencer | 2007-04-14 | 1 | -0/+18 |
| | | | | | llvm-svn: 36030 | ||||
| * | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -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 Sands | 2007-04-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 35989 | ||||
| * | update documentation | Lauro Ramos Venancio | 2007-04-12 | 1 | -2/+4 |
| | | | | | llvm-svn: 35953 | ||||
| * | update documentation | Lauro Ramos Venancio | 2007-04-12 | 1 | -1/+5 |
| | | | | | llvm-svn: 35952 | ||||
| * | Fix extra argument in part_set examples. Thanks Zhiru. | Reid Spencer | 2007-04-12 | 1 | -4/+4 |
| | | | | | llvm-svn: 35936 | ||||
| * | Fix validation errors. | Reid Spencer | 2007-04-11 | 1 | -8/+8 |
| | | | | | llvm-svn: 35933 | ||||
| * | Missing end tag. Thanks, Nick. | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 35932 | ||||
| * | Put period inside the paragraph! | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 35930 | ||||
| * | Document the part_set intrinsic. | Reid Spencer | 2007-04-11 | 1 | -1/+52 |
| | | | | | llvm-svn: 35929 | ||||
| * | Add Scott's note about GCC 4.1.2 on OpenSUSE. | Reid Spencer | 2007-04-11 | 1 | -0/+2 |
| | | | | | llvm-svn: 35924 | ||||

