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
*
Use C++ casts to avoid a warning
Sanjoy Das
2016-05-27
1
-1
/
+2
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
Linker: teach the IR mover to return llvm::Error.
Peter Collingbourne
2016-05-27
1
-1
/
+0
*
Don't allocate unnecessarily in APInt::operator[+-]. NFC.
Pete Cooper
2016-05-27
1
-0
/
+18
*
[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.
Lang Hames
2016-05-27
1
-6
/
+6
*
[Support] Add a StringError convenience class to Error.h
Lang Hames
2016-05-27
1
-4
/
+48
*
Don't use recursion to print out the PrettyStackTrace after a crash. If the
Richard Smith
2016-05-26
1
-16
/
+30
*
Don't allocate in APInt::slt. NFC.
Pete Cooper
2016-05-26
1
-25
/
+9
*
[CMake] Restrict libxar linkage to just llvm-objdump
Chris Bieneman
2016-05-26
1
-3
/
+0
*
[AArch64] Adding a TargetParser for AArch64
Renato Golin
2016-05-25
1
-0
/
+219
*
[Support] Reapply cleanup r270643
Gerolf Hoflehner
2016-05-25
1
-39
/
+0
*
[Support] revert previous commit r270643
Gerolf Hoflehner
2016-05-25
1
-0
/
+39
*
[Support] Cleanup of an ancient Darwin work-around in Signals.inc (PR26174)
Gerolf Hoflehner
2016-05-25
1
-39
/
+0
*
Add libxar to LLVM_SYSTEM_LIBS if available
Chris Bieneman
2016-05-24
1
-0
/
+3
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Enable use of sigaltstack for signal handlers when available. With this,
Richard Smith
2016-05-23
1
-1
/
+1
*
Fix implicit type conversion. NFC.
Chris Bieneman
2016-05-21
1
-1
/
+1
*
Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. This
Richard Smith
2016-05-20
1
-2
/
+2
*
Add a configure-time check for the existence of sigaltstack. It seems that some
Richard Smith
2016-05-20
1
-2
/
+4
*
Reinstate r269992 (reverting r270267), but restricted to cases where glibc is
Richard Smith
2016-05-20
1
-4
/
+59
*
Create a sigaltstack when we register our signal handlers. Otherwise we'd very
Richard Smith
2016-05-20
1
-0
/
+31
*
Revert "Work around a glibc bug: backtrace() spuriously fails if..."
Chris Bieneman
2016-05-20
1
-51
/
+4
*
Work around a glibc bug: backtrace() spuriously fails if
Richard Smith
2016-05-18
1
-4
/
+51
*
Removing an unused variable introduced in r269911; NFC.
Aaron Ballman
2016-05-18
1
-1
/
+0
*
Add new flag and intrinsic support for MWAITX and MONITORX instructions
Ashutosh Nema
2016-05-18
1
-0
/
+2
*
[ThinLTO] Option to control path of distributed backend files
Teresa Johnson
2016-05-17
1
-0
/
+23
*
Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...
Mehdi Amini
2016-05-14
4
-47
/
+4
*
Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...
Mehdi Amini
2016-05-14
4
-4
/
+47
*
CachePruning.cpp: Don't use errno.
NAKAMURA Takumi
2016-05-14
1
-2
/
+3
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
Remove LLVM_ENABLE_TIMESTAMPS
Chris Bieneman
2016-05-05
1
-3
/
+0
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
5
-1
/
+244
*
Move llvm-readobj/StreamWriter to Support.
Zachary Turner
2016-05-03
2
-0
/
+73
*
Adding period to the end of a comment to test out commit access.
Douglas Yung
2016-05-03
1
-1
/
+1
*
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
[next]