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
/
lib
/
Support
/
Windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Don't call close again if we get EINTR
David Majnemer
2014-10-07
1
-0
/
+6
*
Support: Add a utility to remap std{in,out,err} to /dev/null if closed
David Majnemer
2014-10-06
1
-0
/
+4
*
clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
Yaron Keren
2014-09-26
1
-4
/
+4
*
Windows/Host.inc: Reformat the header to fit 80-col.
NAKAMURA Takumi
2014-09-24
1
-1
/
+1
*
Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.
NAKAMURA Takumi
2014-09-23
1
-1
/
+1
*
In this callback ModuleName includes the file path.
Yaron Keren
2014-09-22
1
-26
/
+5
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-33
/
+13
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
3
-4
/
+65
*
Merge TempDir and system_temp_directory.
Rafael Espindola
2014-08-26
1
-17
/
+45
*
Refactor argument serialization logic when executing process. NFC.
Rafael Espindola
2014-08-25
1
-13
/
+17
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
1
-5
/
+0
*
Windows: Don't wildcard expand /? or -?
Hans Wennborg
2014-07-24
1
-0
/
+5
*
Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)
Hans Wennborg
2014-07-16
1
-19
/
+71
*
Fix a -Wunused-local-typedefs warning
Alp Toker
2014-07-14
1
-1
/
+1
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-7
/
+7
*
Fix build on windows.
Rafael Espindola
2014-06-13
1
-84
/
+89
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
3
-28
/
+25
*
Try to fix the windows build.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
3
-1
/
+3
*
Trying to fix the windows build.
Rafael Espindola
2014-06-12
1
-4
/
+3
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Prefix generic_category with std::.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Used mapWindowsError. I missed these in the initial transition.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-42
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
3
-150
/
+11
*
Remove windows_error.
Rafael Espindola
2014-06-11
2
-30
/
+40
*
Process::GetRandomNumber(): fix insecure RNG
Alp Toker
2014-06-03
1
-2
/
+3
*
Fix windows build.
Rafael Espindola
2014-05-31
2
-3
/
+2
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
1
-2
/
+2
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
3
-33
/
+33
*
delete dead code.
Rafael Espindola
2014-05-31
1
-11
/
+0
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
MemoryBuffer: Use GetNativeSystemInfo()
Alp Toker
2014-05-19
1
-8
/
+6
*
Use raw_ostream and Format.h on Windows so that we don't have to roll
Chandler Carruth
2014-04-28
1
-5
/
+10
*
Update the Windows TimeValue formatting to match the new formatting on
Chandler Carruth
2014-04-28
1
-9
/
+5
*
Windows: canonicalise the default windows triple
Saleem Abdulrasool
2014-03-29
1
-1
/
+1
*
support: add a utility function to normalise path separators
Saleem Abdulrasool
2014-03-11
1
-0
/
+5
*
Cleanup the interface for creating soft or hard links.
Rafael Espindola
2014-03-11
1
-1
/
+2
*
Revert create_symbolic_link and both depending changes
Reid Kleckner
2014-03-06
1
-19
/
+0
*
[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
2014-03-06
1
-0
/
+19
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
Remove unnecessary variables.
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[C++11] Remove the R-value reference #if usage from the ADT and Support
Chandler Carruth
2014-03-01
1
-2
/
+0
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Share a createUniqueEntity implementation between unix and windows.
Rafael Espindola
2014-02-24
1
-130
/
+13
*
Delete dead code.
Rafael Espindola
2014-02-24
1
-7
/
+0
*
Use static instead of an anonymous namespace.
Rafael Espindola
2014-02-23
1
-21
/
+19
[next]