1. 7c888ee Completely refactor the structuring of unittest CMake files to match the by Chandler Carruth · 12 years ago
  2. b60182e Factor the logic for setting up a GoogleTest unit test executable into by Chandler Carruth · 12 years ago
  3. b1081af Simplify the naming pattern in the unittests' CMake file by Chandler Carruth · 12 years ago
  4. 45df6f9 Remove one of the LLVM-specific CMake hacks in favor of standard CMake by Chandler Carruth · 12 years ago
  5. 044de9c Add missing unittest files to the cmake build. by Benjamin Kramer · 12 years ago
  6. f4e4c30 Update CMake build. by Benjamin Kramer · 12 years ago
  7. 585de7a Add support to the alignment support header for conjuring a character by Chandler Carruth · 12 years ago
  8. c82fd37 Fix gtest build issue on Visual Studio 2012 RC by Justin Holewinski · 12 years ago
  9. 61c3d30 Goodbye, JSONParser... by Manuel Klimek · 12 years ago
  10. 93210e8 Add YAML parser to Support. by Michael J. Spencer · 12 years ago
  11. 092c5cc Handle unreachable code in the dominates functions. This changes users when by Rafael Espindola · 12 years ago
  12. f963cd3 Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionEngine/JIT by Eli Bendersky · 13 years ago
  13. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 13 years ago
  14. 6258862 Add a Briggs and Torczon sparse set implementation. by Jakob Stoklund Olesen · 13 years ago
  15. 1a4b19e Hashing.h - utilities for hashing various data types. by Talin · 13 years ago
  16. 41aa108 RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, by Manuel Klimek · 13 years ago
  17. 972cc0d Undo the hack in r147427 and move this unittest to a better home. This by Chandler Carruth · 13 years ago
  18. 47f79bb Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 13 years ago
  19. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
  20. d916ce3 Add a generic collection of class templates to ADT for building by Chandler Carruth · 13 years ago
  21. de0cfe8 Tweak CMake build on Cygwin. by NAKAMURA Takumi · 13 years ago
  22. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  23. 0f5b687 Add unit tests for ADT/PackedVector by Argyrios Kyrtzidis · 13 years ago
  24. 104e992 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  25. 0b85d07 Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  26. 3bf2279 Disable RTTI when building unit tests. This avoids errors at link time. by Oscar Fuentes · 14 years ago
  27. 2a6899c Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. by Jakob Stoklund Olesen · 14 years ago
  28. 729b294 CMake: Fix warning in gtest header used by unit tests. by Frits van Bommel · 14 years ago
  29. b3d37e3 unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build. by NAKAMURA Takumi · 14 years ago
  30. 013d15a unittests: Merge SystemTests back into SupportTests. by Michael J. Spencer · 14 years ago
  31. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  32. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  33. f2ca4cb unittests: Add SystemTests. by Michael J. Spencer · 14 years ago
  34. a197cba Add test for PR 8111. By Frits van Bommel. by Dale Johannesen · 14 years ago
  35. 8dc9267 Add ADT/IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  36. 0f60ddc unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def. by NAKAMURA Takumi · 14 years ago
  37. 130a2dd unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 10(VS2010). by NAKAMURA Takumi · 14 years ago
  38. 737d281 Revert "Add ADT/IntervalMap.", GCC doesn't like it. by Jakob Stoklund Olesen · 14 years ago
  39. 8408edf Add ADT/IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  40. b08ca27 unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests. by NAKAMURA Takumi · 14 years ago
  41. 1a9eb2f unittests/CMakeLists.txt: Don't use RTTI, or linking failed. by NAKAMURA Takumi · 14 years ago
  42. da97563 Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target by Oscar Fuentes · 14 years ago
  43. 5e0b2bf Support: Add Endian.h by Michael J. Spencer · 14 years ago
  44. 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 14 years ago
  45. 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  46. af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 14 years ago
  47. 12647eb Reduce dpendencies for SupportTests. by Michael J. Spencer · 14 years ago
  48. 5031e0d System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  49. c576d3d Remove reference to nonexistent test in CMake makefile for unit tests by Douglas Gregor · 14 years ago
  50. 066de85 Reverting "CMake: Don't include tools, unittets, or examples as by Oscar Fuentes · 14 years ago
  51. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 14 years ago
  52. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago