- Oct 22, 2008
-
-
Gordon Henriksen authored
llvm-svn: 57975
-
Torok Edwin authored
llvm-svn: 57971
-
- Oct 08, 2008
-
-
Tanya Lattner authored
turned "obj-c++" into "obj" in the langs line. Update configure script. llvm-svn: 57267
-
- Oct 07, 2008
-
-
Tanya Lattner authored
llvm-svn: 57233
-
- Oct 06, 2008
-
-
Duncan Sands authored
Before there were two problems: (1) configure turned "obj-c++" into "obj" in the langs line; (2) the dejagnu library called it objc++ not obj-c++. Now the problem is that some of these tests don't pass! llvm-svn: 57167
-
- Oct 03, 2008
-
-
Jim Grosbach authored
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
-
- Sep 26, 2008
-
-
Jim Grosbach authored
llvm-svn: 56667
-
- Aug 30, 2008
-
-
Daniel Dunbar authored
support it. llvm-svn: 55557
-
- Jun 26, 2008
-
-
Matthijs Kooijman authored
Patch by Hasso Tepper! llvm-svn: 52781
-
- Jun 24, 2008
-
-
Tanya Lattner authored
llvm-svn: 52685
-
Matthijs Kooijman authored
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
-
- May 29, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 51688
-
- May 14, 2008
-
-
Sanjiv Gupta authored
Regenerated configure. llvm-svn: 51096
-
- May 13, 2008
-
-
Sanjiv Gupta authored
llvm-svn: 51056
-
- May 10, 2008
-
-
Tanya Lattner authored
llvm-svn: 50935
-
- Apr 24, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 50189
-
- Mar 10, 2008
-
-
Gordon Henriksen authored
llvm-svn: 48148
-
- Mar 07, 2008
-
-
Gordon Henriksen authored
llvm-svn: 48008
-
- Mar 05, 2008
-
-
Bill Wendling authored
http://www.gnu.org/software/autoconf/manual/autoconf.html#Generic-Programs llvm-svn: 47943
-
- Feb 13, 2008
-
-
Devang Patel authored
llvm-svn: 47065
-
- Feb 05, 2008
-
-
Chris Lattner authored
llvm-svn: 46761
-
- Jan 17, 2008
-
-
Tanya Lattner authored
Regenerate configure with 2.60. llvm-svn: 46119
-
- Dec 13, 2007
-
-
Nate Begeman authored
llvm-svn: 44973
-
Duncan Sands authored
put it in a new header System/Host.h instead. Instead of getting the endianness from configure, calculate it directly. llvm-svn: 44959
-
- Dec 10, 2007
-
-
Duncan Sands authored
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
-
- Dec 05, 2007
-
-
Scott Michel authored
llvm-svn: 44628
-
- Dec 04, 2007
-
-
Devang Patel authored
llvm-svn: 44586
-
- Dec 01, 2007
-
-
Eric Christopher authored
llvm-svn: 44478
-
- Oct 03, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42575
-
- Oct 02, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42533
-
Gordon Henriksen authored
llvm-svn: 42529
-
Gordon Henriksen authored
llvm-svn: 42527
-
- Sep 29, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42461
-
- Sep 22, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42241
-
- Sep 20, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42164
-
- Sep 18, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42092
-
- Sep 17, 2007
-
-
Tanya Lattner authored
Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. llvm-svn: 42066
-
- Sep 14, 2007
-
-
Tanya Lattner authored
llvm-svn: 41941
-
- Aug 29, 2007
-
-
Tanya Lattner authored
llvm-svn: 41568
-
- Aug 17, 2007
-
-
Reid Spencer authored
llvm-svn: 41138
-