Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final updates | Chris Lattner | 2007-05-23 | 1 | -41/+45 |
* | Document boolOrDefault and its parser. | Dale Johannesen | 2007-05-22 | 1 | -0/+8 |
* | NightlyTest.pl does not exist. | Tanya Lattner | 2007-05-22 | 1 | -1/+1 |
* | Adding 2.0 release | Tanya Lattner | 2007-05-22 | 1 | -0/+1 |
* | Fix typo. | Duncan Sands | 2007-05-18 | 1 | -1/+1 |
* | finished the first draft | Chris Lattner | 2007-05-18 | 1 | -11/+4 |
* | crank out notes | Chris Lattner | 2007-05-18 | 1 | -128/+133 |
* | validation fix | Chris Lattner | 2007-05-18 | 1 | -1/+1 |
* | validation fixes | Chris Lattner | 2007-05-18 | 1 | -4/+6 |
* | tweak | Chris Lattner | 2007-05-18 | 1 | -6/+5 |
* | validation fixes | Chris Lattner | 2007-05-17 | 1 | -3/+1 |
* | llvm-gcc now supports almost all gcc extensions. The key missing one is | Chris Lattner | 2007-05-17 | 1 | -61/+26 |
* | add a section about API changes. | Chris Lattner | 2007-05-17 | 1 | -10/+59 |
* | minor tweak | Chris Lattner | 2007-05-17 | 1 | -3/+4 |
* | Merged in both release announcement guts. | Tanya Lattner | 2007-05-16 | 1 | -12/+241 |
* | Update for arbitrary precision integer types. | Reid Spencer | 2007-05-16 | 1 | -8/+48 |
* | Note on current implementation of ELF32/PPC ABI. | Nicolas Geoffray | 2007-05-15 | 1 | -0/+2 |
* | The wrapping behavior of part_set is not desirable. Adjust the | Reid Spencer | 2007-05-14 | 1 | -6/+6 |
* | Revise definition of part_select. The wrapping behavior is not useful so | Reid Spencer | 2007-05-14 | 1 | -10/+5 |
* | Add a skeleton for future contents | Chris Lattner | 2007-05-14 | 1 | -68/+74 |
* | add a link | Chris Lattner | 2007-05-13 | 1 | -0/+4 |
* | add initial description of llvm top-level stuff. | Chris Lattner | 2007-05-13 | 1 | -3/+93 |
* | finish the description of the bitstream format. | Chris Lattner | 2007-05-13 | 1 | -3/+88 |
* | Fix a grammaro. | Reid Spencer | 2007-05-12 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2007-05-12 | 1 | -1/+1 |
* | continued description | Chris Lattner | 2007-05-12 | 1 | -5/+108 |
* | add a bunch of content. | Chris Lattner | 2007-05-12 | 1 | -8/+213 |
* | first step | Chris Lattner | 2007-05-12 | 1 | -27/+97 |
* | Add a known QEMU problem. | Lauro Ramos Venancio | 2007-05-12 | 1 | -1/+4 |
* | These attributes are supported! | Anton Korobeynikov | 2007-05-10 | 1 | -8/+7 |
* | gar. GCC 3.4.2 also miscompiles llvm at -O3. :( | Chris Lattner | 2007-05-10 | 1 | -4/+8 |
* | another version of gcc that miscompiles llvm. | Chris Lattner | 2007-05-10 | 1 | -0/+3 |
* | Add two ARM known problems. | Lauro Ramos Venancio | 2007-05-09 | 1 | -3/+6 |
* | arm no longer experimental, c++ eh support is? | Chris Lattner | 2007-05-09 | 1 | -1/+1 |
* | add a meta-blurb about the 2.0 release | Chris Lattner | 2007-05-09 | 1 | -8/+17 |
* | strip the llvm 1.9 info out of the release notes | Chris Lattner | 2007-05-09 | 1 | -120/+28 |
* | remove dead option | Chris Lattner | 2007-05-06 | 1 | -4/+0 |
* | this is obsolete | Chris Lattner | 2007-05-06 | 1 | -2158/+0 |
* | link to the bitcode doc | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -3/+3 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -3/+3 |
* | Update doc to reflect changes I am about to install to fix PR 888. | Devang Patel | 2007-05-01 | 1 | -0/+19 |
* | Implement protected visibility. This partly implements PR1363. Linker | Anton Korobeynikov | 2007-04-29 | 2 | -2/+9 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -1/+1 |
* | Minor corrections. | Jeff Cohen | 2007-04-29 | 1 | -61/+60 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 2 | -8/+9 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 2 | -13/+89 |
* | Undo erroneous corrections. | Jeff Cohen | 2007-04-22 | 1 | -4/+4 |
* | Minor corrections. | Jeff Cohen | 2007-04-22 | 1 | -41/+37 |
* | add support for alignment attributes on load/store instructions | Christopher Lamb | 2007-04-21 | 2 | -6/+6 |