| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add a thing to investigate. | Chris Lattner | 2010-01-16 | 1 | -0/+1 |
| | | | | | llvm-svn: 93659 | ||||
| * | move "Metadata Nodes and Metadata Strings" section to the right place in the | Chris Lattner | 2010-01-15 | 1 | -38/+32 |
| | | | | | | | document and edit it. llvm-svn: 93559 | ||||
| * | Remove the InlineHint attribute. There are no current or planned | Eric Christopher | 2010-01-15 | 1 | -5/+0 |
| | | | | | | | users. llvm-svn: 93558 | ||||
| * | mention that unwind isn't to be trusted, patch by Dustin Laurence | Chris Lattner | 2010-01-15 | 1 | -0/+6 |
| | | | | | llvm-svn: 93518 | ||||
| * | Add documentation for llvm.dbg.value intrinsic | Victor Hernandez | 2010-01-11 | 1 | -0/+20 |
| | | | | | llvm-svn: 93203 | ||||
| * | Add top level section for named metadata. | Devang Patel | 2010-01-11 | 1 | -8/+35 |
| | | | | | llvm-svn: 93172 | ||||
| * | Improve unclear bits and inaccuracies in structure and insertvalue | Jeffrey Yasskin | 2010-01-11 | 1 | -6/+9 |
| | | | | | | | | | documentation. Patch by Dustin Laurence! llvm-svn: 93170 | ||||
| * | Update the -tailcallopt description to match djg's improvements to the calling | Jeffrey Yasskin | 2010-01-11 | 1 | -5/+0 |
| | | | | | | | convention. llvm-svn: 93167 | ||||
| * | add 3 passes which have been added but aren't used afaik. | Chris Lattner | 2010-01-09 | 1 | -0/+1 |
| | | | | | llvm-svn: 93080 | ||||
| * | Clarify the requirements for a "tail call" to actually be optimized into a | Jeffrey Yasskin | 2010-01-09 | 1 | -9/+25 |
| | | | | | | | | jump. People clearly weren't finding the extra requirements in CodeGenerator.html. llvm-svn: 93070 | ||||
| * | improve documentation for linkonce to be less confusing. | Chris Lattner | 2010-01-09 | 1 | -4/+11 |
| | | | | | llvm-svn: 93066 | ||||
| * | Grammar thinko. | Eric Christopher | 2010-01-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 93027 | ||||
| * | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -0/+3 |
| | | | | | llvm-svn: 92761 | ||||
| * | Add an !eq() operator to TableGen. It operates on strings only. | David Greene | 2010-01-05 | 1 | -0/+4 |
| | | | | | | | Use !cast<string>() to compare other types of objects. llvm-svn: 92754 | ||||
| * | Add an entry on SmallBitVector. | Dan Gohman | 2010-01-05 | 1 | -1/+21 |
| | | | | | llvm-svn: 92747 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-12-23 | 1 | -6/+8 |
| | | | | | llvm-svn: 91999 | ||||
| * | Update docs for bitcode changes. For object size checking we won't | Eric Christopher | 2009-12-23 | 1 | -27/+8 |
| | | | | | | | | work with partial objects so just count the type as a boolean. Update appropriately. llvm-svn: 91954 | ||||
| * | Add more detail for getting started on Windows. | Jim Grosbach | 2009-12-17 | 1 | -23/+54 |
| | | | | | | | Patch from jon.forums at gmail.com llvm-svn: 91603 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-12-17 | 1 | -19/+26 |
| | | | | | llvm-svn: 91595 | ||||
| * | Rearrange rules to add missing dependency and allow parallel makes. | Bob Wilson | 2009-12-14 | 1 | -8/+6 |
| | | | | | llvm-svn: 91352 | ||||
| * | Add note about loadable modules on windows. | Anton Korobeynikov | 2009-12-09 | 1 | -1/+5 |
| | | | | | | | Patch by Gregory Petrosyan! llvm-svn: 90972 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-12-07 | 1 | -59/+71 |
| | | | | | llvm-svn: 90776 | ||||
| * | More updates to objectsize intrinsic docs. | Eric Christopher | 2009-12-05 | 1 | -83/+103 |
| | | | | | llvm-svn: 90644 | ||||
| * | Update per Bill's comments. Work in progress. | Eric Christopher | 2009-12-01 | 1 | -8/+8 |
| | | | | | llvm-svn: 90271 | ||||
| * | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov | 2009-12-01 | 1 | -7/+18 |
| | | | | | llvm-svn: 90210 | ||||
| * | Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, | Oscar Fuentes | 2009-12-01 | 1 | -2/+13 |
| | | | | | | | | | | | | PEDANTIC defaults to ON and WERROR default to off. Also add MSVC warnings. To disable warnings add the flags LLVM_ENABLE_WARNINGS (default on). Patch by Tobias Grosser! llvm-svn: 90188 | ||||
| * | Remove some validation errors. | Bill Wendling | 2009-12-01 | 1 | -12/+12 |
| | | | | | llvm-svn: 90184 | ||||
| * | Some formatting and spelling fixes. | Bill Wendling | 2009-12-01 | 1 | -61/+67 |
| | | | | | llvm-svn: 90182 | ||||
| * | First pass at llvm.objectsize documentation. | Eric Christopher | 2009-11-30 | 1 | -0/+37 |
| | | | | | llvm-svn: 90116 | ||||
| * | Remove the 'simple jit' tutorial as it wasn't really being maintained and its | Nick Lewycky | 2009-11-30 | 4 | -417/+0 |
| | | | | | | | material is covered by the Kaleidoscope tutorial. llvm-svn: 90111 | ||||
| * | Vector types are no longer required to have a power-of-two length. | Duncan Sands | 2009-11-27 | 1 | -2/+1 |
| | | | | | llvm-svn: 90004 | ||||
| * | These code generator limitations have been removed. | Duncan Sands | 2009-11-27 | 1 | -28/+0 |
| | | | | | llvm-svn: 90003 | ||||
| * | Update to reflect recent debugging information encoding changes. | Devang Patel | 2009-11-25 | 1 | -219/+118 |
| | | | | | llvm-svn: 89896 | ||||
| * | CMake: generate targets for tools and examples even when | Oscar Fuentes | 2009-11-23 | 1 | -2/+8 |
| | | | | | | | LLVM_BUILD_TOOLS or LLVM_BUILD_EXAMPLES are OFF. llvm-svn: 89635 | ||||
| * | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 2009-11-22 | 1 | -1/+1 |
| | | | | | | | | separate character. - Chris, OK? llvm-svn: 89626 | ||||
| * | Update doc re: LLVM_BUILD_EXAMPLES. | Daniel Dunbar | 2009-11-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 89607 | ||||
| * | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 1 | -21/+1 |
| | | | | | | | | | The hasNoModRefInfoForCalls isn't worth it as a filter because basicaa provides m/r info and everything chains to it, so remove it. llvm-svn: 89599 | ||||
| * | Fix HTML formatting. | Jay Foad | 2009-11-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 89093 | ||||
| * | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+5 |
| | | | | | | | - Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827 | ||||
| * | lit: Start documentation testing architecture. | Daniel Dunbar | 2009-11-10 | 1 | -0/+116 |
| | | | | | llvm-svn: 86655 | ||||
| * | The inbounds keyword isn't relevant to overindexing of | Dan Gohman | 2009-11-09 | 1 | -7/+6 |
| | | | | | | | static array types. Thanks to Duncan for pointing this out! llvm-svn: 86576 | ||||
| * | Remove the "special case" for zero-length arrays, and rephrase this | Dan Gohman | 2009-11-09 | 1 | -6/+7 |
| | | | | | | | paragraph to be more precise. llvm-svn: 86572 | ||||
| * | add the ability for TargetData to return information about legal integer | Chris Lattner | 2009-11-07 | 1 | -0/+7 |
| | | | | | | | | | | | | datatypes on a given CPU. This is intended to allow instcombine and other transformations to avoid converting big sequences of operations to an inconvenient width, and will help clean up after SRoA. See also "Adding legal integer sizes to TargetData" on Feb 1, 2009 on llvmdev, and PR3451. Comments welcome. llvm-svn: 86370 | ||||
| * | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 1 | -0/+6 |
| | | | | | | | arbitrary command line arguments to the test suite). llvm-svn: 86137 | ||||
| * | 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 |
| | | | | | | | When was it ever "llvm"? llvm-svn: 86009 | ||||
| * | fix broken link | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 85951 | ||||
| * | Add missing end-tag. | Bill Wendling | 2009-11-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 85769 | ||||
| * | Some formatting changes. | Bill Wendling | 2009-11-02 | 1 | -57/+54 |
| | | | | | llvm-svn: 85768 | ||||
| * | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 1 | -4/+2 |
| | | | | | | | | indirectbr, thus we don't need "blockaddr(@func, null)". Eliminate it for simplicity. llvm-svn: 85699 | ||||
| * | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 1 | -2/+4 |
| | | | | | | | | | | | | | block with a blockaddress still referring to it' replace the invalid blockaddress with a new blockaddress(@func, null) instead of a inttoptr(1). This changes the bitcode encoding format, and still needs codegen support (this should produce a non-zero value, referring to the entry block of the function would also be quite reasonable). llvm-svn: 85678 | ||||

