- Mar 22, 2008
-
-
Owen Anderson authored
llvm-svn: 48677
-
Owen Anderson authored
llvm-svn: 48676
-
Dan Gohman authored
dynamic initialization. llvm-svn: 48666
-
Dan Gohman authored
to avoid using constructor calls for static objects. This reduces the number of objects requiring static constructors in a typical LLVM build by around 20%. llvm-svn: 48665
-
- Mar 14, 2008
-
-
Chris Lattner authored
llvm-svn: 48370
-
- Mar 13, 2008
-
-
Devang Patel authored
Thanks Daniel Dunbar! llvm-svn: 48340
-
Chris Lattner authored
llvm-svn: 48328
-
Chris Lattner authored
llvm-svn: 48327
-
- Mar 12, 2008
-
-
Chris Lattner authored
LoadLibraryPermanently. The current code modifies the value of a pointer that is passed by value, so the caller never gets the message. Patch by Julien Lerouge! llvm-svn: 48270
-
- Mar 03, 2008
-
-
Chris Lattner authored
main executable of a program. This needs to be implemented on windows. llvm-svn: 47835
-
- Feb 27, 2008
-
-
Chris Lattner authored
llvm-svn: 47662
-
- Feb 22, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47479
-
- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47397
-
- Feb 15, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47161
-
- Feb 13, 2008
-
-
Devang Patel authored
llvm-svn: 47065
-
- Feb 04, 2008
-
-
Devang Patel authored
Patch by Shantonu Sen. llvm-svn: 46715
-
- Jan 29, 2008
-
-
Dan Gohman authored
llvm-svn: 46514
-
- Jan 24, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 46296
-
- Jan 09, 2008
-
-
Duncan Sands authored
llvm-svn: 45781
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
Chris Lattner authored
llvm-svn: 45415
-
- Dec 22, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 45314
-
- Dec 18, 2007
-
-
Ted Kremenek authored
llvm-svn: 45182
-
Ted Kremenek authored
llvm-svn: 45168
-
Chris Lattner authored
llvm-svn: 45165
-
- Dec 08, 2007
-
-
Chris Lattner authored
llvm-svn: 44720
-
- Dec 03, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 44528
-
- Nov 21, 2007
-
-
Chuck Rose III authored
I added the lexing files to the VStudio projects and removed the .l files from the VStudio projects. There was a problem with use of strtoll in TGLexer.cpp and Chris suggested switching to strtol, so that's included here. Additionally, this checkin adds minimal x64 builds to the VStudio builds. Build issues related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc are worked around, but not ultimately solved. Binaries used to be stored in ...\win32\{Debug|Release} but are now kept in ...\win32\bin\{win32|x64}\{Debug|Release} intermediate files will continue to be stored in the individual project directories under win32. Some names will likely change in the future to reflect that the vstudio projects are no longer 32-bit only, but I wanted to get things up and running today so kept away from bigger restructuring. llvm-svn: 44260
-
- Nov 01, 2007
-
-
Bill Wendling authored
expression. llvm-svn: 43610
-
- Sep 28, 2007
-
-
Chris Lattner authored
this out. llvm-svn: 42448
-
- Sep 14, 2007
-
-
Dan Gohman authored
are strict about such things. llvm-svn: 41956
-
- Sep 07, 2007
-
-
Owen Anderson authored
Patch by Sterling Stein! llvm-svn: 41758
-
- Jul 31, 2007
-
-
Chris Lattner authored
llvm-svn: 40616
-
- Jul 06, 2007
-
-
Gabor Greif authored
llvm-svn: 37950
-
Gabor Greif authored
files. bitcode files are the only LLVM format left. llvm-svn: 37945
-
Gabor Greif authored
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin llvm-svn: 37939
-
- Jul 05, 2007
-
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
- Jun 25, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 37715
-
- Jun 04, 2007
-
-
Devang Patel authored
llvm-svn: 37410
-
- May 11, 2007
-
-
Chris Lattner authored
multiple of the page size, due to a bug in MappedFile llvm-svn: 36980
-