Age | Commit message (Expand) | Author |
2009-11-17 | Fix HTML formatting. | Jay Foad |
2009-11-15 | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar |
2009-11-10 | lit: Start documentation testing architecture. | Daniel Dunbar |
2009-11-09 | The inbounds keyword isn't relevant to overindexing of | Dan Gohman |
2009-11-09 | Remove the "special case" for zero-length arrays, and rephrase this | Dan Gohman |
2009-11-07 | add the ability for TargetData to return information about legal integer | Chris Lattner |
2009-11-05 | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar |
2009-11-04 | The magic for our current brand of .bc files is BC. For older ones it was llvc. | Nick Lewycky |
2009-11-03 | fix broken link | Chris Lattner |
2009-11-02 | Add missing end-tag. | Bill Wendling |
2009-11-02 | Some formatting changes. | Bill Wendling |
2009-11-01 | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner |
2009-10-31 | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
2009-10-29 | greatly improve the LLVM IR bitcode encoding documentation, | Chris Lattner |
2009-10-28 | use metavariable <result> instead of SSA name %result for consistency | Gabor Greif |
2009-10-28 | ooops, SSA name should not be part of the link | Gabor Greif |
2009-10-28 | advertise new syntax for unnamed instructions | Gabor Greif |
2009-10-28 | doc bug spotted by apinski | Chris Lattner |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
2009-10-27 | typo | Chris Lattner |
2009-10-27 | you can't take the address of the entry block of a function. | Chris Lattner |
2009-10-27 | improvements from gabor. | Chris Lattner |
2009-10-27 | fix things pointed out by Dan! | Chris Lattner |
2009-10-27 | document the forthcoming blockaddress constant. | Chris Lattner |
2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin |
2009-10-27 | fix pasto pointed out by Rafael | Chris Lattner |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
2009-10-27 | Fix reversed logic spotted by Owen Anderson. | Nick Lewycky |
2009-10-26 | Remove all references to MallocInst and FreeInst | Victor Hernandez |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-25 | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar |
2009-10-25 | Regenerate. | Mikhail Glushenkov |
2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
2009-10-23 | Add 2.6 release note. | Tanya Lattner |
2009-10-22 | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin |
2009-10-22 | Revert r84890, which broke the linux build. | Jeffrey Yasskin |
2009-10-22 | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin |
2009-10-21 | Rename msasm to alignstack per review. | Dale Johannesen |
2009-10-21 | Two corrections for docs/CMake.html. | Oscar Fuentes |
2009-10-19 | Add link to 'lit' from CommandGuide. | Daniel Dunbar |
2009-10-17 | check in a bunch of content from TestingGuide. Part of PR5216 | Chris Lattner |
2009-10-16 | Update from Cristina, llvm-gcc doesn't build on the SPARC version of solaris | Chris Lattner |
2009-10-15 | The gcc plugin is now called dragonegg.so and no longer llvm.so. | Duncan Sands |
2009-10-14 | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands |
2009-10-13 | Documentation for the new msasm flag, which is no | Dale Johannesen |
2009-10-13 | rename ReleaseNotes-2.6.html -> ReleaseNotes.html | Chris Lattner |
2009-10-13 | add Zero | Chris Lattner |
2009-10-13 | Force memory use markers to have a ConstantInt for the size argument. | Nick Lewycky |
2009-10-13 | Add new "memory use marker" intrinsics. These indicate lifetimes and invariant | Nick Lewycky |