- Dec 13, 2007
-
-
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
-
- Jul 30, 2007
-
-
Reid Spencer authored
llvm-svn: 40601
-
- Jul 17, 2007
-
-
Andrew Lenharth authored
llvm-svn: 39983
-
- Jul 13, 2007
-
-
Reid Spencer authored
llvm-svn: 39802
-
- Jul 09, 2007
-
-
Reid Spencer authored
llvm-svn: 38444
-
- Jul 03, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 37854
-
Anton Korobeynikov authored
llvm-svn: 37852
-
- Jun 28, 2007
-
-
David Greene authored
--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
-
- May 17, 2007
-
-
Reid Spencer authored
llvm-svn: 37166
-
- May 08, 2007
-
-
Tanya Lattner authored
llvm-svn: 36922
-
- Apr 21, 2007
-
-
Reid Spencer authored
llvm-svn: 36320
-
- Apr 11, 2007
-
-
Reid Spencer authored
llvm-svn: 35872
-
- Apr 02, 2007
-
-
Reid Spencer authored
llvm-svn: 35596
-
- Mar 29, 2007
-
-
Reid Spencer authored
llvm-svn: 35452
-
- Mar 21, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 35242
-
- Feb 16, 2007
-
-
Reid Spencer authored
llvm-svn: 34350
-
- Jan 21, 2007
-
-
Reid Spencer authored
llvm-svn: 33422
-
Reid Spencer authored
Regenerate for ARM support. llvm-svn: 33419
-
- Jan 20, 2007
-
-
Reid Spencer authored
Regenerate to include NetBSD. llvm-svn: 33407
-
Reid Spencer authored
llvm-svn: 33392
-
- Jan 19, 2007
-
-
Reid Spencer authored
Regenerated for Anton Korobeynikov. llvm-svn: 33360
-
- Jan 17, 2007
-
-
Reid Spencer authored
Adjust configuration for Stacker's new name: llvm-stacker. llvm-svn: 33277
-
- Jan 12, 2007
-
-
Jeff Cohen authored
llvm-svn: 33126
-
- Dec 21, 2006
-
-
Reid Spencer authored
cc1 and cc1plus executables live. llvm-svn: 32738
-