| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-18 | configure: Don't use pandoc < 1.8. Closes #1513 | Brian Anderson | -0/+17 | |
| 2012-01-18 | Refactor the doc building rules a bit, sensitize them to the presence or ↵ | Graydon Hoare | -0/+2 | |
| absence of xetex and luatex (for now). | ||||
| 2012-01-17 | Improve the node-doc-building logic. | Graydon Hoare | -0/+5 | |
| 2012-01-17 | build the tutorial if node.js is available | Grahame Bowland | -0/+1 | |
| 2012-01-17 | build: Check and set perf --log-fd option | Haitao Li | -0/+10 | |
| Linux perf tool version 3.2 introduced a new option "--log-fd" defaults to 0, which leads to error "Failed opening logfd: Illegal argument" when executing perf tests. Set logfd to stderr to let perf test work. Issue #1538 | ||||
| 2012-01-15 | Register snapshots | Brian Anderson | -6/+0 | |
| 2012-01-14 | build: Build libraries in the bin directory on win32 | Brian Anderson | -3/+18 | |
| 2012-01-14 | Fix clang option in configure script | Reuben Morais | -1/+1 | |
| 2012-01-12 | Revert "build: Build libraries in the bin directory on win32" | Brian Anderson | -18/+3 | |
| This reverts commit 23e0d16b5fd259dc252b220777f164f1e2eb9c30. | ||||
| 2012-01-12 | Revert "Register snapshots" | Brian Anderson | -0/+6 | |
| This reverts commit 17d504e0a9bce9d341a85ebbf080b769887cb5c9. | ||||
| 2012-01-12 | Merge remote-tracking branch 'brson/win32' | Brian Anderson | -3/+12 | |
| 2012-01-12 | Begin shift over to using pandoc, markdown and llnextgen for reference ↵ | Graydon Hoare | -3/+3 | |
| manual. Fix man page URL while at it. | ||||
| 2012-01-12 | Register snapshots | Brian Anderson | -6/+0 | |
| 2012-01-12 | build: Build libraries in the bin directory on win32 | Brian Anderson | -3/+18 | |
| 2012-01-11 | Revert "build: Build libraries in the bin directory on win32" | Brian Anderson | -12/+3 | |
| This reverts commit c00ec5f9c936639ec2fd9291cd484afa56aa24c8. | ||||
| 2012-01-11 | build: Build libraries in the bin directory on win32 | Brian Anderson | -3/+12 | |
| 2012-01-08 | Allow Clang 3.1 | Reuben Morais | -1/+1 | |
| 2012-01-07 | configure: Disable git submodule management when there is no .git dir | Brian Anderson | -0/+14 | |
| Tarballs for distribution will not have a git repo. | ||||
| 2012-01-05 | Stop configure early if git or subconfigures fail. | Graydon Hoare | -0/+9 | |
| 2012-01-01 | freebsd support | User Jyyou | -1/+1 | |
| 2011-12-14 | Changes to configure (Fix for #1291) | Stefan Plantikow | -1/+6 | |
| 2011-12-09 | Disable unused features in the LLVM build. | Austin Seipp | -1/+2 | |
| Issue #1274 - should make the build a wee bit faster. | ||||
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -2/+2 | |
| 2011-12-04 | configure: LLVM 3.0 no longer supported | Brian Anderson | -1/+1 | |
| 2011-12-02 | add --host-triple | Niko Matsakis | -1/+11 | |
| 2011-11-30 | use 64-bit as host if on 64-bit CPU | Niko Matsakis | -3/+1 | |
| 2011-11-29 | update io test to use tmp directory, and update configure to create it | Niko Matsakis | -1/+1 | |
| 2011-11-29 | misc fixes | Niko Matsakis | -3/+8 | |
| 2011-11-29 | basic builds function | Niko Matsakis | -11/+13 | |
| 2011-11-28 | configure: Add --disable-manage-submodules switch | Brian Anderson | -0/+7 | |
| This will keep configure/make from updating submodules, which becomes very annoying when you are working on LLVM | ||||
| 2011-11-16 | Various fixes for x86_64 on linux | Brian Anderson | -7/+21 | |
| Configure LLVM correctly, use the right data layout, add the readlink function back, fix C constants, etc. | ||||
| 2011-11-16 | more consistent naming convention | Niko Matsakis | -2/+3 | |
| 2011-11-16 | reverse sense of check | Niko Matsakis | -2/+2 | |
| 2011-11-16 | make CFG_OPTIMIZE_CXX an option | Niko Matsakis | -0/+1 | |
| 2011-11-16 | add default for --debug-llvm option | Niko Matsakis | -1/+1 | |
| 2011-11-16 | finish up the shim approach | Niko Matsakis | -4/+12 | |
| 2011-11-08 | fix handling of target-triples: use a comma to separate hosts | Niko Matsakis | -0/+2 | |
| 2011-11-05 | configure: Handle absolute source paths when configuring LLVM | Brian Anderson | -4/+8 | |
| 2011-11-05 | configure: Quote the git command | Brian Anderson | -2/+2 | |
| 2011-11-05 | Cleanup configure script | Brian Anderson | -35/+46 | |
| 2011-11-05 | configure: Use i686 as the CPU type instead of i386 | Brian Anderson | -2/+2 | |
| Seems to prevent the warning about linking bitcode with different triples. | ||||
| 2011-11-05 | Parameterize the LLVM build over the target triples | Brian Anderson | -56/+77 | |
| 2011-11-05 | Cleanup LLVM build rules after rebase onto x64 changes | Brian Anderson | -6/+7 | |
| 2011-11-05 | Begin remove old LLVM configuration code | Brian Anderson | -105/+61 | |
| 2011-11-05 | LLVM build cleanup | Brian Anderson | -2/+6 | |
| 2011-11-05 | Use LLVM directly from the build directory | Brian Anderson | -9/+5 | |
| This will cut out the few seconds it takes to run make install. | ||||
| 2011-11-05 | Tie the LLVM build into ours | Brian Anderson | -4/+12 | |
| 2011-11-05 | Call LLVM's configure script from ours | Brian Anderson | -6/+50 | |
| 2011-11-05 | Add submodule management to configure script | Brian Anderson | -1/+35 | |
| 2011-11-03 | configure: change --only-gcc to --enable-clang to make clang opt-in | Brian Anderson | -3/+7 | |
