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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make FileOutputBuffer fail early if you pass a directory.
Rui Ueyama
2017-03-13
1
-0
/
+2
*
Bring back r297624.
Rafael Espindola
2017-03-13
1
-1
/
+1
*
Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."
Rafael Espindola
2017-03-13
1
-1
/
+1
*
Fix crash when multiple raw_fd_ostreams to stdout are created.
Rafael Espindola
2017-03-13
1
-1
/
+1
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
3
-81
/
+31
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
3
-31
/
+81
*
[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
2
-16
/
+161
*
[APInt] Add APInt::insertBits() method to insert an APInt into a larger APInt
Simon Pilgrim
2017-03-10
1
-0
/
+59
*
Fixed typos in comments. NFCI.
Simon Pilgrim
2017-03-09
1
-6
/
+6
*
fix build on Cygwin
Nuno Lopes
2017-03-09
1
-0
/
+3
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
3
-5
/
+75
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-0
/
+12
*
Recommit: [globalisel] Change LLT constructor string into an LLT-based object...
Daniel Sanders
2017-03-07
2
-0
/
+48
*
Fix C2712 build error on Windows
Konstantin Zhuravlyov
2017-03-07
1
-6
/
+12
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
2
-48
/
+0
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
2
-0
/
+48
*
[fs] Make sure to check S_ISLNK() in fillStatus.
Zachary Turner
2017-03-07
1
-0
/
+2
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
3
-21
/
+12
*
[APInt] Add rvalue reference support to and, or, xor operations to allow thei...
Craig Topper
2017-03-07
1
-25
/
+0
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-0
/
+7
*
[APInt] Add setLowBits/setHighBits methods to APInt.
Craig Topper
2017-03-07
1
-29
/
+23
*
Try to fix thread name truncation on non-Windows.
Zachary Turner
2017-03-04
3
-7
/
+16
*
Improve the Threading code on NetBSD
Kamil Rytarowski
2017-03-04
1
-5
/
+2
*
Truncate thread names if they're too long.
Zachary Turner
2017-03-04
2
-3
/
+29
*
DebugCounter: Initialize skip to 0, not -1
Daniel Berlin
2017-03-04
1
-2
/
+2
*
Silence a warning, NFC
Krzysztof Parzyszek
2017-03-03
1
-0
/
+1
*
Detect the existence of pthread_{s,g}etname_np in libpthread on Linux
Krzysztof Parzyszek
2017-03-03
1
-0
/
+4
*
Fix Threading path when LLVM_ENABLE_THREADS=0.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Add missing #includes for FreeBSD.
Zachary Turner
2017-03-03
1
-4
/
+9
*
Try again to appease the FreeBSD bot.
Zachary Turner
2017-03-03
1
-7
/
+2
*
Try to appease the FreeBSD bots.
Zachary Turner
2017-03-03
1
-2
/
+2
*
Don't bring in llvm/Support/thread.h in Threading.cpp
Zachary Turner
2017-03-03
1
-2
/
+8
*
Add #include for unistd.h on Linux.
Zachary Turner
2017-03-03
1
-0
/
+1
*
[Support] Provide access to current thread name/thread id.
Zachary Turner
2017-03-03
3
-84
/
+311
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
4
-0
/
+213
*
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
2
-0
/
+24
*
Do not leak OpenedHandles.
Vassil Vassilev
2017-03-02
1
-10
/
+2
*
[APInt] Optimize APInt creation from uint64_t
Craig Topper
2017-03-01
1
-0
/
+1
*
Process tilde in llvm::sys::path::native
Serge Pavlov
2017-03-01
1
-0
/
+8
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
1
-0
/
+11
*
Set default CPU for OpenBSD/arm to Cortex-A8
Brad Smith
2017-02-28
1
-0
/
+1
*
Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...
Daniel Sanders
2017-02-28
2
-48
/
+0
*
[globalisel] Change LLT constructor string into an LLT subclass that knows ho...
Daniel Sanders
2017-02-28
2
-0
/
+48
*
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
2
-51
/
+14
*
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
2
-13
/
+50
*
[APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied)
Simon Pilgrim
2017-02-25
1
-0
/
+36
[next]