| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Conform to the HTML 4.01 Strict specification. | Misha Brukman | 2008-12-11 | 1 | -1/+3 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 37 | -72/+72 |
* | * Fixed formatting of command descriptions to be consistent: | Misha Brukman | 2008-12-11 | 1 | -6/+6 |
* | s/A Few Coding Standards/LLVM Coding Standards/g | Misha Brukman | 2008-12-10 | 1 | -2/+2 |
* | fix typo. thanks Baldrick for noticing | Nuno Lopes | 2008-12-10 | 1 | -1/+1 |
* | add gcc 4.1.2 from redhat to the list of broken compilers | Nuno Lopes | 2008-12-10 | 1 | -0/+2 |
* | Update these instructions to the 2.4 release. | Duncan Sands | 2008-12-10 | 1 | -7/+7 |
* | Mention the Ada and Fortran front-ends. | Duncan Sands | 2008-12-10 | 1 | -2/+2 |
* | Added a little more information that vector shifts require vector shift amount. | Mon P Wang | 2008-12-10 | 1 | -4/+9 |
* | Rewrite instructions for configuring external tests | Dale Johannesen | 2008-12-10 | 1 | -25/+17 |
* | Man page typo fix. | Mikhail Glushenkov | 2008-12-09 | 1 | -1/+1 |
* | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang | 2008-12-09 | 1 | -0/+3 |
* | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman | 2008-12-08 | 1 | -4/+32 |
* | Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! | Nick Lewycky | 2008-12-08 | 2 | -15/+46 |
* | Man page update. | Mikhail Glushenkov | 2008-12-07 | 1 | -0/+12 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | Fix spelling mistake. | Nick Lewycky | 2008-11-29 | 1 | -1/+1 |
* | Fixed HTML closing tag, cleaned up some spacing. | Misha Brukman | 2008-11-27 | 1 | -2/+2 |
* | Small formatting change. | Bill Wendling | 2008-11-26 | 1 | -4/+4 |
* | Update to explain how ssp and sspreq attributes override each other. | Bill Wendling | 2008-11-26 | 1 | -5/+14 |
* | Describe some more options in the man page. | Mikhail Glushenkov | 2008-11-26 | 1 | -8/+62 |
* | Add a man page for llvmc. Really basic for now, will be updated later. | Mikhail Glushenkov | 2008-11-25 | 2 | -9/+82 |
* | This method got renamed, thanks to Mattias Holm for pointing this out. | Chris Lattner | 2008-11-25 | 1 | -1/+1 |
* | add info about how to run the tests with valgrind | Nuno Lopes | 2008-11-25 | 1 | -0/+9 |
* | CMake: Documented two cmake variables. | Oscar Fuentes | 2008-11-25 | 1 | -0/+6 |
* | Fix a few HTML tidiness issues. | Dan Gohman | 2008-11-24 | 5 | -7/+10 |
* | Delete some spurious characters. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | Fix some "</p>"s. | Dan Gohman | 2008-11-24 | 1 | -2/+2 |
* | Some documentation for LegalizeTypes. | Dan Gohman | 2008-11-24 | 1 | -54/+78 |
* | NULL, unique pointers from malloc(0), and freed pointers are legal values for | Torok Edwin | 2008-11-24 | 1 | -1/+3 |
* | Seriously strengthen the guarantee offered by noalias on a function's return | Nick Lewycky | 2008-11-24 | 1 | -3/+3 |
* | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky | 2008-11-24 | 1 | -5/+6 |
* | Fixed named anchor for llvm.stackprotector intrinsic. | Misha Brukman | 2008-11-22 | 1 | -1/+1 |
* | Describe how the JIT maps fields to MachineOperands, patch by | Chris Lattner | 2008-11-22 | 1 | -0/+83 |
* | Document TEST=dbgopt | Devang Patel | 2008-11-21 | 1 | -0/+18 |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 1 | -0/+18 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 1 | -18/+0 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 1 | -0/+18 |
* | LLVM does have a fortran FE! | Duraid Madina | 2008-11-21 | 1 | -12/+0 |
* | CMake: More documentation. | Oscar Fuentes | 2008-11-20 | 1 | -4/+49 |
* | CMake: Some documentation. Work in progress. | Oscar Fuentes | 2008-11-20 | 1 | -0/+271 |
* | - Move the stackprotector intrinsic to the general section. | Bill Wendling | 2008-11-19 | 1 | -56/+39 |
* | Grammar. | Daniel Dunbar | 2008-11-19 | 1 | -1/+1 |
* | Documentation for the llvm.stackprotector intrinsic. | Bill Wendling | 2008-11-18 | 1 | -17/+70 |
* | punctuate, add wording about patches contributed by others. | Chris Lattner | 2008-11-16 | 1 | -3/+4 |
* | LLVM can generate native code for amd64 on "Linux". | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
* | Update docs for ssp and sspreq function attributes. | Bill Wendling | 2008-11-13 | 1 | -0/+12 |
* | Correct these links. | Duncan Sands | 2008-11-12 | 1 | -5/+5 |
* | last validation errors | Chris Lattner | 2008-11-11 | 1 | -7/+7 |
* | fix some validation errors <it> -> <i> | Chris Lattner | 2008-11-11 | 1 | -7/+7 |