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
*
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
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-32
/
+20
*
Use simpler form of llvm::sys::fs::remove.
Rafael Espindola
2014-02-23
1
-2
/
+1
*
[Support] Correctly handle zero length inputs to UTF conversion functions on ...
Michael J. Spencer
2014-02-20
1
-32
/
+30
*
Remove dead code.
Rafael Espindola
2014-02-13
1
-32
/
+0
*
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
2014-02-12
12
-13
/
+16
*
Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.
NAKAMURA Takumi
2014-02-12
1
-2
/
+3
*
Using the helper API for random number generation.
Aaron Ballman
2014-02-11
1
-13
/
+1
*
Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...
Aaron Ballman
2014-02-11
1
-4
/
+11
*
Try to unbreak the mingw32 build.
Benjamin Kramer
2014-02-07
1
-1
/
+1
*
Implemented support for Process::GetRandomNumber on Windows.
Aaron Ballman
2014-02-04
1
-0
/
+7
*
Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.
Aaron Ballman
2014-02-03
1
-0
/
+1
*
Hopefully fix mingw32 bots.
Peter Collingbourne
2014-02-01
1
-1
/
+1
*
Introduce llvm::sys::path::home_directory.
Peter Collingbourne
2014-01-31
1
-0
/
+17
*
Try to fix the windows build. The comments in other files don't seem to
Chandler Carruth
2014-01-07
2
-7
/
+8
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
3
-5
/
+9
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Checking for a return value with FormatMessage; if the call fails, there's no...
Aaron Ballman
2013-11-18
1
-4
/
+9
*
Fix a conversion warning in the mingw32 build
Alp Toker
2013-10-18
1
-2
/
+2
*
Fix initialization order warning in mingw32 build
Alp Toker
2013-10-18
1
-1
/
+1
*
Windows: Fix a typo in an assert
David Majnemer
2013-10-14
1
-6
/
+3
*
Windows: Don't bother with pinning Kernel32.dll
David Majnemer
2013-10-14
1
-3
/
+1
*
Windows: Use GetModuleHandleEx instead of LoadLibrary
David Majnemer
2013-10-13
1
-2
/
+2
[next]