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
*
[Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...
Alexandre Ganea
2020-03-13
1
-0
/
+4
*
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
Hans Wennborg
2020-03-03
3
-29
/
+8
*
Attempt to fix ZLIB CMake logic on Windows
Reid Kleckner
2020-03-02
1
-2
/
+4
*
[CMake] Link against ZLIB::ZLIB
Petr Hosek
2020-03-02
1
-3
/
+22
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
14
-256
/
+13
*
Fix MSVC build with C++ EH enabled
Reid Kleckner
2020-02-12
1
-1
/
+1
*
[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...
Alexandre Ganea
2020-02-12
3
-7
/
+36
*
[Support] Don't modify the current EH context during stack unwinding
Reid Kleckner
2020-02-11
1
-1
/
+7
*
[Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI.
Alexandre Ganea
2020-02-10
1
-25
/
+35
*
[Clang] Remove unused #pragma clang __debug handle_crash
Alexandre Ganea
2020-02-10
1
-8
/
+0
*
Make llvm::crc32() work also for input sizes larger than 32 bits.
Hans Wennborg
2020-02-06
1
-1
/
+9
*
Work around PR44697 in CrashRecoveryContext
Hans Wennborg
2020-01-29
1
-0
/
+7
*
[NFC] Fix compilation of CrashRecoveryContext.cpp on mingw
Markus Böck
2020-01-12
1
-1
/
+2
*
[Support] Optionally call signal handlers when a function wrapped by the the ...
Alexandre Ganea
2020-01-11
3
-53
/
+85
*
[LockFileManager] Make default waitForUnlock timeout a parameter, NFC
Vedant Kumar
2020-01-10
1
-4
/
+2
*
[Support] ThreadPoolExecutor fixes for Windows/MinGW
Andrew Ng
2020-01-10
1
-18
/
+64
*
[Support][NFC] Make some helper functions "static" in Memory.inc
Bruno Ricci
2020-01-09
2
-11
/
+3
*
[NFC,format] Sort switch cases alphabetically
Simon Moll
2020-01-09
1
-133
/
+133
*
[ARM][MVE] MVE-I should not be disabled by -mfpu=none
Momchil Velikov
2020-01-09
1
-2
/
+0
*
[VE] Target stub for NEC SX-Aurora
Kazushi (Jam) Marukawa
2020-01-09
1
-0
/
+11
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
2
-8
/
+5
*
[PowerPC]: Add powerpcspe target triple subarch component
Justin Hibbits
2020-01-08
1
-1
/
+4
*
[PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl
Fangrui Song
2020-01-07
1
-4
/
+0
*
Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...
Alexandre Ganea
2020-01-07
1
-1
/
+1
*
[APFloat] Fix out of scope usage of a pointer to local variable
Ehud Katz
2020-01-07
1
-3
/
+7
*
[APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`
Ehud Katz
2020-01-07
1
-9
/
+12
*
[FileCheck] Remove FileCheck prefix in API
Thomas Preud'homme
2020-01-06
2
-231
/
+204
*
[APFloat] Fix compilation warnings
Ehud Katz
2020-01-06
2
-2
/
+4
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
2
-60
/
+103
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-02
3
-6
/
+6
*
Revert "build: reduce CMake handling for zlib"
James Henderson
2020-01-02
3
-4
/
+7
*
Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"
James Henderson
2020-01-02
1
-4
/
+1
*
build: make `LLVM_ENABLE_ZLIB` a tri-bool for users
Saleem Abdulrasool
2020-01-01
1
-1
/
+4
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-01
3
-7
/
+4
*
[polly][Support] Un-break polly tests
Alexandre Ganea
2020-01-01
1
-1
/
+1
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
2
-8
/
+8
*
[Support] Fix behavior of StringRef::count with overlapping occurrences, add ...
Johannes Doerfert
2019-12-24
1
-2
/
+7
*
Revert "[Support] Extend TimeProfiler to support multiple threads"
Russell Gallop
2019-12-24
1
-81
/
+17
*
Fix LLVM tool --version build mode printing for MSVC
Reid Kleckner
2019-12-23
1
-1
/
+23
*
[CommandLine] Add template instantiations of cl::parser for long and long long.
River Riddle
2019-12-19
1
-0
/
+24
*
Fix more VFS tests on Windows
Adrian McCarthy
2019-12-18
1
-10
/
+33
*
llvm-cxxmap: fix support for remapping non-mangled names.
Richard Smith
2019-12-18
1
-6
/
+22
*
Revert "[Support] Fix time trace multi threaded support with LLVM_ENABLE_THRE...
Russell Gallop
2019-12-17
1
-1
/
+2
*
[Support] Fix time trace multi threaded support with LLVM_ENABLE_THREADS=OFF
Russell Gallop
2019-12-17
1
-2
/
+1
*
[Support] Try to fix bot failure after 8ddcd1dc26
Russell Gallop
2019-12-12
1
-0
/
+1
*
[Support] Extend TimeProfiler to support multiple threads
Russell Gallop
2019-12-12
1
-17
/
+80
*
[Support] Add TimeTraceScope constructor without detail arg
Russell Gallop
2019-12-11
1
-1
/
+3
*
[Signal] Allow one-shot SIGPIPE handler to be reached
Vedant Kumar
2019-12-04
1
-5
/
+5
*
Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...
Kadir Cetinkaya
2019-12-04
1
-28
/
+46
*
Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...
Kadir Cetinkaya
2019-12-04
1
-46
/
+28
[next]