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
*
[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...
NAKAMURA Takumi
2017-06-17
1
-1
/
+9
*
Fix one place where I missed a commented requirement for a particular
Chandler Carruth
2017-06-06
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Close DynamicLibraries in reverse order they were opened.
Frederich Munch
2017-06-05
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-27
1
-103
/
+115
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-115
/
+103
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-103
/
+115
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-112
/
+95
*
Fix warning converting from boolean to pointer introduced in r301153.
Frederich Munch
2017-04-24
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-95
/
+112
*
Remove name space pollution from Signals.cpp
Kristof Beyls
2017-03-31
1
-1
/
+1
*
Remove more name space pollution from .inc files
Kristof Beyls
2017-03-31
4
-20
/
+16
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-1
/
+0
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-7
/
+7
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
1
-1
/
+6
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
1
-1
/
+1
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-7
/
+40
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-52
/
+19
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-19
/
+52
*
[Support] Don't return an error if realPath fails.
Zachary Turner
2017-03-10
1
-3
/
+2
*
Add llvm::sys::fs::real_path.
Zachary Turner
2017-03-10
1
-15
/
+98
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-2
/
+31
*
Fix C2712 build error on Windows
Konstantin Zhuravlyov
2017-03-07
1
-6
/
+12
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
1
-17
/
+8
*
Try to fix thread name truncation on non-Windows.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Truncate thread names if they're too long.
Zachary Turner
2017-03-04
1
-0
/
+2
*
[Support] Provide access to current thread name/thread id.
Zachary Turner
2017-03-03
1
-0
/
+101
*
Cast to the right type on Windows.
Vassil Vassilev
2017-03-02
1
-1
/
+1
*
Reland r296442 with modifications reverted in r296463.
Vassil Vassilev
2017-03-02
1
-0
/
+12
*
Do not leak OpenedHandles.
Vassil Vassilev
2017-03-02
1
-10
/
+2
*
Reformat a blank line.
NAKAMURA Takumi
2017-02-28
1
-1
/
+1
*
Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...
NAKAMURA Takumi
2017-02-28
1
-26
/
+13
*
Fix Win bots.
Vassil Vassilev
2017-02-28
1
-2
/
+2
*
Allow externally dlopen-ed libraries to be registered as permanent libraries.
Vassil Vassilev
2017-02-28
1
-12
/
+25
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-0
/
+74
*
Do not leak OpenedHandles.
Vassil Vassilev
2017-02-21
1
-0
/
+2
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+12
*
Add missing includes on Windows.
Zachary Turner
2016-12-21
1
-0
/
+1
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+4
*
Removed FIXME from include ordering comment
Simon Pilgrim
2016-10-24
1
-1
/
+1
*
Fix windows builds by swapping windows.h and wincrypt.h ordering.
Simon Pilgrim
2016-10-24
1
-1
/
+1
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
3
-42
/
+54
*
Reapply "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-20
1
-61
/
+0
*
Revert "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-19
1
-0
/
+61
*
Add Chrono.h - std::chrono support header
Pavel Labath
2016-10-19
1
-61
/
+0
*
Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...
Mehdi Amini
2016-10-05
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Explicitly specify the ANSI version of these Win32 APIs. While these are seem...
Aaron Ballman
2016-06-23
2
-8
/
+8
*
Switch to using an API that handles non-ASCII paths appropriately on Windows.
Aaron Ballman
2016-06-21
1
-10
/
+11
*
Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...
Aaron Ballman
2016-06-20
1
-4
/
+13
[next]