This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-01 15:33:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ae50ddb2ae
llvm-6502
/
unittests
/
Support
History
Eric Christopher
769d24a60d
Add support for adding the contents of a StringRef to the MD5 hash.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@183054
91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-31 22:34:56 +00:00
..
AlignOfTest.cpp
AllocatorTest.cpp
ArrayRecyclerTest.cpp
Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.
2013-01-05 02:08:43 +00:00
BlockFrequencyTest.cpp
Casting.cpp
CMakeLists.txt
Add to testsuite.
2013-05-24 23:20:16 +00:00
CommandLineTest.cpp
Implemented public interface for modifying registered (not positional or sink options) command line options at runtime.
2013-05-06 21:56:35 +00:00
CompressionTest.cpp
Add more guards around zlib-dependent code
2013-04-23 08:57:30 +00:00
ConstantRangeTest.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
DataExtractorTest.cpp
EndianTest.cpp
[Support][Endian] Add support for specifying the alignment and native unaligned types.
2013-01-02 20:14:11 +00:00
ErrorOrTest.cpp
[Support][ErrorOr] Add support for implicit conversion from error code/condition enums.
2013-02-28 01:44:26 +00:00
FileOutputBufferTest.cpp
formatted_raw_ostream_test.cpp
IntegersSubsetTest.cpp
LeakDetectorTest.cpp
Makefile
ManagedStatic.cpp
Get the unittests compiling when building with cmake and the setting
2013-05-14 13:29:16 +00:00
MathExtrasTest.cpp
[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 22:58:37 +00:00
MD5Test.cpp
Add support for adding the contents of a StringRef to the MD5 hash.
2013-05-31 22:34:56 +00:00
MemoryBufferTest.cpp
MemoryTest.cpp
Path.cpp
[Support][FileSystem] Fix identify_magic for big endian ELF.
2013-04-05 20:10:04 +00:00
ProcessTest.cpp
Add time getters to the process interface for requesting the elapsed
2013-01-04 23:19:55 +00:00
ProgramTest.cpp
Try to fix ProgramTest on FreeBSD
2013-04-30 04:30:41 +00:00
raw_ostream_test.cpp
RegexTest.cpp
SwapByteOrderTest.cpp
TimeValue.cpp
ValueHandleTest.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
YAMLIOTest.cpp
Replace memcpys by a static_cast and an integral promotion.
2013-01-10 21:21:32 +00:00
YAMLParserTest.cpp