| Commit message (Expand) | Author | Age | Files | Lines |
* | Update docs for bitcode changes. For object size checking we won't | Eric Christopher | 2009-12-23 | 1 | -27/+8 |
* | Add more detail for getting started on Windows. | Jim Grosbach | 2009-12-17 | 1 | -23/+54 |
* | Regenerate. | Mikhail Glushenkov | 2009-12-17 | 1 | -19/+26 |
* | Rearrange rules to add missing dependency and allow parallel makes. | Bob Wilson | 2009-12-14 | 1 | -8/+6 |
* | Add note about loadable modules on windows. | Anton Korobeynikov | 2009-12-09 | 1 | -1/+5 |
* | Regenerate. | Mikhail Glushenkov | 2009-12-07 | 1 | -59/+71 |
* | More updates to objectsize intrinsic docs. | Eric Christopher | 2009-12-05 | 1 | -83/+103 |
* | Update per Bill's comments. Work in progress. | Eric Christopher | 2009-12-01 | 1 | -8/+8 |
* | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov | 2009-12-01 | 1 | -7/+18 |
* | Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, | Oscar Fuentes | 2009-12-01 | 1 | -2/+13 |
* | Remove some validation errors. | Bill Wendling | 2009-12-01 | 1 | -12/+12 |
* | Some formatting and spelling fixes. | Bill Wendling | 2009-12-01 | 1 | -61/+67 |
* | First pass at llvm.objectsize documentation. | Eric Christopher | 2009-11-30 | 1 | -0/+37 |
* | Remove the 'simple jit' tutorial as it wasn't really being maintained and its | Nick Lewycky | 2009-11-30 | 4 | -417/+0 |
* | Vector types are no longer required to have a power-of-two length. | Duncan Sands | 2009-11-27 | 1 | -2/+1 |
* | These code generator limitations have been removed. | Duncan Sands | 2009-11-27 | 1 | -28/+0 |
* | Update to reflect recent debugging information encoding changes. | Devang Patel | 2009-11-25 | 1 | -219/+118 |
* | CMake: generate targets for tools and examples even when | Oscar Fuentes | 2009-11-23 | 1 | -2/+8 |
* | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 2009-11-22 | 1 | -1/+1 |
* | Update doc re: LLVM_BUILD_EXAMPLES. | Daniel Dunbar | 2009-11-22 | 1 | -1/+1 |
* | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 1 | -21/+1 |
* | Fix HTML formatting. | Jay Foad | 2009-11-17 | 1 | -1/+1 |
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+5 |
* | lit: Start documentation testing architecture. | Daniel Dunbar | 2009-11-10 | 1 | -0/+116 |
* | The inbounds keyword isn't relevant to overindexing of | Dan Gohman | 2009-11-09 | 1 | -7/+6 |
* | Remove the "special case" for zero-length arrays, and rephrase this | Dan Gohman | 2009-11-09 | 1 | -6/+7 |
* | add the ability for TargetData to return information about legal integer | Chris Lattner | 2009-11-07 | 1 | -0/+7 |
* | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 1 | -0/+6 |
* | The magic for our current brand of .bc files is BC. For older ones it was llvc. | Nick Lewycky | 2009-11-04 | 1 | -1/+1 |
* | fix broken link | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
* | Add missing end-tag. | Bill Wendling | 2009-11-02 | 1 | -1/+1 |
* | Some formatting changes. | Bill Wendling | 2009-11-02 | 1 | -57/+54 |
* | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 1 | -4/+2 |
* | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 1 | -2/+4 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 |
* | greatly improve the LLVM IR bitcode encoding documentation, | Chris Lattner | 2009-10-29 | 1 | -48/+451 |
* | use metavariable <result> instead of SSA name %result for consistency | Gabor Greif | 2009-10-28 | 1 | -8/+8 |
* | ooops, SSA name should not be part of the link | Gabor Greif | 2009-10-28 | 1 | -2/+2 |
* | advertise new syntax for unnamed instructions | Gabor Greif | 2009-10-28 | 1 | -7/+7 |
* | doc bug spotted by apinski | Chris Lattner | 2009-10-28 | 1 | -2/+2 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -8/+8 |
* | typo | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | you can't take the address of the entry block of a function. | Chris Lattner | 2009-10-27 | 1 | -2/+2 |
* | improvements from gabor. | Chris Lattner | 2009-10-27 | 1 | -2/+2 |
* | fix things pointed out by Dan! | Chris Lattner | 2009-10-27 | 1 | -4/+9 |
* | document the forthcoming blockaddress constant. | Chris Lattner | 2009-10-27 | 1 | -1/+26 |
* | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 2 | -38/+28 |
* | fix pasto pointed out by Rafael | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+50 |
* | Fix reversed logic spotted by Owen Anderson. | Nick Lewycky | 2009-10-27 | 1 | -2/+2 |