about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2011-12-14Changes to configure (Fix for #1291)Stefan Plantikow-1/+6
2011-12-09Disable unused features in the LLVM build.Austin Seipp-1/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-2/+2
2011-12-04configure: LLVM 3.0 no longer supportedBrian Anderson-1/+1
2011-12-02add --host-tripleNiko Matsakis-1/+11
2011-11-30use 64-bit as host if on 64-bit CPUNiko Matsakis-3/+1
2011-11-29update io test to use tmp directory, and update configure to create itNiko Matsakis-1/+1
2011-11-29misc fixesNiko Matsakis-3/+8
2011-11-29basic builds functionNiko Matsakis-11/+13
2011-11-28configure: Add --disable-manage-submodules switchBrian Anderson-0/+7
2011-11-16Various fixes for x86_64 on linuxBrian Anderson-7/+21
2011-11-16more consistent naming conventionNiko Matsakis-2/+3
2011-11-16reverse sense of checkNiko Matsakis-2/+2
2011-11-16make CFG_OPTIMIZE_CXX an optionNiko Matsakis-0/+1
2011-11-16add default for --debug-llvm optionNiko Matsakis-1/+1
2011-11-16finish up the shim approachNiko Matsakis-4/+12
2011-11-08fix handling of target-triples: use a comma to separate hostsNiko Matsakis-0/+2
2011-11-05configure: Handle absolute source paths when configuring LLVMBrian Anderson-4/+8
2011-11-05configure: Quote the git commandBrian Anderson-2/+2
2011-11-05Cleanup configure scriptBrian Anderson-35/+46
2011-11-05configure: Use i686 as the CPU type instead of i386Brian Anderson-2/+2
2011-11-05Parameterize the LLVM build over the target triplesBrian Anderson-56/+77
2011-11-05Cleanup LLVM build rules after rebase onto x64 changesBrian Anderson-6/+7
2011-11-05Begin remove old LLVM configuration codeBrian Anderson-105/+61
2011-11-05LLVM build cleanupBrian Anderson-2/+6
2011-11-05Use LLVM directly from the build directoryBrian Anderson-9/+5
2011-11-05Tie the LLVM build into oursBrian Anderson-4/+12
2011-11-05Call LLVM's configure script from oursBrian Anderson-6/+50
2011-11-05Add submodule management to configure scriptBrian Anderson-1/+35
2011-11-03configure: change --only-gcc to --enable-clang to make clang opt-inBrian Anderson-3/+7
2011-11-02configure: cleanupBrian Anderson-1/+1
2011-11-02configure: abort early on --helpBrian Anderson-0/+6
2011-11-02configure: support --target-triples and --only-gcc.Elly Jones-11/+2
2011-11-02Change the error message when no LLVM is foundBrian Anderson-2/+1
2011-11-02configure: add --llvm-rootElly Jones-7/+10
2011-11-02configure: add support for --prefix=<prefix>Elly Jones-1/+27
2011-11-02virtualize rustllvm construction per target tripleNiko Matsakis-1/+7
2011-11-02virtualize the runtime per target triple.Niko Matsakis-2/+12
2011-11-02enable building with different target archNiko Matsakis-2/+5
2011-11-02start going back to an i386 buildNiko Matsakis-1/+1
2011-10-29Document CFG_ONLY_GCCBrian Anderson-0/+1
2011-10-29Prioritize GCC over Clang if CFG_ONLY_GCC is set.Austin Seipp-1/+1
2011-10-27Add std docs to the build processBrian Anderson-0/+1
2011-10-25Begin documenting std and add doc generation using naturaldocsBrian Anderson-1/+2
2011-10-23Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-configAustin Seipp-0/+1
2011-10-15Add LLVM 3.1svn to supported versionsBrian Anderson-1/+1
2011-10-02Lots of build system cleanup and documentationBrian Anderson-0/+5
2011-09-30Have 'make install' do something close to usefulBrian Anderson-1/+6
2011-09-30Change the directory for target libsBrian Anderson-7/+7
2011-09-26Fix configure script to use valgrind againBrian Anderson-1/+1