index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-04-17
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
Factor the logic for setting up a GoogleTest unit test executable into
Chandler Carruth
2012-06-21
Simplify the naming pattern in the unittests' CMake file
Chandler Carruth
2012-06-21
Remove one of the LLVM-specific CMake hacks in favor of standard CMake
Chandler Carruth
2012-06-17
Add missing unittest files to the cmake build.
Benjamin Kramer
2012-06-16
Update CMake build.
Benjamin Kramer
2012-06-16
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-06
Fix gtest build issue on Visual Studio 2012 RC
Justin Holewinski
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-03
Add YAML parser to Support.
Michael J. Spencer
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-15
Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...
Eli Bendersky
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-02-22
Add a Briggs and Torczon sparse set implementation.
Jakob Stoklund Olesen
2012-02-18
Hashing.h - utilities for hashing various data types.
Talin
2012-01-31
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
Manuel Klimek
2012-01-02
Undo the hack in r147427 and move this unittest to a better home. This
Chandler Carruth
2012-01-02
Materialize functions whose basic blocks are used by global variables. Fixes
Rafael Espindola
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
Add a generic collection of class templates to ADT for building
Chandler Carruth
2011-12-16
Tweak CMake build on Cygwin.
NAKAMURA Takumi
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-15
Add unit tests for ADT/PackedVector
Argyrios Kyrtzidis
2011-05-11
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-02-20
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-01-13
Disable RTTI when building unit tests. This avoids errors at link time.
Oscar Fuentes
2010-12-21
Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.
Jakob Stoklund Olesen
2010-12-07
CMake: Fix warning in gtest header used by unit tests.
Frits van Bommel
2010-12-07
unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build.
NAKAMURA Takumi
2010-11-29
unittests: Merge SystemTests back into SupportTests.
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-26
unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...
NAKAMURA Takumi
2010-11-24
unittests: Add SystemTests.
Michael J. Spencer
2010-11-19
Add test for PR 8111. By Frits van Bommel.
Dale Johannesen
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...
NAKAMURA Takumi
2010-11-19
unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...
NAKAMURA Takumi
2010-11-19
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-14
unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.
NAKAMURA Takumi
2010-10-29
unittests/CMakeLists.txt: Don't use RTTI, or linking failed.
NAKAMURA Takumi
2010-10-28
Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target
Oscar Fuentes
2010-10-21
Support: Add Endian.h
Michael J. Spencer
2010-10-19
unittests: Use the correct defines and global variables when building on CMake.
Michael J. Spencer
2010-10-11
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
Michael J. Spencer
2010-10-11
Reduce dpendencies for SupportTests.
Michael J. Spencer
[next]