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