Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ce3ddd2de4c5dbd5a7a68b51ea38f96cf7fbf3aa
/
llvm
/
unittests
/
Support
e8bb392
[Support] XFAIL is_local for mips
by Simon Dardis
· 9 years ago
392ed9d
[Support] Add a function to check if a file resides locally.
by Zachary Turner
· 9 years ago
ab0f3b4
[AArch64] Add Cavium ThunderX support
by Joel Jones
· 9 years ago
41ec649
[Support] Add formatv support for StringLiteral
by Pavel Labath
· 9 years ago
87c87f4
[CMake] Fix pthread handling for out-of-tree builds
by Eric Fiselier
· 9 years ago
23a5439
[Support] Extend SLEB128 encoding support.
by Dan Gohman
· 9 years ago
ccf11c2
[ARM] Add support for armv7ve triple in llvm (PR31358).
by George Burgess IV
· 9 years ago
24cb654
[Support] Add FormatVariadic support for chrono types
by Pavel Labath
· 9 years ago
f0fe1a8
[Support] Simplify triple check in Host CPU test. NFC.
by Ahmed Bougacha
· 9 years ago
f60b684
[Support] Accept macosx triple as 'darwin' in Host unittest. NFC.
by Ahmed Bougacha
· 9 years ago
0085af6
[ARM] const cast fix for ARMAttributeParser test
by Sam Parker
· 9 years ago
e5ad87e
[ARM] Enable Cortex-M23 and Cortex-M33 support.
by Javed Absar
· 9 years ago
5044009
Fix fs::set_current_path unit test
by Pavel Labath
· 9 years ago
2f09609
[Support] Add sys::fs::set_current_path() (aka chdir)
by Pavel Labath
· 9 years ago
df7c6ef
[ARM] Create objdump subtarget from build attrs
by Sam Parker
· 9 years ago
167ca4a
Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status"
by George Rimar
· 9 years ago
715540f
Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status."
by George Rimar
· 9 years ago
e29a32e
[Support/Compression] - Change zlib API to return Error instead of custom status.
by George Rimar
· 9 years ago
17d266b
Remove unused lambda captures. NFC
by Malcolm Parsons
· 9 years ago
1ed7896
Revert r291903 and r291898. Reason: they break check-lld on the bots.
by Ivan Krasin
· 9 years ago
770ceb6
[ARM] Enable objdump to construct triple for ARM
by Sam Parker
· 9 years ago
db08e83
Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and followings.
by NAKAMURA Takumi
· 9 years ago
da71036
Use EXPECT_EQ instead of ASSERT_EQ in a unit test.
by Rui Ueyama
· 9 years ago
6a8520f
Fix memory leak in a unit test.
by Rui Ueyama
· 9 years ago
4d9c5c2
Lift the 10-type limit for AlignedCharArrayUnion
by Sean Callanan
· 9 years ago
e9d1754
TarWriter: Fix a bug in Ustar header.
by Rui Ueyama
· 9 years ago
87dd2ab
Support: Add YAML I/O support for custom mappings.
by Peter Collingbourne
· 9 years ago
c2f5408
Fix unit test in NDEBUG build
by Eugene Leviant
· 9 years ago
c089e40
Allow setting multiple debug types
by Eugene Leviant
· 9 years ago
f7a7ab5
Move GlobPattern class from LLD to llvm/Support.
by Rui Ueyama
· 9 years ago
08c2e86
Simplify format member detection in FormatVariadic
by Pavel Labath
· 9 years ago
aeec780
Add support for Samsung Exynos M3 (NFC)
by Evandro Menezes
· 9 years ago
82b95ac
Fix MSCV compilation broken by r289040
by Pavel Labath
· 9 years ago
fefefeb
Improve format member detection in llvm::formatv
by Pavel Labath
· 9 years ago
639f84b
Refactor TargetParserTests.
by Zijiao Ma
· 9 years ago
75453b0
Support escaping in TrigramIndex.
by Ivan Krasin
· 9 years ago
3dade41
Use trigrams to speed up SpecialCaseList.
by Ivan Krasin
· 9 years ago
cb79c07
Fix macro check for ABI breacking check: should use #if instead of #ifndef
by Mehdi Amini
· 9 years ago
11407ae
Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG
by Mehdi Amini
· 9 years ago
3ab3fef
Improve error handling in YAML parsing
by Mehdi Amini
· 9 years ago
0f0d5d8
[ThreadPool] Rollback recent changes until I figure out the breakage.
by Davide Italiano
· 9 years ago
3ea0bfa
[ThreadPool] Simplify the interface. NFCI.
by Davide Italiano
· 9 years ago
43c2428
Revert "Improve error handling in YAML parsing"
by Mehdi Amini
· 9 years ago
c54281b
Improve error handling in YAML parsing
by Mehdi Amini
· 9 years ago
877c26c
Add convenient functions to compute hashes of byte vectors.
by Rui Ueyama
· 9 years ago
9f15a79
Timer: Track name and description.
by Matthias Braun
· 9 years ago
0c20e05
Remove TimeValue class
by Pavel Labath
· 9 years ago
201fc1e
[AArch64] Add support for Qualcomm's Falkor CPU.
by Chad Rosier
· 9 years ago
2bcf3f0
[AArch64] Refactor test per Matthias' request.
by Chad Rosier
· 9 years ago
11db264
[Support] Introduce llvm::formatv() function.
by Zachary Turner
· 9 years ago
c1edf56
Prevent at compile time converting from Error::success() to Expected<T>
by Mehdi Amini
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
0970ddb
[ADT/MathExtras] Make buildbot happy again.
by Davide Italiano
· 9 years ago
62ede4e
[ADT/MathExtras] Add tests for PowerOf2Floor (previously untested).
by Davide Italiano
· 9 years ago
1fb1b9c
[ADT/MathExtras] Introduce PowerOf2Ceil.
by Davide Italiano
· 9 years ago
4a86af0
[Support] Improve flexibility of binary blob formatter.
by Zachary Turner
· 9 years ago
bde0a16
Added the ability to dump hex bytes easily into a raw_ostream.
by Greg Clayton
· 9 years ago
4e76019
Support: Remove MemoryObject and DataStreamer interfaces.
by Peter Collingbourne
· 9 years ago
af20d5e
Attempt to pacify buildbot
by Serge Pavlov
· 9 years ago
6ac8e03
Allow resolving response file names relative to including file
by Serge Pavlov
· 9 years ago
5b2243e
Resubmit "Add support for advanced number formatting."
by Zachary Turner
· 9 years ago
aa48572
[Support] Fix AlignOf test on i386-linux.
by Benjamin Kramer
· 9 years ago
abe323e
[Support] Remove llvm::alignOf now that all uses are gone.
by Benjamin Kramer
· 9 years ago
b250500
Retire llvm::alignOf in favor of C++11 alignof.
by Benjamin Kramer
· 9 years ago
59838f7
Reapply "Add Chrono.h - std::chrono support header"
by Pavel Labath
· 9 years ago
db46b7d
Add computeHostNumPhysicalCores() implementation for Darwin
by Mehdi Amini
· 9 years ago
504f384
Revert "Add Chrono.h - std::chrono support header"
by Pavel Labath
· 9 years ago
13b6a10
Add Chrono.h - std::chrono support header
by Pavel Labath
· 9 years ago
9ce5074
Revert "Resubmit "Add support for advanced number formatting.""
by Renato Golin
· 9 years ago
0d31d9c
Rename HexStyle -> HexFormatStyle, and remove a constexpr.
by Zachary Turner
· 9 years ago
7cd0745
Resubmit "Add support for advanced number formatting."
by Zachary Turner
· 9 years ago
9d58e36
Revert formatting changes.
by Zachary Turner
· 9 years ago
47e2c0a
Try to fix build after invalid pointer conversion.
by Zachary Turner
· 9 years ago
99eef2d
[Support] Add support for "advanced" number formatting.
by Zachary Turner
· 9 years ago
c0ef9e4
Rename interface for querying physical hardware concurrency
by Teresa Johnson
· 9 years ago
eb100b6
[Support] remove_dots: Remove windows test.
by Benjamin Kramer
· 9 years ago
937dd7a
[Support] remove_dots: Remove .. from absolute paths.
by Benjamin Kramer
· 9 years ago
0db71d9
unittests: Explicitly ignore some return values in crash tests
by Justin Bogner
· 9 years ago
2bd812c
Add interface for querying physical hardware concurrency
by Teresa Johnson
· 9 years ago
7943fec
Add interface to compute number of physical cores on host system
by Teresa Johnson
· 9 years ago
af5a28f
Do not delete leading ../ in remove_dots.
by Eric Liu
· 9 years ago
fb4b6e8
[ARM]: Add Cortex-R52 target to LLVM
by Javed Absar
· 9 years ago
a0016ec
Use StringReg in TargetParser APIs (NFC)
by Mehdi Amini
· 9 years ago
149f6ea
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
27358cf
[Support][CommandLine] Add cl::getRegisteredSubcommands()
by Dean Michael Berris
· 9 years ago
2bcac0f
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
by Mehdi Amini
· 9 years ago
32b297a
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
78b04ae
Revert "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
e0327be
Use StringRef in Support/Darf APIs (NFC)
by Mehdi Amini
· 9 years ago
e11b745
Use StringRef in CommandLine Options handling (NFC)
by Mehdi Amini
· 9 years ago
eaeb6d9
Add xxhash to llvm.
by Rafael Espindola
· 9 years ago
d97d5a2
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
by Zachary Turner
· 9 years ago
d9d290c
[Support][CommandLine] Add cl::getRegisteredSubcommands()
by Dean Michael Berris
· 9 years ago
35377f8
[YAMLIO] Add the ability to map with context.
by Zachary Turner
· 9 years ago
d8dfeec
[Support] - Fix possible crash in match() of llvm::Regex.
by George Rimar
· 9 years ago
bc46927
raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic.
by NAKAMURA Takumi
· 9 years ago
1a4398a
Fix a real temp file leak in FileOutputBuffer
by Reid Kleckner
· 9 years ago
75e557f
Try to fix some temp file leaks in SupportTests, PR18335
by Reid Kleckner
· 9 years ago
a9ff072
[LLVM/Support] - Create no-arguments constructor for llvm::Regex
by George Rimar
· 9 years ago
1bdc716
Move unittests/Support/IteratorTest.cpp to unittests/ADT/
by Duncan P. N. Exon Smith
· 9 years ago
Next »