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
*
[SystemZ] Add support for IBM z14 processor (1/3)
Ulrich Weigand
2017-07-17
1
-0
/
+2
*
[YAMLTraits] Add filename support to yaml::Input
Alex Bradbury
2017-07-17
1
-0
/
+8
*
[X86] Use MSVC's __cpuidex intrinsic instead of inline assembly in getHostCPU...
Craig Topper
2017-07-17
1
-29
/
+10
*
Support/Path.cpp: Prune unused "llvm/BinaryFormat".
NAKAMURA Takumi
2017-07-17
1
-2
/
+0
*
Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot
Reid Kleckner
2017-07-13
1
-0
/
+22
*
Support: Add llvm::center_justify.
Frederich Munch
2017-07-13
1
-6
/
+23
*
[AArch64] Add an SVE target feature to the backend and TargetParser.
Amara Emerson
2017-07-13
1
-0
/
+2
*
[X86] Simplify the getHostCPUName for AMD family 6 and 15.
Craig Topper
2017-07-13
1
-38
/
+11
*
Allow clients to specify search order of DynamicLibraries.
Frederich Munch
2017-07-12
3
-11
/
+37
*
Use std::mutex to avoid memory allocation after OOM
Reid Kleckner
2017-07-12
1
-13
/
+18
*
[X86] Synchronize the ProcessorFeatures enum used by getHostCPUName with the ...
Craig Topper
2017-07-12
1
-41
/
+123
*
[X86] Sync ProcessorTypes and ProcessorSubtypes enums used by getHostCPUName ...
Craig Topper
2017-07-12
1
-50
/
+35
*
[X86] Cleanup the switches in getHostCPUName to remove impossible combinations.
Craig Topper
2017-07-12
1
-26
/
+9
*
[X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. ...
Craig Topper
2017-07-12
1
-2
/
+0
*
Fix minor typo introduced in r276404
Don Hinton
2017-07-12
1
-1
/
+1
*
[Support] - Add bad alloc error handler for handling allocation malfunctions
Reid Kleckner
2017-07-11
2
-1
/
+49
*
[X86] Fix typo in comment. NFC
Craig Topper
2017-07-10
1
-1
/
+1
*
[X86] Remove asserts from getX86CpuIDAndInfo/getX86CpuIDAndInfoEx. Restore pa...
Craig Topper
2017-07-10
1
-7
/
+10
*
[X86] Remove check for AVX512 support from skylake-avx512 detection in getHos...
Craig Topper
2017-07-09
1
-6
/
+1
*
[Solaris] get rid of _RESTRICT_KYWD warning during the build
Kamil Rytarowski
2017-07-08
1
-3
/
+0
*
[X86] In getHostCPUName, remove some code that changes some AMD CPU names bas...
Craig Topper
2017-07-08
1
-15
/
+1
*
[X86] Correct the BDVER4 model numbers to include 0x70-0x7f.
Craig Topper
2017-07-08
1
-1
/
+1
*
[X86] Minor formatting fix. NFC
Craig Topper
2017-07-08
1
-4
/
+2
*
[X86] Use 'unsigned' instead of 'unsigned int' for consistency in the X86 por...
Craig Topper
2017-07-08
1
-7
/
+7
*
[X86] Cleanup some CPUID usage in getAvailableFeatures.
Craig Topper
2017-07-08
1
-5
/
+10
*
Update the Windows version of updateTripleOSVersion to account for
Alex Lorenz
2017-07-07
1
-2
/
+2
*
[Support] sys::getProcessTriple should return a macOS triple using
Alex Lorenz
2017-07-07
3
-7
/
+25
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-2
/
+0
*
Unified logic for computing target ABI in backend and front end by moving thi...
Eric Christopher
2017-06-30
1
-0
/
+36
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
3
-25
/
+12
*
[LLVM][X86][Goldmont] Adding new target-cpu: Goldmont
Michael Zuckerman
2017-06-29
1
-1
/
+9
*
Add support for Ananas platform
Ed Schouten
2017-06-25
1
-0
/
+2
*
[APInt] Move the single word cases of countTrailingZeros and countLeadingOnes...
Craig Topper
2017-06-23
1
-7
/
+2
*
Fix a misleading indentation warning.
Peter Collingbourne
2017-06-23
1
-3
/
+3
*
Make the size specification for cache_size_bytes case insensitive.
Peter Collingbourne
2017-06-23
1
-1
/
+1
*
Add a ThinLTO cache policy for controlling the maximum cache size in bytes.
Peter Collingbourne
2017-06-23
1
-15
/
+46
*
Add a BinarySubstreamRef, and a method to read one.
Zachary Turner
2017-06-23
1
-0
/
+6
*
[ADT] Add llvm::to_float
Pavel Labath
2017-06-23
2
-19
/
+11
*
Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix
Pavel Labath
2017-06-22
3
-12
/
+25
*
[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...
Eugene Zelenko
2017-06-21
3
-37
/
+71
*
[DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}
Wolfgang Pieb
2017-06-21
1
-0
/
+7
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
3
-25
/
+12
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
2
-1
/
+16
*
[APFloat] Move the integerPartWidth constant into APFloatBase. Remove integer...
Craig Topper
2017-06-18
1
-37
/
+30
*
Implement AllocateRWX and ReleaseRWX for NetBSD
Kamil Rytarowski
2017-06-18
1
-0
/
+4
*
[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...
NAKAMURA Takumi
2017-06-17
2
-1
/
+15
*
Fix buildbots.
Rui Ueyama
2017-06-16
1
-1
/
+2
*
Fix msan buildbot.
Rui Ueyama
2017-06-16
1
-1
/
+2
*
Hide dbgs() stream for when built with -fmodules.
Frederich Munch
2017-06-14
1
-1
/
+5
*
Support: Remove MSVC 2013 workarounds in ThreadPool class.
Peter Collingbourne
2017-06-14
1
-16
/
+3
[next]