aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for vectors of pointers.Nadav Rotem2011-12-051-15/+37
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145801 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix table of contents.Jakub Staszak2011-12-041-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145793 91177308-0d34-0410-b5e6-96231b3b80d8
* Add 'llvm.expect' intrinsic description.Jakub Staszak2011-12-041-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145792 91177308-0d34-0410-b5e6-96231b3b80d8
* fix broken tagChris Lattner2011-12-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145590 91177308-0d34-0410-b5e6-96231b3b80d8
* More cleanups. No content change.Bill Wendling2011-11-301-9/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145522 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor cleanup. No content change.Bill Wendling2011-11-301-7/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145521 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove an XXX which hasn't been fixed yet. It's too late now.Bill Wendling2011-11-301-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145518 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention that -O4 does result in more optimization when used withDuncan Sands2011-11-301-1/+3
| | | | | | | | -fplugin-arg-dragonegg-enable-gcc-optzns, though it usually isn't a win. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145486 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the docs for some of the test-suite configure changes andEric Christopher2011-11-291-16/+11
| | | | | | be more clear about what to do and how to do it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145426 91177308-0d34-0410-b5e6-96231b3b80d8
* grammar.Rafael Espindola2011-11-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145423 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to Bill's blog post.Benjamin Kramer2011-11-291-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145419 91177308-0d34-0410-b5e6-96231b3b80d8
* Release notes for segmented stacks.Rafael Espindola2011-11-292-8/+5
| | | | | | Patch by Sanjoy Das. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145416 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove content that has been moved to Clang release notes.Peter Collingbourne2011-11-291-10/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145362 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammar.Peter Collingbourne2011-11-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145361 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link from the LLVM release notes to the Clang release notes.Chandler Carruth2011-11-291-2/+4
| | | | | | | | | I suspect we could profitably remove/move some of the bullet points under Clang here to the Clang notes in order to keep things clean on both sides. Unless I hear objections I'll start doing that once folks have read over the Clang notes a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145340 91177308-0d34-0410-b5e6-96231b3b80d8
* Expand the part about CFI a bit.Rafael Espindola2011-11-281-2/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145324 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for llvm-cov.Devang Patel2011-11-282-0/+48
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145319 91177308-0d34-0410-b5e6-96231b3b80d8
* Merging two bullet points into oneJoe Abbey2011-11-281-12/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145287 91177308-0d34-0410-b5e6-96231b3b80d8
* Add OpenCL blurb to release notes.Peter Collingbourne2011-11-281-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145270 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-281-20/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145263 91177308-0d34-0410-b5e6-96231b3b80d8
* Add object file related release notes.Michael J. Spencer2011-11-281-49/+53
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145254 91177308-0d34-0410-b5e6-96231b3b80d8
* Explain what ExeDepsFix does.Jakob Stoklund Olesen2011-11-281-3/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145253 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spelling/grammar errors found by Duncan.Rafael Espindola2011-11-281-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145250 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a blurb about the new ExecutionDepsFix pass.Jakob Stoklund Olesen2011-11-281-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145220 91177308-0d34-0410-b5e6-96231b3b80d8
* dwarf parsing stuff.Chris Lattner2011-11-271-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145207 91177308-0d34-0410-b5e6-96231b3b80d8
* first pass of writing complete!Chris Lattner2011-11-271-22/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145206 91177308-0d34-0410-b5e6-96231b3b80d8
* arm and carve out a place ot mention segmented stacks.Chris Lattner2011-11-271-10/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145204 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a description of the status of segmented stacks.Rafael Espindola2011-11-271-0/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145201 91177308-0d34-0410-b5e6-96231b3b80d8
* optimize, mc, x86Chris Lattner2011-11-271-63/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145200 91177308-0d34-0410-b5e6-96231b3b80d8
* some writing.Chris Lattner2011-11-271-43/+57
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145198 91177308-0d34-0410-b5e6-96231b3b80d8
* fix some out-of-date attribution.Chris Lattner2011-11-271-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145197 91177308-0d34-0410-b5e6-96231b3b80d8
* distribute various bullets to different sections.Chris Lattner2011-11-271-196/+222
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145196 91177308-0d34-0410-b5e6-96231b3b80d8
* rewrite the known problems section. Including a short list of individual ↵Chris Lattner2011-11-271-137/+23
| | | | | | bugs per target isn't particularly useful. Link to the target features matrix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145193 91177308-0d34-0410-b5e6-96231b3b80d8
* move the detailed information about the EH rewrite to a comment, Bill isChris Lattner2011-11-271-14/+27
| | | | | | | blog'izing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145192 91177308-0d34-0410-b5e6-96231b3b80d8
* tweak subprojects' sectionChris Lattner2011-11-271-18/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145191 91177308-0d34-0410-b5e6-96231b3b80d8
* some random notes.Chris Lattner2011-11-271-25/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145190 91177308-0d34-0410-b5e6-96231b3b80d8
* add some final random notes, I've completed my pass over all the commits.Chris Lattner2011-11-271-6/+17
| | | | | | | I'll work on turning this into something intelligible tomorrow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145177 91177308-0d34-0410-b5e6-96231b3b80d8
* add some notes.Chris Lattner2011-11-271-1/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145173 91177308-0d34-0410-b5e6-96231b3b80d8
* remove asmparsing and documentation support for "volatile load", which was ↵Chris Lattner2011-11-272-6/+6
| | | | | | only produced by LLVM 2.9 and earlier. LLVM 3.0 and later prefers "load volatile". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145172 91177308-0d34-0410-b5e6-96231b3b80d8
* some notes.Chris Lattner2011-11-271-2/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145170 91177308-0d34-0410-b5e6-96231b3b80d8
* add some notesChris Lattner2011-11-271-3/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145163 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the branch probability blurb into the optimizer section. Add a minimal ↵Benjamin Kramer2011-11-261-5/+9
| | | | | | bullet for AVX. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145145 91177308-0d34-0410-b5e6-96231b3b80d8
* Added Objective-C and libc++ details to the 3.0 release notes.David Chisnall2011-11-261-3/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145144 91177308-0d34-0410-b5e6-96231b3b80d8
* shpellingBenjamin Kramer2011-11-251-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145138 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove ZooLib from the projects list.Benjamin Kramer2011-11-251-18/+0
| | | | | | | I don't see how the project is using LLVM and we really can't list every user of the clang analyzer. Sorry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145137 91177308-0d34-0410-b5e6-96231b3b80d8
* add a userChris Lattner2011-11-251-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145136 91177308-0d34-0410-b5e6-96231b3b80d8
* add some notesChris Lattner2011-11-251-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145135 91177308-0d34-0410-b5e6-96231b3b80d8
* add faustChris Lattner2011-11-251-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145134 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a few notes for ARM and a blurb about the MCJIT.Jim Grosbach2011-11-241-6/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145118 91177308-0d34-0410-b5e6-96231b3b80d8
* x86/windows issues fixed.Chris Lattner2011-11-171-18/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144878 91177308-0d34-0410-b5e6-96231b3b80d8