Age | Commit message (Expand) | Author | Files | Lines |
2009-12-01 | Remove some validation errors. | Bill Wendling | 1 | -12/+12 |
2009-12-01 | Some formatting and spelling fixes. | Bill Wendling | 1 | -61/+67 |
2009-11-30 | First pass at llvm.objectsize documentation. | Eric Christopher | 1 | -0/+37 |
2009-11-30 | Remove the 'simple jit' tutorial as it wasn't really being maintained and its | Nick Lewycky | 4 | -417/+0 |
2009-11-27 | Vector types are no longer required to have a power-of-two length. | Duncan Sands | 1 | -2/+1 |
2009-11-27 | These code generator limitations have been removed. | Duncan Sands | 1 | -28/+0 |
2009-11-25 | Update to reflect recent debugging information encoding changes. | Devang Patel | 1 | -219/+118 |
2009-11-23 | CMake: generate targets for tools and examples even when | Oscar Fuentes | 1 | -2/+8 |
2009-11-22 | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 1 | -1/+1 |
2009-11-22 | Update doc re: LLVM_BUILD_EXAMPLES. | Daniel Dunbar | 1 | -1/+1 |
2009-11-22 | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 1 | -21/+1 |
2009-11-17 | Fix HTML formatting. | Jay Foad | 1 | -1/+1 |
2009-11-15 | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 1 | -0/+5 |
2009-11-10 | lit: Start documentation testing architecture. | Daniel Dunbar | 1 | -0/+116 |
2009-11-09 | The inbounds keyword isn't relevant to overindexing of | Dan Gohman | 1 | -7/+6 |
2009-11-09 | Remove the "special case" for zero-length arrays, and rephrase this | Dan Gohman | 1 | -6/+7 |
2009-11-07 | add the ability for TargetData to return information about legal integer | Chris Lattner | 1 | -0/+7 |
2009-11-05 | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 1 | -0/+6 |
2009-11-04 | The magic for our current brand of .bc files is BC. For older ones it was llvc. | Nick Lewycky | 1 | -1/+1 |
2009-11-03 | fix broken link | Chris Lattner | 1 | -1/+1 |
2009-11-02 | Add missing end-tag. | Bill Wendling | 1 | -1/+1 |
2009-11-02 | Some formatting changes. | Bill Wendling | 1 | -57/+54 |
2009-11-01 | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 1 | -4/+2 |
2009-10-31 | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 1 | -2/+4 |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 1 | -1/+1 |
2009-10-29 | greatly improve the LLVM IR bitcode encoding documentation, | Chris Lattner | 1 | -48/+451 |
2009-10-28 | use metavariable <result> instead of SSA name %result for consistency | Gabor Greif | 1 | -8/+8 |
2009-10-28 | ooops, SSA name should not be part of the link | Gabor Greif | 1 | -2/+2 |
2009-10-28 | advertise new syntax for unnamed instructions | Gabor Greif | 1 | -7/+7 |
2009-10-28 | doc bug spotted by apinski | Chris Lattner | 1 | -2/+2 |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 1 | -8/+8 |
2009-10-27 | typo | Chris Lattner | 1 | -1/+1 |
2009-10-27 | you can't take the address of the entry block of a function. | Chris Lattner | 1 | -2/+2 |
2009-10-27 | improvements from gabor. | Chris Lattner | 1 | -2/+2 |
2009-10-27 | fix things pointed out by Dan! | Chris Lattner | 1 | -4/+9 |
2009-10-27 | document the forthcoming blockaddress constant. | Chris Lattner | 1 | -1/+26 |
2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2 | -38/+28 |
2009-10-27 | fix pasto pointed out by Rafael | Chris Lattner | 1 | -1/+1 |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner | 1 | -0/+50 |
2009-10-27 | Fix reversed logic spotted by Owen Anderson. | Nick Lewycky | 1 | -2/+2 |
2009-10-26 | Remove all references to MallocInst and FreeInst | Victor Hernandez | 1 | -96/+19 |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 1 | -1/+1 |
2009-10-25 | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 1 | -0/+5 |
2009-10-25 | Regenerate. | Mikhail Glushenkov | 1 | -30/+75 |
2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 1 | -12/+0 |
2009-10-23 | Add 2.6 release note. | Tanya Lattner | 1 | -0/+1 |
2009-10-22 | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin | 1 | -0/+18 |
2009-10-22 | Revert r84890, which broke the linux build. | Jeffrey Yasskin | 1 | -18/+0 |
2009-10-22 | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin | 1 | -0/+18 |
2009-10-21 | Rename msasm to alignstack per review. | Dale Johannesen | 1 | -6/+10 |