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-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-09-27 |
Dan Gohman | Move ValueMapTest from ADT to VMCore so that ADT doesn... |
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 |
Oscar Fuentes | Prefix `next' iterator operation with `llvm::'. |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
tree | commitdiff |
2010-07-17 |
Chris Lattner | unit test to go along with r108610 |
tree | commitdiff |
2010-07-13 |
Chandler Carruth | Switch from EXPECT_EQ({true,false, ...) to the more... |
tree | commitdiff |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
tree | commitdiff |
2010-03-18 |
Gabor Greif | another one |
tree | commitdiff |
2010-03-17 |
Gabor Greif | feedback from Nick |
tree | commitdiff |
2010-03-16 |
Gabor Greif | more BranchInst tests |
tree | commitdiff |
2010-03-16 |
Gabor Greif | add BranchInst tests |
tree | commitdiff |
2010-03-16 |
Gabor Greif | appease valgrind testers |
tree | commitdiff |
2010-03-16 |
Gabor Greif | add single return tests |
tree | commitdiff |
2010-03-16 |
Gabor Greif | fix PR6589 |
tree | commitdiff |
2010-03-16 |
Gabor Greif | begin humbly with a repro of PR6589 |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Remove the last memory leak from the VMCore unit tests. |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Remove a memory leak from MetadataTest. |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Remove a memory leak from VerifierTest. |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Stop leaking MDStrings. |
tree | commitdiff |
2010-02-15 |
Nick Lewycky | Teach the verifier to check the condition on a branch... |
tree | commitdiff |
2010-02-11 |
Jeffrey Yasskin | Fix some of the memcheck errors found in the JIT unittests. |
tree | commitdiff |
2010-01-26 |
Jeffrey Yasskin | Roll r94484 (avoiding RTTI problems in tests) forward... |
tree | commitdiff |
2010-01-26 |
Bob Wilson | Revert 94484. Re-disable unittests that need RTTI. |
tree | commitdiff |
2010-01-26 |
Jeffrey Yasskin | Re-enable unit tests disabled in r94164 by telling... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-05 |
Devang Patel | NamedMDNode is a collection MDNodes. |
tree | commitdiff |
2009-12-31 |
Chris Lattner | don't unittest mdnode printing, we have disassembler... |
tree | commitdiff |
2009-12-31 |
Chris Lattner | rename "elements" of metadata to "operands". "Elements... |
tree | commitdiff |
2009-12-17 |
Jeffrey Yasskin | This fixes a memory leak in OpaqueType found by Google... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | Type.h doesn't need to #include LLVMContext.h |
tree | commitdiff |
2009-09-07 |
Daniel Dunbar | Update unittests for MDNode uniquing disable. |
tree | commitdiff |
2009-09-03 |
Devang Patel | Now Bitcode reader bug is fixed. Reapply 80839. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Revert 80839 for now. It causes test failures. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Use CallbackVH, instead of WeakVH, to hold MDNode elements. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Disable uniqueness test for now. |
tree | commitdiff |
2009-08-31 |
Chris Lattner | update unit test for previous change. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | upgrade for removed functions. |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Fix unit tests. |
tree | commitdiff |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
tree | commitdiff |
2009-07-30 |
Benjamin Kramer | fix a unitialized pointer in NamedMDNode (and reenable... |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Disable the NamedMDNodeTest, it is failing everywhere. |
tree | commitdiff |
2009-07-30 |
Devang Patel | Add NamedMDNode test. |
tree | commitdiff |
2009-07-29 |
Benjamin Kramer | Update unittest for LLVM API change. |
tree | commitdiff |
2009-07-28 |
Benjamin Kramer | fix unittest |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Finish migrating VMCore to StringRef/Twine based APIs. |
tree | commitdiff |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
tree | commitdiff |
2009-07-23 |
Devang Patel | MDString |
tree | commitdiff |
2009-07-23 |
Devang Patel | Derive MDNode from MetadataBase instead of Constant... |
tree | commitdiff |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
tree | commitdiff |
2009-07-14 |
Dan Gohman | Port this unittest to use LLVMContext. |
tree | commitdiff |
2009-07-08 |
Devang Patel | Drop "constant" from |
tree | commitdiff |
2009-07-08 |
Devang Patel | Update SLotTracker to handle MDNode slots. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Fix unit tests for LLVMContext+Module. |
tree | commitdiff |
2009-06-29 |
Torok Edwin | Call doInitialization(), releaseMemory(), and doFinaliz... |
tree | commitdiff |
2009-05-30 |
Nick Lewycky | Give embedded metadata its own type instead of relying... |
tree | commitdiff |
2009-05-10 |
Nick Lewycky | Make MDNode use CallbackVH. Also change MDNode to store... |
tree | commitdiff |
2009-04-24 |
Chris Lattner | "I got annoyed at the compiler warnings from ConstantIn... |
tree | commitdiff |
2009-04-09 |
Nick Lewycky | Fix pointer casting problem. |
tree | commitdiff |
2009-04-09 |
Misha Brukman | Fixed compiler warning. |
tree | commitdiff |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introdu... |
tree | commitdiff |
2009-03-24 |
Misha Brukman | Converted a1.ll to unittests. |
tree | commitdiff |
|