- Dec 29, 2007
-
-
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
-
- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36846
-
- May 03, 2007
-
-
Chris Lattner authored
llvm-svn: 36681
-
- Apr 23, 2007
-
-
Reid Spencer authored
llvm-svn: 36361
-
- Apr 11, 2007
-
-
Chris Lattner authored
llvm-svn: 35878
-
Reid Spencer authored
and Mach-O systems. Additionally, correct the Mach-O logic code to look at byte 12 not byte 15. Hopefully this fixes the llvm-ld warning on Darwin. llvm-svn: 35876
-
Reid Spencer authored
llvm-svn: 35874
-
- Apr 07, 2007
-
-
Jeff Cohen authored
llvm-svn: 35751
-
Reid Spencer authored
Implement the PathWithStatus class and its use throughout lib/System. llvm-svn: 35742
-
- Apr 04, 2007
-
-
Reid Spencer authored
Implement recognition of COFF, ELF and Mach-O object/shared lib files. llvm-svn: 35650
-
- Mar 29, 2007
-
-
Reid Spencer authored
avoids a call to ::fstat by MappedFile when the file size information was already obtained by the Path object. llvm-svn: 35477
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
Jeff Cohen authored
llvm-svn: 35464
-
Reid Spencer authored
to the inode number on Unix and something far less unique on Windows. The windows case needs to be improved. llvm-svn: 35461
-
Reid Spencer authored
* Add a method: bool isAbsolute() const, which determines if the path name is absolute or not. * Implement caching of file status information in the Path object. Allow it to be updated forcefully or lazily re-fetched from the cached value. llvm-svn: 35456
-
- Mar 19, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 35177
-
- Mar 09, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 35042
-
- Mar 06, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 34959
-
- Mar 05, 2007
-
-
Jeff Cohen authored
llvm-svn: 34923
-
Jeff Cohen authored
llvm-svn: 34922
-
- Mar 04, 2007
-
-
Chris Lattner authored
llvm-svn: 34906
-