Age | Commit message (Expand) | Author |
2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |
2009-07-01 | Fix unit tests for LLVMContext+Module. | Owen Anderson |
2009-06-30 | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman |
2009-06-30 | Revert my intentional breakage. | Daniel Dunbar |
2009-06-30 | Intentionally break a unittest to test my buildbot gtest command. | Daniel Dunbar |
2009-06-29 | Fix order of arguments to EXPECT_EQ | Daniel Dunbar |
2009-06-29 | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Torok Edwin |
2009-06-25 | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin |
2009-06-24 | Sketch streamer support for .align, .org functionality. | Daniel Dunbar |
2009-06-24 | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar |
2009-06-24 | MCStreamer: Test printing values. | Daniel Dunbar |
2009-06-24 | Start MCAsmStreamer implementation. | Daniel Dunbar |
2009-06-09 | Reversed order of args in EXPECT_EQ() macros to be in the correct order: | Misha Brukman |
2009-05-30 | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky |
2009-05-18 | Fix a compile warning. | Daniel Dunbar |
2009-05-10 | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky |
2009-05-02 | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman |
2009-05-01 | Prevent looping when DenseSet is abused. | Stuart Hastings |
2009-04-27 | Add tests for WeakVH and AssertingVH. These pointed out that the overloads for | Jeffrey Yasskin |
2009-04-25 | Add a new TypeBuilder helper class, which eases making LLVM IR types. | Chris Lattner |
2009-04-25 | Fix PR4040: APInt's string constructor is too strict | Chris Lattner |
2009-04-24 | "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, | Chris Lattner |
2009-04-23 | Use the testcase from PR2791. | Owen Anderson |
2009-04-09 | Fix pointer casting problem. | Nick Lewycky |
2009-04-09 | Fixed compiler warning. | Misha Brukman |
2009-04-08 | * Fixed calls to APInt ctor to work for negative values on Darwin/x86 | Misha Brukman |
2009-04-04 | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky |
2009-04-01 | Make the constants fit. | Bill Wendling |
2009-04-01 | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar |
2009-04-01 | Added tests for math utility functions; fixed another test's header comment. | Misha Brukman |
2009-04-01 | include Makefile.common before using $(BuildMode) to get its definition | Misha Brukman |
2009-03-24 | Converted a1.ll to unittests. | Misha Brukman |
2009-03-19 | Renamed unittest files to have a consistent {Tt}est suffix. | Misha Brukman |
2009-03-17 | Minimal raw_ostream unit tests | Daniel Dunbar |
2009-02-26 | Remove libtool. | Nick Lewycky |
2009-02-09 | Fix comment. | Bill Wendling |
2009-01-27 | APInt's countLeadingOnes() was broken for negative i128 values, | Torok Edwin |
2009-01-19 | Port this test from dejagnu to unit testing. | Nick Lewycky |
2009-01-11 | Fix naming of file. | Bill Wendling |
2009-01-10 | Adding unittests for SmallVector. Test by Talin. | Bill Wendling |
2009-01-08 | Some generic clean-ups. Also make the StringMapEntryInitializer specializatio... | Bill Wendling |
2009-01-08 | * Don't explicitly cast "0" to "void*". This doesn't work well with specialized | Bill Wendling |
2009-01-08 | 80-column violation fix. | Bill Wendling |
2009-01-08 | * Added unittests for StringMap | Misha Brukman |
2009-01-07 | Minor cleanup for unittest: | Misha Brukman |
2009-01-04 | Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to | Bill Wendling |
2009-01-03 | improve test and address Misha's comments | Nuno Lopes |
2009-01-02 | Reassign the buffer to the pointer so that we don't overwrite memory. | Bill Wendling |
2009-01-02 | fist short at a new unit test for ImmutableSets. no bugs found, though :P | Nuno Lopes |
2009-01-02 | make 'make clean' remove test binaries as well | Nuno Lopes |