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
*
Add operator- to Path's reverse_iterator. Needed for D19666
Filipe Cabecinhas
2016-04-29
1
-0
/
+4
*
[Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...
Craig Topper
2016-04-27
1
-0
/
+4
*
[Support][X86] Change the case values in the Intel family 6 code to hex so it...
Craig Topper
2016-04-27
1
-68
/
+66
*
[Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.
Craig Topper
2016-04-27
1
-0
/
+2
*
Use gcc's rules for parsing gcc-style response files
Nico Weber
2016-04-26
1
-7
/
+4
*
CachePruning: early exit if no path supplied
Mehdi Amini
2016-04-21
1
-2
/
+11
*
Add debugging to the cache pruning
Mehdi Amini
2016-04-18
1
-4
/
+23
*
CachePruning: fix typo, we accumulate file size here, not time
Mehdi Amini
2016-04-18
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
6
-3
/
+6
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
4
-0
/
+4
*
Fix missing include on OpenBSD
Mehdi Amini
2016-04-08
1
-0
/
+1
*
Fix a race condition in support library ThreadPool.
Justin Lebar
2016-04-06
1
-1
/
+4
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
15
-249
/
+151
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
15
-151
/
+249
*
Add Cache Pruning support
Mehdi Amini
2016-04-02
2
-0
/
+131
*
Fix S390 big endian detection
Mehdi Amini
2016-04-01
1
-2
/
+3
*
Add support for computing SHA1 in LLVM
Mehdi Amini
2016-04-01
2
-0
/
+169
*
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2016-04-01
2
-169
/
+0
*
Add support for computing SHA1 in LLVM
Mehdi Amini
2016-04-01
2
-0
/
+169
*
Fix Windows build (typo in disk_space() implementation)
Mehdi Amini
2016-04-01
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-04-01
2
-1
/
+44
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-04-01
2
-44
/
+1
*
Use const ref instead of value for Twine in the disk_space() API
Mehdi Amini
2016-03-31
2
-2
/
+2
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
2
-1
/
+44
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-03-31
2
-44
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
2
-1
/
+44
*
C++11 is required, remove some preprocessor checks for it
Hal Finkel
2016-03-28
1
-1
/
+1
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+6
*
Improve the reliability of file renaming in Windows by having the compiler retry
Sunil Srivastava
2016-03-25
1
-16
/
+33
*
Remove useless and unused CrashRecoveryContext::getBacktrace(). This function...
Richard Smith
2016-03-25
1
-8
/
+0
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-6
/
+0
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-0
/
+6
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
2
-10
/
+31
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
2
-31
/
+10
*
Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Fix windows build for sys::fs:file_status Access Time added in r264387
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
2
-10
/
+31
*
Adjust initial size in StringMap constructor to guarantee no grow()
Mehdi Amini
2016-03-25
1
-1
/
+15
*
Try to fix ODR violation of ErrorInfo::ID
Reid Kleckner
2016-03-24
1
-3
/
+2
*
Fix typo: XDS -> XDG
Sean Silva
2016-03-24
1
-3
/
+3
*
Define ErrorInfo::ID explicitly.
NAKAMURA Takumi
2016-03-24
1
-0
/
+3
*
Error.cpp: Fix a warning. [-Wpedantic]
NAKAMURA Takumi
2016-03-24
1
-1
/
+1
*
[Support] Make all Errors convertible to std::error_code.
Lang Hames
2016-03-23
3
-3
/
+46
*
APFloat: Fix signalling nans for scalbn
Matt Arsenault
2016-03-23
1
-0
/
+2
*
APFloat: Add frexp
Matt Arsenault
2016-03-21
1
-1
/
+25
*
Implement constant folding for bitreverse
Matt Arsenault
2016-03-21
1
-0
/
+30
*
[MCParser] Accept uppercase radix variants 0X and 0B
Colin LeMahieu
2016-03-18
1
-2
/
+2
*
[Support] Add the 'Error' class for structured error handling.
Lang Hames
2016-03-16
1
-0
/
+4
*
[CMake] Add PACKAGE_VENDOR for customizing version output
Chris Bieneman
2016-03-15
1
-2
/
+6
*
APFloat: Fix ilogb for denormals
Matt Arsenault
2016-03-13
1
-0
/
+18
[next]