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 home_directory look in the password database in addition to $HOME.
Zachary Turner
2017-03-22
1
-5
/
+11
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
2
-5
/
+13
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
2
-7
/
+42
*
Support, LTO: When pruning a directory, ignore files matching a prefix.
Peter Collingbourne
2017-03-20
1
-2
/
+5
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-29
/
+34
*
Strip trailing whitespace
Simon Pilgrim
2017-03-20
1
-5
/
+5
*
[APInt] Don't initialize VAL to 0 in APInt constructors. Push it down to the ...
Craig Topper
2017-03-20
1
-2
/
+5
*
[LockFileManager] Reduce lock timeout
Bruno Cardoso Lopes
2017-03-18
1
-3
/
+3
*
Fix linux build.
Zachary Turner
2017-03-16
1
-1
/
+2
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
2
-224
/
+203
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
3
-8
/
+58
*
Fix pessimising moves.
Peter Collingbourne
2017-03-16
1
-2
/
+2
*
Support: Add a cache pruning policy parser.
Peter Collingbourne
2017-03-16
1
-0
/
+68
*
Support: Simplify the CachePruning API. NFCI.
Peter Collingbourne
2017-03-15
1
-8
/
+14
*
[pdb] Write the module info and symbol record streams.
Zachary Turner
2017-03-15
1
-0
/
+9
*
[YAML] When outputting, provide the ability to write default values.
Zachary Turner
2017-03-15
1
-12
/
+5
*
[Support][CommandLine] Make it possible to get error messages from ParseComma...
Eric Liu
2017-03-15
1
-27
/
+24
*
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
[next]