aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HowToReleaseLLVM.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to llvm-gcc-4.0Bill Wendling2008-07-221-12/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53900 91177308-0d34-0410-b5e6-96231b3b80d8
* Update how to release document.Tanya Lattner2007-09-281-210/+212
| | | | | | | Add release version to getting started guide. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42454 91177308-0d34-0410-b5e6-96231b3b80d8
* test commitChris Lattner2007-07-251-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40484 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some validation errors.Bill Wendling2007-07-231-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40417 91177308-0d34-0410-b5e6-96231b3b80d8
* Converted to "svn" and reformatted.Bill Wendling2007-07-231-270/+349
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40416 91177308-0d34-0410-b5e6-96231b3b80d8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+526
alignment is equal to the stack alignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40004 91177308-0d34-0410-b5e6-96231b3b80d8