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
*
[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
*
[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles
Kadir Cetinkaya
2019-12-04
1
-28
/
+46
*
[Support] add vfs support for ExpandResponseFiles
Kadir Cetinkaya
2019-12-04
1
-18
/
+43
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
1
-2
/
+2
*
[Support] Add ProcName to TimeTraceProfiler
Russell Gallop
2019-12-03
1
-5
/
+9
*
[NFC] Tidy-ups to TimeProfiler.cpp
Russell Gallop
2019-12-03
1
-10
/
+8
*
[PowerPC] Add new Future CPU for PowerPC in LLVM
Stefan Pintilie
2019-11-27
1
-0
/
+3
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
1
-9
/
+32
*
[APFloat] Fix subtraction of subnormal numbers
Ehud Katz
2019-11-22
1
-7
/
+4
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Statistic - Fix MSVC shadow warning against global PrintOnExit static variabl...
Simon Pilgrim
2019-11-21
1
-2
/
+2
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-5
/
+7
*
Revert "[Driver] Use VFS to check if sanitizer blacklists exist"
Ilya Biryukov
2019-11-21
1
-7
/
+5
*
[Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-5
/
+7
*
[Support] Don't check XCR0 when detecting avx512 on Darwin.
Florian Hahn
2019-11-21
1
-0
/
+15
*
[Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
Lang Hames
2019-11-20
1
-2
/
+0
*
[Orc][Modules] Fix Modules build fallout from a34680a33eb.
Lang Hames
2019-11-20
1
-2
/
+5
*
[AMDGPU] add support for hostcall buffer pointer as hidden kernel argument
Sameer Sahasrabuddhe
2019-11-20
1
-0
/
+1
*
[X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt...
Craig Topper
2019-11-18
1
-2
/
+2
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
3
-5
/
+32
*
Avoid duplicate exe_path definition on recent FreeBSD
Ed Maste
2019-11-18
1
-1
/
+0
*
Remove Support/Options.h, it is unused
Reid Kleckner
2019-11-15
4
-36
/
+2
*
Implement target(branch-protection) attribute for AArch64
Momchil Velikov
2019-11-15
1
-0
/
+48
*
Improve VFS compatibility on Windows
Adrian McCarthy
2019-11-14
1
-3
/
+2
*
On FreeBSD use AT_EXECPATH from ELF auxiliary vectors for getExecutablePath
Ed Maste
2019-11-14
1
-5
/
+41
*
Revert "Forward declare Optional<T> in STLExtras.h"
Reid Kleckner
2019-11-13
2
-2
/
+0
*
Forward declare Optional<T> in STLExtras.h
Reid Kleckner
2019-11-13
2
-0
/
+2
*
FileCheckPattern::FindRegexVarEnd - make helper function static. NFC
Simon Pilgrim
2019-11-12
1
-2
/
+2
*
[Support] Optimize SHA1 implementation
Nick Terrell
2019-11-11
1
-15
/
+39
*
Fix null dereference in yaml::Document::skip
Thomas Finch
2019-11-11
1
-2
/
+2
*
Add missing override modifiers for FileCheckExpressionAST::eval() overrides.
Simon Pilgrim
2019-11-11
1
-3
/
+3
*
Make FileCheckNumericVariable::getDefLineNumber const. NFC
Simon Pilgrim
2019-11-11
1
-1
/
+1
*
Timer - fix shadow variable warnings for Name/Description members. NFC.
Simon Pilgrim
2019-11-11
1
-5
/
+6
*
YAMLParser - fix SimpleKey uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-09
1
-4
/
+4
*
Fix builds where LLVM_ENABLE_STATS is disabled
Simon Pilgrim
2019-11-09
1
-1
/
+1
*
Statistic - Fix shadow variable warning. NFCI.
Simon Pilgrim
2019-11-09
1
-4
/
+4
*
[clang] Add VFS support for sanitizers' blacklists
Jan Korous
2019-11-08
1
-2
/
+2
*
TimeTraceProfiler - fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-08
1
-3
/
+3
*
raw_ostream - fix static analyzer warnings. NFCI.
Simon Pilgrim
2019-11-08
1
-6
/
+6
*
[APInt] Add saturating truncation methods
Roman Lebedev
2019-11-08
1
-0
/
+25
*
BinaryStream - fix static analyzer warnings. NFCI.
Simon Pilgrim
2019-11-08
1
-4
/
+4
*
[CommandLine] Add inline ArgName printing
Don Hinton
2019-11-06
1
-14
/
+20
*
[NFC][APInt] Fix typos in comments.
Miloš Stojanović
2019-11-06
1
-3
/
+3
*
[Support] fix mingw-w64 build
Ilya Biryukov
2019-11-06
1
-1
/
+1
*
YAML parser robustness improvements
Thomas Finch
2019-11-05
2
-14
/
+41
*
Implement `sys::getHostCPUName()` for Darwin ARM
Chris Bieneman
2019-11-05
1
-1
/
+28
*
[demangle] NFC: get rid of NodeOrString
Erik Pilkington
2019-11-04
1
-11
/
+0
*
VirtualFileSystem - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-04
1
-2
/
+2
[next]