index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Support
/
ProgramTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "raw_ostream: add operator<< overload for std::error_code"
Pavel Labath
2019-08-14
1
-2
/
+10
*
raw_ostream: add operator<< overload for std::error_code
Pavel Labath
2019-08-14
1
-10
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-38
/
+22
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-7
/
+7
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-12
/
+11
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-0
/
+1
*
Resubmit "Update llvm command line parser to support subcommands."
Zachary Turner
2016-06-29
1
-2
/
+2
*
Revert r274054 to try to appease the bot
Manman Ren
2016-06-28
1
-2
/
+2
*
Update llvm command line parser to support subcommands.
Zachary Turner
2016-06-28
1
-2
/
+2
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-10
/
+4
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-4
/
+10
*
Silence -Wsign-conversion issue in ProgramTest.cpp
Reid Kleckner
2016-02-03
1
-3
/
+3
*
Fix unit tests on Windows: handle env vars with non-ASCII chars.
Pawel Bylica
2015-11-04
1
-38
/
+70
*
More long path name support on Windows, this time in program execution.
Paul Robinson
2014-11-24
1
-0
/
+50
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
1
-0
/
+50
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-18
/
+18
*
Fix the behavior of ExecuteAndWait with a non-zero timeout.
Peter Collingbourne
2014-05-31
1
-0
/
+30
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-0
/
+103
*
Fixed typo in CreateProcessTrailingSlash test
Tareq A. Siraj
2013-09-20
1
-1
/
+1
*
Remove unused includes.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-2
/
+4
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
1
-6
/
+7
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-3
/
+3
*
Try to fix ProgramTest on FreeBSD
Reid Kleckner
2013-04-30
1
-3
/
+4
*
Don't forward declare environ on Windows
Reid Kleckner
2013-04-24
1
-4
/
+2
*
Un-revert the environ copy in ProgramTest after fixing it on OS X
Reid Kleckner
2013-04-23
1
-2
/
+29
*
Revert "Add a missing reference on a std::vector<> out param"
Michael Gottesman
2013-04-22
1
-17
/
+2
*
Add a missing reference on a std::vector<> out param
Reid Kleckner
2013-04-22
1
-1
/
+1
*
[Support] Propagate the environment into the test child process
Reid Kleckner
2013-04-22
1
-2
/
+17
*
[Support] Fix argv string escape bug on Windows
Reid Kleckner
2013-04-22
1
-0
/
+63