summaryrefslogtreecommitdiffstats
path: root/llvm/utils/KillTheDoctor
Commit message (Expand)AuthorAgeFilesLines
* KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.NAKAMURA Takumi2016-12-231-3/+3
* KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Wi...NAKAMURA Takumi2016-12-231-1/+4
* Build KillTheDoctor with mingw-w64Reid Kleckner2016-12-221-1/+1
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-231-1/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Modernize to range-based loopMichael Liao2016-01-071-4/+2
* More missing includes only visible to MSVC.Benjamin Kramer2015-03-231-0/+1
* Remove broken include.Rafael Espindola2014-06-131-1/+0
* Fix KillTheDoctor after r210725.Rafael Espindola2014-06-131-2/+4
* Fix the build of KillTheDoctor.Rafael Espindola2014-06-121-9/+10
* Remove system_error.h.Rafael Espindola2014-06-121-2/+2
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-4/+3
* Remove windows_error.Rafael Espindola2014-06-111-1/+5
* really fix the windows build.Rafael Espindola2014-05-311-2/+2
* Fix grammar-o.Bill Wendling2012-12-111-1/+1
* KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi2012-12-041-3/+3
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-5/+8
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-46/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-5/+5
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-1/+1
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-1/+1
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-181-1/+1
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-1/+1
* KillTheDoctor: Cleanup error_code usage.Michael J. Spencer2010-12-061-18/+14
* KillTheDoctor: Fix spelling.Michael J. Spencer2010-12-061-6/+6
* Merge System into Support.Michael J. Spencer2010-11-292-3/+3
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-164-1192/+1
* KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer2010-10-151-0/+236
* KillTheDoctor: Fix VS2008 build.Michael J. Spencer2010-10-121-0/+5
* Add KillTheDoctor.Michael J. Spencer2010-10-114-0/+1555
OpenPOWER on IntegriCloud