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
/
unittests
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-0
/
+22
*
[AArch64] Add Cavium ThunderX support
Joel Jones
2017-02-17
1
-0
/
+24
*
[Support] Add formatv support for StringLiteral
Pavel Labath
2017-02-14
1
-0
/
+2
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
[Support] Extend SLEB128 encoding support.
Dan Gohman
2017-02-10
1
-14
/
+33
*
[ARM] Add support for armv7ve triple in llvm (PR31358).
George Burgess IV
2017-02-09
1
-17
/
+21
*
[Support] Add FormatVariadic support for chrono types
Pavel Labath
2017-02-07
1
-0
/
+31
*
[Support] Simplify triple check in Host CPU test. NFC.
Ahmed Bougacha
2017-02-04
1
-13
/
+4
*
[Support] Accept macosx triple as 'darwin' in Host unittest. NFC.
Ahmed Bougacha
2017-02-03
1
-0
/
+1
*
[ARM] const cast fix for ARMAttributeParser test
Sam Parker
2017-02-01
1
-2
/
+3
*
[ARM] Enable Cortex-M23 and Cortex-M33 support.
Javed Absar
2017-02-01
1
-0
/
+4
*
Fix fs::set_current_path unit test
Pavel Labath
2017-01-24
1
-1
/
+5
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+19
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
2
-0
/
+385
*
Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...
George Rimar
2017-01-17
1
-5
/
+12
*
Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...
George Rimar
2017-01-17
1
-12
/
+5
*
[Support/Compression] - Change zlib API to return Error instead of custom sta...
George Rimar
2017-01-17
1
-5
/
+12
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
2
-2
/
+3
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
2
-385
/
+0
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
2
-0
/
+385
*
Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and follo...
NAKAMURA Takumi
2017-01-13
1
-18
/
+0
*
Use EXPECT_EQ instead of ASSERT_EQ in a unit test.
Rui Ueyama
2017-01-11
1
-10
/
+10
*
Fix memory leak in a unit test.
Rui Ueyama
2017-01-10
1
-1
/
+1
*
Lift the 10-type limit for AlignedCharArrayUnion
Sean Callanan
2017-01-09
1
-0
/
+18
*
TarWriter: Fix a bug in Ustar header.
Rui Ueyama
2017-01-09
2
-1
/
+90
*
Support: Add YAML I/O support for custom mappings.
Peter Collingbourne
2017-01-04
1
-0
/
+62
*
Fix unit test in NDEBUG build
Eugene Leviant
2016-12-27
1
-0
/
+2
*
Allow setting multiple debug types
Eugene Leviant
2016-12-27
2
-0
/
+33
*
Move GlobPattern class from LLD to llvm/Support.
Rui Ueyama
2016-12-20
2
-1
/
+72
*
Simplify format member detection in FormatVariadic
Pavel Labath
2016-12-15
1
-39
/
+19
*
Add support for Samsung Exynos M3 (NFC)
Evandro Menezes
2016-12-13
1
-0
/
+8
*
Fix MSCV compilation broken by r289040
Pavel Labath
2016-12-08
1
-4
/
+4
*
Improve format member detection in llvm::formatv
Pavel Labath
2016-12-08
1
-2
/
+54
*
Refactor TargetParserTests.
Zijiao Ma
2016-12-06
1
-346
/
+498
*
Support escaping in TrigramIndex.
Ivan Krasin
2016-12-02
2
-2
/
+33
*
Use trigrams to speed up SpecialCaseList.
Ivan Krasin
2016-12-01
3
-0
/
+157
*
Fix macro check for ABI breacking check: should use #if instead of #ifndef
Mehdi Amini
2016-11-30
1
-10
/
+10
*
Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of N...
Mehdi Amini
2016-11-29
1
-10
/
+10
*
Improve error handling in YAML parsing
Mehdi Amini
2016-11-28
1
-0
/
+8
*
[ThreadPool] Rollback recent changes until I figure out the breakage.
Davide Italiano
2016-11-28
1
-0
/
+16
*
[ThreadPool] Simplify the interface. NFCI.
Davide Italiano
2016-11-28
1
-16
/
+0
*
Revert "Improve error handling in YAML parsing"
Mehdi Amini
2016-11-28
1
-8
/
+0
*
Improve error handling in YAML parsing
Mehdi Amini
2016-11-28
1
-0
/
+8
*
Add convenient functions to compute hashes of byte vectors.
Rui Ueyama
2016-11-23
2
-0
/
+17
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-2
/
+2
*
Remove TimeValue class
Pavel Labath
2016-11-16
2
-51
/
+0
*
[AArch64] Add support for Qualcomm's Falkor CPU.
Chad Rosier
2016-11-15
1
-0
/
+1
*
[AArch64] Refactor test per Matthias' request.
Chad Rosier
2016-11-15
1
-3
/
+9
*
[Support] Introduce llvm::formatv() function.
Zachary Turner
2016-11-11
3
-1
/
+540
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-10
/
+11
[next]