aboutsummaryrefslogtreecommitdiffstats
path: root/build-for-llvm-top.sh
Commit message (Collapse)AuthorAgeFilesLines
* Patch to build llvm with srcdir != objdir fromDuncan Sands2009-01-231-4/+14
| | | | | | | | | llvm-top. By Michael Schuerig, with some small tweaks to make the "don't configure if already configured" logic work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62842 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow the configure options to be set according to the llvm-top options.Reid Spencer2007-08-311-2/+35
| | | | | | | Patch improved from one by Holger Schurig. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41649 91177308-0d34-0410-b5e6-96231b3b80d8
* Update for changes in library.shReid Spencer2007-07-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40371 91177308-0d34-0410-b5e6-96231b3b80d8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+25
alignment is equal to the stack alignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40004 91177308-0d34-0410-b5e6-96231b3b80d8