| Commit message (Expand) | Author | Age | Files | Lines |
* | Goodbye, JSONParser... | Manuel Klimek | 2012-04-17 | 1 | -1/+0 |
* | Add YAML parser to Support. | Michael J. Spencer | 2012-04-03 | 1 | -0/+1 |
* | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola | 2012-03-30 | 1 | -0/+1 |
* | Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE... | Eli Bendersky | 2012-03-15 | 1 | -8/+8 |
* | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky | 2012-03-13 | 1 | -1/+25 |
* | Add a Briggs and Torczon sparse set implementation. | Jakob Stoklund Olesen | 2012-02-22 | 1 | -0/+1 |
* | Hashing.h - utilities for hashing various data types. | Talin | 2012-02-18 | 1 | -0/+1 |
* | RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, | Manuel Klimek | 2012-01-31 | 1 | -0/+1 |
* | Undo the hack in r147427 and move this unittest to a better home. This | Chandler Carruth | 2012-01-02 | 1 | -1/+4 |
* | Materialize functions whose basic blocks are used by global variables. Fixes | Rafael Espindola | 2012-01-02 | 1 | -0/+1 |
* | Adds a JSON parser and a benchmark (json-bench) to catch performance regressi... | Manuel Klimek | 2011-12-16 | 1 | -0/+1 |
* | Add a generic collection of class templates to ADT for building | Chandler Carruth | 2011-12-16 | 1 | -0/+1 |
* | Tweak CMake build on Cygwin. | NAKAMURA Takumi | 2011-12-16 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+0 |
* | Add unit tests for ADT/PackedVector | Argyrios Kyrtzidis | 2011-06-15 | 1 | -0/+1 |
* | Handle gcc-compatible compilers (such as clang) the same way we handle | Oscar Fuentes | 2011-05-11 | 1 | -1/+1 |
* | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes | 2011-02-20 | 1 | -0/+2 |
* | Disable RTTI when building unit tests. This avoids errors at link time. | Oscar Fuentes | 2011-01-13 | 1 | -0/+6 |
* | Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. | Jakob Stoklund Olesen | 2010-12-21 | 1 | -0/+1 |
* | CMake: Fix warning in gtest header used by unit tests. | Frits van Bommel | 2010-12-07 | 1 | -0/+4 |
* | unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build. | NAKAMURA Takumi | 2010-12-07 | 1 | -5/+6 |
* | unittests: Merge SystemTests back into SupportTests. | Michael J. Spencer | 2010-11-29 | 1 | -9/+2 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -3/+1 |
* | unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy... | NAKAMURA Takumi | 2010-11-26 | 1 | -0/+4 |
* | unittests: Add SystemTests. | Michael J. Spencer | 2010-11-24 | 1 | -1/+13 |
* | Add test for PR 8111. By Frits van Bommel. | Dale Johannesen | 2010-11-19 | 1 | -0/+1 |
* | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+1 |
* | unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT... | NAKAMURA Takumi | 2010-11-19 | 1 | -1/+7 |
* | unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1... | NAKAMURA Takumi | 2010-11-19 | 1 | -1/+9 |
* | Revert "Add ADT/IntervalMap.", GCC doesn't like it. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -1/+0 |
* | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+1 |
* | unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests. | NAKAMURA Takumi | 2010-11-14 | 1 | -0/+1 |
* | unittests/CMakeLists.txt: Don't use RTTI, or linking failed. | NAKAMURA Takumi | 2010-10-29 | 1 | -1/+0 |
* | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target | Oscar Fuentes | 2010-10-28 | 1 | -0/+3 |
* | Support: Add Endian.h | Michael J. Spencer | 2010-10-21 | 1 | -1/+2 |
* | unittests: Use the correct defines and global variables when building on CMake. | Michael J. Spencer | 2010-10-19 | 1 | -0/+2 |
* | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer | 2010-10-11 | 1 | -0/+1 |
* | Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." | Michael J. Spencer | 2010-10-11 | 1 | -1/+0 |
* | Reduce dpendencies for SupportTests. | Michael J. Spencer | 2010-10-11 | 1 | -13/+19 |
* | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer | 2010-10-11 | 1 | -0/+1 |
* | Remove reference to nonexistent test in CMake makefile for unit tests | Douglas Gregor | 2010-09-27 | 1 | -2/+1 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -3/+1 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -1/+3 |
* | CMake: Build unittests. | Michael J. Spencer | 2010-09-24 | 1 | -0/+95 |