| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't | Nick Lewycky | 2009-02-04 | 1 | -3/+12 |
* | Add the ability to pass the path to binutils source to configure. This is | Nick Lewycky | 2009-02-03 | 1 | -0/+18 |
* | Revert r62553 and r62616 due to issues with portability. | Tanya Lattner | 2009-01-22 | 1 | -9/+0 |
* | Bump to 2.6svn. | Tanya Lattner | 2009-01-22 | 1 | -1/+1 |
* | Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! | Nick Lewycky | 2009-01-20 | 1 | -0/+9 |
* | Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to | Bill Wendling | 2009-01-04 | 1 | -0/+1 |
* | Revert accidental last patch | Scott Michel | 2008-11-20 | 1 | -2/+2 |
* | CellSPU: Adjust spacing/tabulation | Scott Michel | 2008-11-20 | 1 | -2/+2 |
* | Add XCore backend. | Richard Osborne | 2008-11-07 | 1 | -1/+5 |
* | [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t... | Gordon Henriksen | 2008-10-22 | 1 | -4/+4 |
* | Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. | Edwin Török | 2008-10-21 | 1 | -0/+1 |
* | Fix configure issue where configure | Tanya Lattner | 2008-10-07 | 1 | -1/+1 |
* | Advance version to 2.5 | Tanya Lattner | 2008-10-07 | 1 | -1/+1 |
* | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach | 2008-10-02 | 1 | -0/+8 |
* | When looking for executable extensions, ignore .dSYM, as that's the debug inf... | Jim Grosbach | 2008-09-26 | 1 | -1/+1 |
* | Reapply majority of r55557 but with the changes to compilation flags | Daniel Dunbar | 2008-09-02 | 2 | -0/+24 |
* | Revert r55557, it is causing linking failures on 32bit linux. | Matthijs Kooijman | 2008-09-02 | 2 | -24/+0 |
* | Enable -fvisibility-inlines-hidden by default for compilers which | Daniel Dunbar | 2008-08-30 | 2 | -0/+24 |
* | Set the executable bit - means it can actually | Duncan Sands | 2008-07-29 | 1 | -0/+0 |
* | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 1 | -0/+5 |
* | Allow the test suite to be checked out into projects/test-suite. | Matthijs Kooijman | 2008-06-24 | 1 | -0/+3 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -3/+3 |
* | Added configure switches for PIC16 in configure.ac. | Sanjiv Gupta | 2008-05-14 | 1 | -1/+5 |
* | Set to 2.4 and regenerate configure. | Tanya Lattner | 2008-05-10 | 1 | -1/+1 |
* | First step of implementing PR1538: move llvm2cpp logic to new 'target' | Anton Korobeynikov | 2008-04-23 | 1 | -1/+2 |
* | Adding ocamldoc generation. | Gordon Henriksen | 2008-03-10 | 1 | -0/+1 |
* | Prefer to use ocamlc.opt to ocamlc and soforth. | Gordon Henriksen | 2008-03-07 | 1 | -3/+3 |
* | Use AC_PATH_PROG correctly: | Bill Wendling | 2008-03-05 | 1 | -11/+11 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 1 | -6/+0 |
* | Make the check for GCC version more robust, fix shared library | Chris Lattner | 2008-02-05 | 1 | -6/+5 |
* | Update version to 2.3svn | Tanya Lattner | 2008-01-17 | 1 | -3/+3 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Apply CBE/MSIL patch to autoconf | Nate Begeman | 2007-12-13 | 1 | -2/+3 |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -4/+1 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -1/+4 |
* | Minor updates: | Scott Michel | 2007-12-05 | 1 | -2/+1 |
* | More stuff for CellSPU -- this should be enough to get an error-free | Scott Michel | 2007-12-05 | 1 | -0/+3 |
* | Add --with-llvmgcc= and --with-llvmgxx= configure options. | Devang Patel | 2007-12-04 | 1 | -2/+28 |
* | Add target triple to include/llvm/Config/config.h.in. Regenerate all files. | Eric Christopher | 2007-12-01 | 1 | -65/+66 |
* | Fixing a typo in configure.ac. | Gordon Henriksen | 2007-10-03 | 1 | -1/+1 |
* | Providing --with-ocaml-libdir for ./configure. The default is the | Gordon Henriksen | 2007-10-02 | 1 | -0/+52 |
* | Fixing (harmless) typos. | Gordon Henriksen | 2007-10-02 | 1 | -1/+1 |
* | Add explicit --enable-bindings option to configure. | Gordon Henriksen | 2007-10-02 | 1 | -0/+31 |
* | PR1601: etags not configured correctly | Gordon Henriksen | 2007-09-29 | 1 | -9/+0 |
* | Fix for srcdir <> objdir builds. | Gordon Henriksen | 2007-09-22 | 1 | -0/+2 |
* | Incorporating review feedback for GC verifier patch. | Gordon Henriksen | 2007-09-20 | 1 | -0/+1 |
* | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-... | Gordon Henriksen | 2007-09-18 | 1 | -0/+2 |
* | Fix broken default help strings for enable-shared, enable-static, and enable-... | Tanya Lattner | 2007-09-17 | 1 | -3/+3 |
* | Change to 2.2svn. | Tanya Lattner | 2007-09-14 | 1 | -1/+1 |
* | add mips target to builder. I'd appreciate it if someone with | Chris Lattner | 2007-08-19 | 1 | -1/+5 |