2012-09-14 |
Daniel Dunbar | formatted_raw_ostream: Fix a serious bug in tell(). |
tree | commitdiff |
2012-09-14 |
David Blaikie | Fix up erroneous alignas usage while making this portab... |
tree | commitdiff |
2012-08-30 |
NAKAMURA Takumi | ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec... |
tree | commitdiff |
2012-08-21 |
Richard Smith | Don't pass a null pointer to cast<> in its unit tests. |
tree | commitdiff |
2012-08-20 |
Benjamin Kramer | DataExtractor: Fix integer truncation issues in LEB128... |
tree | commitdiff |
2012-08-17 |
Chandler Carruth | Flatten the aligned-char-array utility template to... |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | Properly test the LLVM_USE_RVALUE_REFERENCES macro. |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | [PathV2] Add mapped_file_region. Implementation for... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix another roundToIntegral bug where very large values... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix a problem with APFloat::roundToIntegral where it... |
tree | commitdiff |
2012-08-13 |
Alexander Kornienko | Added test for non-static use of cl::opt (fixed in... |
tree | commitdiff |
2012-08-04 |
Benjamin Kramer | Update cmake build. |
tree | commitdiff |
2012-08-04 |
Benjamin Kramer | Postpone the deletion of the old name in StructType... |
tree | commitdiff |
2012-08-01 |
Chandler Carruth | Add range erase, element insert, and range insert metho... |
tree | commitdiff |
2012-08-01 |
Nick Kledzik | Initial commit of new FileOutputBuffer support class. |
tree | commitdiff |
2012-08-01 |
Akira Hatanaka | Implement MipsJITInfo::replaceMachineCodeForFunction. |
tree | commitdiff |
2012-07-31 |
Nick Kledzik | Suppress stderr noise when test case runs. |
tree | commitdiff |
2012-07-31 |
Chandler Carruth | Implement copy and move assignment for TinyPtrVector... |
tree | commitdiff |
2012-07-31 |
Chandler Carruth | Bring TinyPtrVector under test. Somehow we never picked... |
tree | commitdiff |
2012-07-30 |
Chandler Carruth | Move the SmallVector unit tests to be type-parameterize... |
tree | commitdiff |
2012-07-23 |
Nuno Lopes | make ConstantRange::zeroExtend() optimal |
tree | commitdiff |
2012-07-16 |
Nuno Lopes | teach ConstantRange that zero times X is always zero |
tree | commitdiff |
2012-07-16 |
Nuno Lopes | make ConstantRange::getSetSize() properly compute the... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Add support for attaching branch weight metadata direct... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Add a boring bit of boilerplate to start testing IRBuil... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Move the IRBuilder unittest from Support to VMCore... |
tree | commitdiff |
2012-07-15 |
Chandler Carruth | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder... |
tree | commitdiff |
2012-07-15 |
Chandler Carruth | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h,... |
tree | commitdiff |
2012-07-02 |
Eric Christopher | Revert "IntRange:" as it appears to be breaking self... |
tree | commitdiff |
2012-07-02 |
Stepan Dyatkovskiy | IntRange: |
tree | commitdiff |
2012-06-29 |
Chandler Carruth | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h |
tree | commitdiff |
2012-06-29 |
Bill Wendling | The DIBuilder class is just a wrapper around debug... |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | add ConstantRange::difference (to perform set differenc... |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | fix a off-by-one bug in intersectWith(), and add a... |
tree | commitdiff |
2012-06-28 |
Bill Wendling | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetTest: Due to compilation failure with... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetMapping: implemented "diff" operation... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetMapping: removed exclude operation, it... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [Win32] Suppress FileSystem... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [Win32] Suppress FileSystem... |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | llvm/unittests: Simplify LINK_COMPONENTS. |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OP... |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Add a pragma to supress an MSVC warning on some of... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Add some missing dependencies here that I missed in... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Completely refactor the structuring of unittest CMake... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Factor the logic for setting up a GoogleTest unit test... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Simplify the naming pattern in the unittests' CMake... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Remove one of the LLVM-specific CMake hacks in favor... |
tree | commitdiff |
2012-06-20 |
Chandler Carruth | Fix inappropriate use of anonymous namespaces in unittests. |
tree | commitdiff |
2012-06-20 |
Nick Kledzik | Add permissions(), map_file_pages(), and unmap_file_pag... |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Fix PR13148, an inf-loop in StringMap. |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Remove some superfluous SCOPED_TRACEs from this unit... |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | For reasons I can't fathom MSVC supports ULL but not... |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | Add missing unittest files to the cmake build. |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | Remove SmallMap unittests, unbreaking the build. |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | Bring the return value of SmallVector::insert in line... |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | SmallVector: return a valid iterator for the rare case... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Add a unit test for 'swap', and fix a pile of bugs in |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Disable a particular assertion on MSVC... I'm deeply... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Add tests for *DenesMap for both key and value types... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Introduce a SmallDenseMap container that re-uses the... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Add some somewhat exhaustive tests of sizeof properties... |
tree | commitdiff |
2012-06-16 |
Benjamin Kramer | Update CMake build. |
tree | commitdiff |
2012-06-16 |
Benjamin Kramer | Merge the SmallBitVector and BitVector unit tests with... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Relax one assertion -- long double has strange alignmen... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Try to reduce the size of the array used for compile... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Add support to the alignment support header for conjuri... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Work around a bug with MSVC 10 where it fails to recogn... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Type parameterize the DenseMap unit tests. |
tree | commitdiff |
2012-06-06 |
Benjamin Kramer | Round 2 of dead private variable removal. |
tree | commitdiff |
2012-06-06 |
Justin Holewinski | Fix gtest build issue on Visual Studio 2012 RC |
tree | commitdiff |
2012-06-05 |
Stepan Dyatkovskiy | IntegersSubsetMapping: added exclude operation, that... |
tree | commitdiff |
2012-06-05 |
Stepan Dyatkovskiy | IntegersSubsetMapping: |
tree | commitdiff |
2012-06-02 |
Stepan Dyatkovskiy | Added unittests for IntegersSubset and IntegersSubsetMa... |
tree | commitdiff |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
tree | commitdiff |
2012-05-24 |
Justin Holewinski | Remove the PTX back-end and all of its artifacts (tripl... |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | fix the quotient returned by sdivrem() for the case... |
tree | commitdiff |
2012-05-18 |
Nuno Lopes | fix corner case in ConstantRange::intersectWith(). |
tree | commitdiff |
2012-05-16 |
Simon Atanasyan | Disable JITTest.FunctionIsRecompiledAndRelinked and... |
tree | commitdiff |
2012-05-15 |
Bill Wendling | Remove warning about testing unsigned int with int. |
tree | commitdiff |
2012-05-15 |
Stepan Dyatkovskiy | Fixed one small stupid, but critical bug. |
tree | commitdiff |
2012-05-14 |
Jakob Stoklund Olesen | Remove the expensive BitVector::operator~(). |
tree | commitdiff |
2012-05-14 |
Jakob Stoklund Olesen | Add BitVector::anyCommon(). |
tree | commitdiff |
2012-05-11 |
Michael J. Spencer | [Support/StringRef] Add find_last_not_of and {r,l,... |
tree | commitdiff |
2012-05-09 |
Chad Rosier | Add unittests for Triple::getMacOSXVersion and Triple... |
tree | commitdiff |
2012-04-29 |
Benjamin Kramer | SmallVector: Don't rely on having an assignment operato... |
tree | commitdiff |
2012-04-26 |
Stepan Dyatkovskiy | Fixed SmallMap test. The order of items is undefined... |
tree | commitdiff |
2012-04-25 |
Benjamin Kramer | Reapply the SmallMap patch with a fix. |
tree | commitdiff |
2012-04-25 |
Eric Christopher | Revert "First implementation of:" |
tree | commitdiff |
2012-04-25 |
Stepan Dyatkovskiy | First implementation of: |
tree | commitdiff |
2012-04-20 |
Andrew Trick | SparseSet: Add support for key-derived indexes and... |
tree | commitdiff |
2012-04-17 |
Manuel Klimek | Goodbye, JSONParser... |
tree | commitdiff |
2012-04-16 |
Duncan Sands | Remove support for the special 'fast' value for fpmath... |
tree | commitdiff |
2012-04-16 |
Duncan Sands | Make it possible to indicate relaxed floating point... |
tree | commitdiff |
2012-04-15 |
Duncan Sands | Add the MDBuilder helper class for conveniently creatin... |
tree | commitdiff |
2012-04-03 |
Michael J. Spencer | Add YAML parser to Support. |
tree | commitdiff |
2012-04-02 |
Hal Finkel | Add triple support for the IBM BG/P and BG/Q supercompu... |
tree | commitdiff |
2012-03-31 |
Duncan Sands | I noticed in passing that the Metadata getIfExists... |
tree | commitdiff |
2012-03-30 |
Rafael Espindola | Handle unreachable code in the dominates functions... |
tree | commitdiff |
next |