- Oct 21, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 117058
-
- Oct 06, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 115731
-
- Sep 01, 2010
-
-
Dan Gohman authored
llvm-svn: 112705
-
- Jul 12, 2010
-
-
Duncan Sands authored
llvm-svn: 108130
-
- May 08, 2010
-
-
Daniel Dunbar authored
stuff. llvm-svn: 103333
-
- Mar 31, 2010
-
-
Torok Edwin authored
Patch from Gianluigi Tiesi! llvm-svn: 100003
-
- Sep 22, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82552
-
Daniel Dunbar authored
llvm-svn: 82551
-
Daniel Dunbar authored
Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. Also, tweak the 'lit' test runner to set this variable unconditionally. llvm-svn: 82537
-
- Jul 09, 2009
-
-
Chris Lattner authored
llvm-svn: 75139
-
- Apr 21, 2009
-
-
Anton Korobeynikov authored
Patch by Jay Foad! llvm-svn: 69679
-
- Mar 20, 2009
-
-
Sebastian Redl authored
- Make type declarations match the struct/class keyword of the definition. - Move AddSignalHandler into the namespace where it belongs. - Correctly call functions from template base. - Some other small changes. With this patch, LLVM and Clang should build properly and with far less noise under VS2008. llvm-svn: 67347
-
- Mar 08, 2009
-
-
Chris Lattner authored
llvm-svn: 66386
-
- Mar 04, 2009
-
-
Chris Lattner authored
arbitrary functions to be run when a crash happens. Delete RemoveDirectoryOnSignal as it is dead and has never had clients. Change PrintStackTraceOnErrorSignal to be implemented in terms of AddSignalHandler. I updated the Win32 versions of these APIs, but can't test them. If there are any problems, I'd be happy to fix them as well. llvm-svn: 66072
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- 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
-
- Apr 07, 2007
-
-
Jeff Cohen authored
llvm-svn: 35751
-
- Mar 29, 2007
-
-
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
-
- Aug 25, 2006
-
-
Reid Spencer authored
Make the Win32 code exception free (untested/uncompiled) which forced some interface changes which had ripple effect. This should be the last of 797. llvm-svn: 29884
-
- Aug 01, 2006
-
-
Chris Lattner authored
llvm-svn: 29443
-
- Jun 01, 2006
-
-
Reid Spencer authored
llvm-svn: 28639
-
- Aug 02, 2005
-
-
Jeff Cohen authored
llvm-svn: 22585
-
Jeff Cohen authored
llvm-svn: 22582
-
Chris Lattner authored
build will not fail llvm-svn: 22578
-
- Jul 08, 2005
-
-
Jeff Cohen authored
llvm-svn: 22356
-
Jeff Cohen authored
llvm-svn: 22353
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Feb 19, 2005
-
-
Jeff Cohen authored
llvm-svn: 20243
-
- Jan 10, 2005
-
-
Reid Spencer authored
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
-
- Nov 16, 2004
-
-
Reid Spencer authored
Patch contributed by Jeff Cohen. llvm-svn: 17890
-
- Nov 15, 2004
-
-
Reid Spencer authored
Patch provided by Morten Ofstad llvm-svn: 17826
-
- Nov 05, 2004
-
-
Reid Spencer authored
llvm-svn: 17498
-
- Oct 14, 2004
-
-
Reid Spencer authored
llvm-svn: 16970
-
- Sep 30, 2004
-
-
Misha Brukman authored
llvm-svn: 16617
-
Misha Brukman authored
llvm-svn: 16615
-
- Sep 29, 2004
-
-
Reid Spencer authored
Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16564
-
- Sep 23, 2004
-
-
Reid Spencer authored
llvm-svn: 16495
-
- Sep 19, 2004
-
-
Reid Spencer authored
Patch submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16401
-
- Sep 17, 2004
-
-
Reid Spencer authored
Add some additional commentary about the workings of this module. Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16383
-
- Sep 16, 2004
-
-
Reid Spencer authored
Patch provided by Jeff Cohen. Thanks Jeff! llvm-svn: 16380
-