Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach | 2008-10-02 | 1 | -32/+163 | |
| | | | | | | | | | | | | runnable on the build machine. There are a few bits that need built for the build environment (TableGen). This patch builds those bits, and the associated libraries, for the build environment as well as the (usual) host environment. Thanks to Eric C. and Devang P. for pre-commit review. llvm-svn: 56975 | |||||
* | When looking for executable extensions, ignore .dSYM, as that's the debug ↵ | Jim Grosbach | 2008-09-26 | 1 | -1/+1 | |
| | | | | | | info directory on Darwin. llvm-svn: 56667 | |||||
* | Enable -fvisibility-inlines-hidden by default for compilers which | Daniel Dunbar | 2008-08-30 | 1 | -25/+117 | |
| | | | | | | support it. llvm-svn: 55557 | |||||
* | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 1 | -24/+29 | |
| | | | | | | Patch by Hasso Tepper! llvm-svn: 52781 | |||||
* | Regenerate configure. | Tanya Lattner | 2008-06-24 | 1 | -24/+26 | |
| | | | | llvm-svn: 52685 | |||||
* | Allow the test suite to be checked out into projects/test-suite. | Matthijs Kooijman | 2008-06-24 | 1 | -0/+3 | |
| | | | | | | | | | We will keep the old projects/llvm-test working for existing installs. The changes to configure are made manually, since I lack autoconf-2.6. Someone might want to run AutoGen.sh to see if that changes anything. llvm-svn: 52675 | |||||
* | Regenerate | Anton Korobeynikov | 2008-05-29 | 1 | -6/+6 | |
| | | | | llvm-svn: 51688 | |||||
* | Added configure switches for PIC16 in configure.ac. | Sanjiv Gupta | 2008-05-14 | 1 | -27/+27 | |
| | | | | | | Regenerated configure. llvm-svn: 51096 | |||||
* | Added configure switches for PIC16 backend. | Sanjiv Gupta | 2008-05-13 | 1 | -1/+6 | |
| | | | | llvm-svn: 51056 | |||||
* | Set to 2.4 and regenerate configure. | Tanya Lattner | 2008-05-10 | 1 | -34/+34 | |
| | | | | llvm-svn: 50935 | |||||
* | First step of implementing PR1538: move llvm2cpp logic to new 'target' | Anton Korobeynikov | 2008-04-23 | 1 | -1/+2 | |
| | | | | llvm-svn: 50189 | |||||
* | Regenerate. | Gordon Henriksen | 2008-03-10 | 1 | -25/+72 | |
| | | | | llvm-svn: 48148 | |||||
* | Regenerate. | Gordon Henriksen | 2008-03-07 | 1 | -30/+45 | |
| | | | | llvm-svn: 48008 | |||||
* | Use AC_PATH_PROG correctly: | Bill Wendling | 2008-03-05 | 1 | -35/+24 | |
| | | | | | | http://www.gnu.org/software/autoconf/manual/autoconf.html#Generic-Programs llvm-svn: 47943 | |||||
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 1 | -109/+0 | |
| | | | | llvm-svn: 47065 | |||||
* | regenerate | Chris Lattner | 2008-02-05 | 1 | -6/+50 | |
| | | | | llvm-svn: 46761 | |||||
* | Update version to 2.3svn | Tanya Lattner | 2008-01-17 | 1 | -1018/+3285 | |
| | | | | | | Regenerate configure with 2.60. llvm-svn: 46119 | |||||
* | Do not build CBackend and MSIL regardless of configured targets | Nate Begeman | 2007-12-13 | 1 | -2/+3 | |
| | | | | llvm-svn: 44973 | |||||
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -36/+26 | |
| | | | | | | | | put it in a new header System/Host.h instead. Instead of getting the endianness from configure, calculate it directly. llvm-svn: 44959 | |||||
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -28/+42 | |
| | | | | | | | | | | | | | | | | using the minimum possible number of bytes. For little endian targets run on little endian machines, apints are stored in memory from LSB to MSB as before. For big endian targets on big endian machines they are stored from MSB to LSB which wasn't always the case before (if the target and host endianness doesn't match values are stored according to the host's endianness). Doing this requires knowing the endianness of the host, which is determined when configuring - thanks go to Anton for this. Only having access to little endian machines I was unable to properly test the big endian part, which is also the most complicated... llvm-svn: 44796 | |||||
* | Regenerated configure after autoconf/configure.ac change. | Scott Michel | 2007-12-05 | 1 | -3281/+1012 | |
| | | | | llvm-svn: 44628 | |||||
* | Add --with-llvmgcc= and --with-llvmgxx= configure options. | Devang Patel | 2007-12-04 | 1 | -26/+62 | |
| | | | | llvm-svn: 44586 | |||||
* | Add target triple to include/llvm/Config/config.h.in. Regenerate all files. | Eric Christopher | 2007-12-01 | 1 | -1/+5 | |
| | | | | llvm-svn: 44478 | |||||
* | Regenerate. | Gordon Henriksen | 2007-10-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 42575 | |||||
* | Regenerate. | Gordon Henriksen | 2007-10-02 | 1 | -25/+90 | |
| | | | | llvm-svn: 42533 | |||||
* | Regenerate. | Gordon Henriksen | 2007-10-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 42529 | |||||
* | Regenerate. | Gordon Henriksen | 2007-10-02 | 1 | -25/+69 | |
| | | | | llvm-svn: 42527 | |||||
* | Regenerate. | Gordon Henriksen | 2007-09-29 | 1 | -36/+25 | |
| | | | | llvm-svn: 42461 | |||||
* | Regenerate. | Gordon Henriksen | 2007-09-22 | 1 | -0/+12 | |
| | | | | llvm-svn: 42241 | |||||
* | Regenerate. | Gordon Henriksen | 2007-09-20 | 1 | -25/+68 | |
| | | | | llvm-svn: 42164 | |||||
* | Regenerate. | Gordon Henriksen | 2007-09-18 | 1 | -25/+111 | |
| | | | | llvm-svn: 42092 | |||||
* | Fix broken default help strings for enable-shared, enable-static, and ↵ | Tanya Lattner | 2007-09-17 | 1 | -3/+3 | |
| | | | | | | enable-fast-install. Regenerate configure script. llvm-svn: 42066 | |||||
* | Change to 2.2svn. | Tanya Lattner | 2007-09-14 | 1 | -9/+9 | |
| | | | | llvm-svn: 41941 | |||||
* | Updating configure script to enable MIPS. | Tanya Lattner | 2007-08-29 | 1 | -25/+30 | |
| | | | | llvm-svn: 41568 | |||||
* | Regenerate. | Reid Spencer | 2007-08-17 | 1 | -37/+215 | |
| | | | | llvm-svn: 41138 | |||||
* | Regenerate for __dso_handle, per Anton's request. | Reid Spencer | 2007-07-30 | 1 | -25/+136 | |
| | | | | llvm-svn: 40601 | |||||
* | support poolalloc as checked out from svn | Andrew Lenharth | 2007-07-17 | 1 | -0/+3 | |
| | | | | llvm-svn: 39983 | |||||
* | Regenerate to pick up Gabor's changes. | Reid Spencer | 2007-07-13 | 1 | -0/+113 | |
| | | | | llvm-svn: 39802 | |||||
* | Regenerate. | Reid Spencer | 2007-07-09 | 1 | -9/+9 | |
| | | | | llvm-svn: 38444 | |||||
* | Revert last change until issue reported by Owen, won't be fixed. | Anton Korobeynikov | 2007-07-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 37854 | |||||
* | Rename llvm-test => test-suite. By Dave Greene. | Anton Korobeynikov | 2007-07-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 37852 | |||||
* | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 2007-06-28 | 1 | -27/+52 | |
| | | | | | | | | | | | | | --enable-expensive-checks allows the developer to enable runtime checking that can greatly increase compile time. Currently it only turns on _GLIBCXX_DEBUG. Other expensive debugging checks added later should be controlled by this configure option. This patch also updates llvm-config with a --cppflags option to inform llvm-gcc how to build itself so that it is compatible with an llvm that was built with _GLIBCXX_DEBUG. llvm-svn: 37777 | |||||
* | Regenerate. | Reid Spencer | 2007-05-17 | 1 | -24/+27 | |
| | | | | llvm-svn: 37166 | |||||
* | Bumping cvs version number | Tanya Lattner | 2007-05-08 | 1 | -9/+9 | |
| | | | | llvm-svn: 36922 | |||||
* | Regenerate for detection of llvm-gcc supported languages | Reid Spencer | 2007-04-21 | 1 | -25/+34 | |
| | | | | llvm-svn: 36320 | |||||
* | Hopefully fix LTDL_SHLIB_EXT on Darwin | Reid Spencer | 2007-04-11 | 1 | -5/+5 | |
| | | | | llvm-svn: 35872 | |||||
* | Regenerate. | Reid Spencer | 2007-04-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 35596 | |||||
* | Regenerate for PR1283 fix. | Reid Spencer | 2007-03-29 | 1 | -1/+2 | |
| | | | | llvm-svn: 35452 | |||||
* | Let the new backend begin! | Anton Korobeynikov | 2007-03-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 35242 | |||||
* | Regenerate for getrlimit/setrlimit. | Reid Spencer | 2007-02-16 | 1 | -1/+112 | |
| | | | | llvm-svn: 34350 |