| Commit message (Expand) | Author | Age | Files | Lines |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+10 |
* | fix a broken link | Chris Lattner | 2010-08-17 | 1 | -1/+1 |
* | add some 's to a pre to avoid newlines being eaten | Chris Lattner | 2010-08-17 | 1 | -10/+11 |
* | Grammar cop pullover: Corrected and improved some grammar in the description of | John Criswell | 2010-07-30 | 1 | -6/+6 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 1 | -3/+5 |
* | Fix the Named Metadata example to make it clear which specific | Dan Gohman | 2010-07-13 | 1 | -0/+2 |
* | HTML cleanup and validation. | Benjamin Kramer | 2010-07-13 | 1 | -111/+39 |
* | When doing sext/zext of constants, the target type must be strictly | Duncan Sands | 2010-07-13 | 1 | -4/+2 |
* | sdiv overflow is outright undefined behavior, with or without the | Dan Gohman | 2010-07-11 | 1 | -1/+1 |
* | Closing tags start with slashes. | John McCall | 2010-07-06 | 1 | -2/+2 |
* | minor typo | Chris Lattner | 2010-07-06 | 1 | -1/+1 |
* | Alphabetize the list of function parameters. | Nick Lewycky | 2010-07-06 | 1 | -15/+15 |
* | Note the relationship between C99 restrict and LLVM noalias, and | Dan Gohman | 2010-07-06 | 1 | -2/+11 |
* | Describe which dependencies are relevant to noalias, and document how | Dan Gohman | 2010-07-02 | 1 | -1/+6 |
* | Add some html anchors, to allow attributes to be linked to directly. | Dan Gohman | 2010-07-02 | 1 | -5/+6 |
* | Reword the definition of the noalias attribute. The intention is for | Dan Gohman | 2010-07-02 | 1 | -20/+31 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -14/+19 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -22/+13 |
* | Improve explanation. | Bill Wendling | 2010-06-29 | 1 | -2/+6 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -13/+18 |
* | Minor clarification. | Dan Gohman | 2010-06-17 | 1 | -1/+1 |
* | Document aggregate operation constant expressions. | Nick Lewycky | 2010-05-29 | 1 | -0/+12 |
* | Fix Data Layout description of floating point. | Dale Johannesen | 2010-05-28 | 1 | -2/+4 |
* | Fix more whitespace to be consistent with AsmPrinter. | Dan Gohman | 2010-05-28 | 1 | -14/+14 |
* | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman | 2010-05-28 | 1 | -102/+102 |
* | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman | 2010-05-28 | 1 | -1/+1 |
* | Fix a missing quote. | Dan Gohman | 2010-05-26 | 1 | -1/+1 |
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+7780 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -7780/+0 |
* | Fix some ..'s | Chris Lattner | 2010-05-05 | 1 | -9/+9 |
* | Update this comment to note its relationship with the "happens-before" | Dan Gohman | 2010-05-03 | 1 | -3/+2 |
* | Delete this comment. The behavior of struct loads and stores with | Dan Gohman | 2010-05-03 | 1 | -2/+0 |
* | Describe invoke instruction dependencies. Generalize the text for | Dan Gohman | 2010-05-03 | 1 | -9/+10 |
* | Say "operations" instead of "instructions", as nsw can be applied to | Dan Gohman | 2010-05-03 | 1 | -1/+1 |
* | Fixed @ctor / @dtor the wrong way around in last commit. | David Chisnall | 2010-04-30 | 1 | -2/+2 |
* | Added a brief explanation of @llvm.global_{c,d}tors. | David Chisnall | 2010-04-30 | 1 | -3/+12 |
* | Rewrite the section on trap values to contain a generic description | Dan Gohman | 2010-04-28 | 1 | -47/+71 |
* | Fix spelling errors. | Dan Gohman | 2010-04-28 | 1 | -2/+2 |
* | further clarify alignment of globals, fix instcombine | Chris Lattner | 2010-04-28 | 1 | -4/+5 |
* | improve the global variable alignment description. | Chris Lattner | 2010-04-28 | 1 | -5/+8 |
* | Integrate Jeffery Yasskin's suggestions with respect to | Dan Gohman | 2010-04-26 | 1 | -12/+61 |
* | Consolidate the description of volatile operations, now that some of the | Jeffrey Yasskin | 2010-04-26 | 1 | -14/+37 |
* | Branching or switching on trap transfers imminent undefined behavior | Dan Gohman | 2010-04-26 | 1 | -0/+9 |
* | Fix HTML errors that Jeffery Yasskin noticed. | Dan Gohman | 2010-04-26 | 1 | -2/+2 |
* | PHI nodes also do not necessarily return trap with a trap operand. | Dan Gohman | 2010-04-24 | 1 | -2/+2 |
* | Switch getelementptr inbounds and sdiv exact from undef to trap. | Dan Gohman | 2010-04-23 | 1 | -9/+10 |
* | Add an initial description of a new concept: trap values, and change | Dan Gohman | 2010-04-22 | 1 | -3/+35 |
* | Pointed out by housel on #llvm. | Duncan Sands | 2010-04-15 | 1 | -1/+1 |
* | typo | Chris Lattner | 2010-04-08 | 1 | -2/+2 |
* | document isvolatile etc. | Chris Lattner | 2010-04-08 | 1 | -31/+37 |