2010-12-07 |
Michael J. Spencer | Support/PathV2: Change most functions in the path names... |
tree | commitdiff |
2010-12-07 |
Frits van Bommel | CMake: Fix warning in gtest header used by unit tests. |
tree | commitdiff |
2010-12-07 |
Jay Foad | PR5207: Change APInt methods trunc(), sext(), zext... |
tree | commitdiff |
2010-12-07 |
NAKAMURA Takumi | unittests/CMakeLists.txt: Tweak unittests' layout to... |
tree | commitdiff |
2010-12-07 |
Michael J. Spencer | Support/PathV2: Remove the error_code return type from... |
tree | commitdiff |
2010-12-07 |
Michael J. Spencer | Support/PathV2: Move make_absolute from path to fs. |
tree | commitdiff |
2010-12-06 |
Michael J. Spencer | Support/FileSystem: Add directory_iterator implementation. |
tree | commitdiff |
2010-12-04 |
Michael J. Spencer | Unittests/Support/PathV2: Add FileSystem tests. |
tree | commitdiff |
2010-12-03 |
Jakob Stoklund Olesen | Add IntervalMap::iterator::set{Start,Stop,Value} method... |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Support/FileSystem: Add remove implementation. |
tree | commitdiff |
2010-12-03 |
Benjamin Kramer | unittests/Support/PathV2: remove(3) requires a terminat... |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Unittests/Support/PathV2: Cleanup and remove output. |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | unittests/Support/PathV2: Comment out test because... |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Support/FileSystem: Add unique_file and exists implemen... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Make valgrind happy. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/ADT/Twine: Add toNullTerminatedStringRef. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | unittests/Support/PathV2: Fix -pedantic warning. |
tree | commitdiff |
2010-12-01 |
Jay Foad | PR5207: Rename overloaded APInt methods set(), clear... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add is_{absolute,relative} implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add has_{root_path,root_name,root_direc... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | unittests/Support/PathV2: Make tests much shorter;... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add extension implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add stem implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add filename implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add native implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add replace_extension implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add remove_filename implementation. |
tree | commitdiff |
2010-11-30 |
Michael J. Spencer | Support/PathV2: Implement reverse iteration and parent_... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Support/PathV2: Fix 80 col. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | unittests: Merge SystemTests back into SupportTests. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Support: Add PathV2 implementation. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Disallow overlapping inserts, even when inserting the... |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Add default constructors for iterators. |
tree | commitdiff |
2010-11-28 |
Jakob Stoklund Olesen | Implement const_iterator::advanceTo(). |
tree | commitdiff |
2010-11-27 |
Jakob Stoklund Olesen | Add more tests for erase(). Fix a few exposed bugs. |
tree | commitdiff |
2010-11-27 |
Jakob Stoklund Olesen | Add test case with randomly ordered insertions, massive... |
tree | commitdiff |
2010-11-26 |
NAKAMURA Takumi | unittests/JITTests: Don't use --export-dynamic but... |
tree | commitdiff |
2010-11-26 |
Jakob Stoklund Olesen | Add B+-tree test case that creates a height 3 tree... |
tree | commitdiff |
2010-11-24 |
Michael J. Spencer | google test depends on Support. |
tree | commitdiff |
2010-11-24 |
Michael J. Spencer | unittests: Add initial Path-V2 test. |
tree | commitdiff |
2010-11-24 |
Michael J. Spencer | unittests: Add SystemTests. |
tree | commitdiff |
2010-11-24 |
Ted Kremenek | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs |
tree | commitdiff |
2010-11-23 |
Chris Lattner | reimplement SwapByteOrder.h in terms of overloading... |
tree | commitdiff |
2010-11-19 |
Jakob Stoklund Olesen | Implement IntervalMap::clear(). |
tree | commitdiff |
2010-11-19 |
Jakob Stoklund Olesen | Support backwards iteration starting from end(). |
tree | commitdiff |
2010-11-19 |
Dale Johannesen | Add test for PR 8111. By Frits van Bommel. |
tree | commitdiff |
2010-11-19 |
Jakob Stoklund Olesen | Add ADT/IntervalMap. |
tree | commitdiff |
2010-11-19 |
NAKAMURA Takumi | unittests/CMakeLists.txt: [PR8225] Tweak linking JITTes... |
tree | commitdiff |
2010-11-19 |
NAKAMURA Takumi | unittests/CMakeLists.txt: Suppress building ValueMapTes... |
tree | commitdiff |
2010-11-19 |
Jakob Stoklund Olesen | Revert "Add ADT/IntervalMap.", GCC doesn't like it. |
tree | commitdiff |
2010-11-19 |
Jakob Stoklund Olesen | Add ADT/IntervalMap. |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | Revert 119600 to unbreak the build. Francois, please... |
tree | commitdiff |
2010-11-18 |
Francois Pichet | Appease MSVC 2008: you can't use keyword this inside... |
tree | commitdiff |
2010-11-14 |
NAKAMURA Takumi | unittests/CMakeLists.txt: Add missing VMCore/ValueMapTe... |
tree | commitdiff |
2010-10-29 |
NAKAMURA Takumi | unittests/CMakeLists.txt: Don't use RTTI, or linking... |
tree | commitdiff |
2010-10-28 |
Oscar Fuentes | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New... |
tree | commitdiff |
2010-10-23 |
Chandler Carruth | Switch attribute macros to use 'LLVM_' as a prefix... |
tree | commitdiff |
2010-10-21 |
Michael J. Spencer | Support: Add Endian.h |
tree | commitdiff |
2010-10-19 |
Michael J. Spencer | unittests: Use the correct defines and global variables... |
tree | commitdiff |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-10-11 |
Michael J. Spencer | Unit Tests: Missed this error. MSVC and clang didn... |
tree | commitdiff |
2010-10-11 |
Michael J. Spencer | System: Add SwapByteOrder and update Support/MathExtras... |
tree | commitdiff |
2010-10-11 |
Michael J. Spencer | Revert "System: Add SwapByteOrder and update Support... |
tree | commitdiff |
2010-10-11 |
Michael J. Spencer | Reduce dpendencies for SupportTests. |
tree | commitdiff |
2010-10-11 |
Michael J. Spencer | System: Add SwapByteOrder and update Support/MathExtras... |
tree | commitdiff |
2010-10-04 |
Francois Pichet | static_cast to long, otherwise MSVC 2008 won't compile. |
tree | commitdiff |
2010-09-28 |
Nick Lewycky | Make ConstantRange::makeICmpRegion handle all the edge... |
tree | commitdiff |
2010-09-27 |
Douglas Gregor | Remove reference to nonexistent test in CMake makefile... |
tree | commitdiff |
2010-09-27 |
Dan Gohman | Move ValueMapTest from ADT to VMCore so that ADT doesn... |
tree | commitdiff |
2010-09-27 |
Dan Gohman | Add an all() method to BitVector, for testing whether... |
tree | commitdiff |
2010-09-25 |
Oscar Fuentes | Reverting "CMake: Don't include tools, unittets, or... |
tree | commitdiff |
2010-09-24 |
Michael J. Spencer | CMake: Don't include tools, unittets, or examples as... |
tree | commitdiff |
2010-09-24 |
Michael J. Spencer | unittests: Support Windows. |
tree | commitdiff |
2010-09-24 |
Michael J. Spencer | CMake: Build unittests. |
tree | commitdiff |
2010-09-16 |
Duncan Sands | Add better support for environment portion of triple... |
tree | commitdiff |
2010-09-14 |
Jakob Stoklund Olesen | Attempt to unbreak the FreeBSD buildbot by XFAILing... |
tree | commitdiff |
2010-09-06 |
Nick Lewycky | Add a new isSignWrappedSet() method to ConstantRange. |
tree | commitdiff |
2010-09-01 |
Chris Lattner | zap dead code. |
tree | commitdiff |
2010-08-26 |
Benjamin Kramer | StringRef::compare_numeric also differed from StringRef... |
tree | commitdiff |
2010-08-26 |
Benjamin Kramer | Do unsigned char comparisons in StringRef::compare_lowe... |
tree | commitdiff |
2010-08-19 |
Bill Wendling | Silence 'unused' warning. |
tree | commitdiff |
2010-08-17 |
Anton Korobeynikov | This patch enables "make unittests" on enable-shared... |
tree | commitdiff |
2010-08-12 |
Duncan Sands | Add a 'normalize' method to the Triple class, which... |
tree | commitdiff |
2010-08-11 |
Nick Lewycky | Clean up ConstantRange a bit: |
tree | commitdiff |
2010-08-08 |
Duncan Sands | Remove the ValueMap copy constructor. It's not used... |
tree | commitdiff |
2010-08-07 |
Owen Anderson | Add an inverse() method to ConstantRange. |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-08-02 |
Dan Gohman | Make SCEVUnknown a CallbackVH, so that it can be notifi... |
tree | commitdiff |
2010-08-02 |
Oscar Fuentes | Prefix `next' iterator operation with `llvm::'. |
tree | commitdiff |
2010-07-30 |
Duncan Sands | Fix the ValueMap copy constructor. The issue is that... |
tree | commitdiff |
2010-07-29 |
Bob Wilson | Remove the temporary hack, now that the llvm-i686-linux... |
tree | commitdiff |
2010-07-29 |
Bob Wilson | Fix the temporary hack. |
tree | commitdiff |
2010-07-29 |
Daniel Dunbar | Temporary hack to ensure stale Analysis dir is cleaned... |
tree | commitdiff |
2010-07-29 |
Eric Christopher | Speculatively revert r109705 since it seems to be causi... |
tree | commitdiff |
2010-07-29 |
Dan Gohman | Factor out some of the code for updating old SCEVUnknow... |
tree | commitdiff |
2010-07-22 |
Chris Lattner | missed a use of SizeRequired. |
tree | commitdiff |
2010-07-22 |
Chris Lattner | instead of migrating it to the MC instruction encoder... |
tree | commitdiff |
next |