2010-04-18 |
Chris Lattner | silence some unused-value warnings. |
tree | commitdiff |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
tree | commitdiff |
2010-04-13 |
Benjamin Kramer | Update unittest for allocator laziness. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | update unit test for api change. |
tree | commitdiff |
2010-03-26 |
Dan Gohman | Fix SmallVector's insert to handle non-random-access... |
tree | commitdiff |
2010-03-18 |
Gabor Greif | another one |
tree | commitdiff |
2010-03-18 |
Dan Gohman | Make this test more lenient; with SmallVector now using... |
tree | commitdiff |
2010-03-17 |
Gabor Greif | feedback from Nick |
tree | commitdiff |
2010-03-17 |
Jeffrey Yasskin | Fix death tests in -Asserts builds. |
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 |
Nick Lewycky | Teach this test not to leak. Also, clean up all the... |
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-09 |
Chandler Carruth | Consolidate GoogleTest make options and duplicate them... |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Stop leaking MDStrings. |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Fix PR6360. It's easy for a stub's address to escape... |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Fix PR5291, in which a SmallPtrSet iterator was held... |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Spelling fixes. |
tree | commitdiff |
2010-02-28 |
John McCall | Teach APFloat how to create both QNaNs and SNaNs and... |
tree | commitdiff |
2010-02-26 |
John McCall | Make APFloat's string-parsing routines a bit safer... |
tree | commitdiff |
2010-02-25 |
Jeffrey Yasskin | Try r96559 for the third time. This time the shared... |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
tree | commitdiff |
2010-02-18 |
Jeffrey Yasskin | Roll back the shared library, r96559. It broke two... |
tree | commitdiff |
2010-02-18 |
Jeffrey Yasskin | Add a shared library for LLVM, named libLLVM2.7svn... |
tree | commitdiff |
2010-02-17 |
Daniel Dunbar | Add Regex::sub, for doing regular expression substituti... |
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 (harmless) memory leak found by memcheck. |
tree | commitdiff |
2010-02-11 |
Jeffrey Yasskin | Fix some of the memcheck errors found in the JIT unittests. |
tree | commitdiff |
2010-02-11 |
Jeffrey Yasskin | Make it possible to create multiple JIT instances at... |
tree | commitdiff |
2010-02-10 |
Benjamin Kramer | Silence GCC warnings. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Implement operators |=, &=, and ^= for SmallBitVector... |
tree | commitdiff |
2010-02-09 |
Dale Johannesen | Disable unittests/ADT/BitVectorTest on PPC Darwin. |
tree | commitdiff |
2010-02-09 |
Jeffrey Yasskin | Add support for TypeBuilder<const/volatile void*, false>. |
tree | commitdiff |
2010-02-03 |
John McCall | Make APInt::countLeadingZerosSlowCase() treat the conte... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
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-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Torok Edwin | Fix TimeValue::now() on Unix. |
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 |
2010-01-05 |
Dan Gohman | Add a SmallBitVector class, which mimics BitVector... |
tree | commitdiff |
2009-12-31 |
Benjamin Kramer | Silence compiler warning. |
tree | commitdiff |
2009-12-31 |
Douglas Gregor | Document the edit-distance algorithm used in StringRef... |
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-24 |
John McCall | Implement support for converting to string at "natural... |
tree | commitdiff |
2009-12-24 |
Douglas Gregor | Move the two definitions of operator<< into namespace... |
tree | commitdiff |
2009-12-24 |
Douglas Gregor | Define the new operator<< for sets into namespace std... |
tree | commitdiff |
2009-12-24 |
John McCall | Add accessors for the largest-magnitude, smallest-magni... |
tree | commitdiff |
2009-12-23 |
Jeffrey Yasskin | Disable JITTest.FunctionIsRecompiledAndRelinked on... |
tree | commitdiff |
2009-12-22 |
Jeffrey Yasskin | Partially revert r91626. Materializing extra functions... |
tree | commitdiff |
2009-12-22 |
Jeffrey Yasskin | Fix a crash in JIT::recompileAndRelinkFunction(). It... |
tree | commitdiff |
2009-12-21 |
Eli Friedman | Change StringRef::startswith and StringRef::endswith... |
tree | commitdiff |
2009-12-18 |
Rafael Espindola | Catch more cases of a pointer being marked garbage... |
tree | commitdiff |
2009-12-17 |
Jeffrey Yasskin | Don't codegen available_externally functions. Fixes... |
tree | commitdiff |
2009-12-17 |
Jeffrey Yasskin | This fixes a memory leak in OpaqueType found by Google... |
tree | commitdiff |
2009-12-13 |
Jeffrey Yasskin | Reinstate r91208 to fix available_externally linkage... |
tree | commitdiff |
2009-12-12 |
Jeffrey Yasskin | Revert r91208. Something on Linux prevents the JIT... |
tree | commitdiff |
2009-12-12 |
Jeffrey Yasskin | Fix available_externally linkage for globals. It's... |
tree | commitdiff |
2009-12-03 |
Daniel Dunbar | Add an implementation of the delta debugging algorithm. |
tree | commitdiff |
2009-11-24 |
Jeffrey Yasskin | Oops. Re-disable JITTest.NoStubs on ARM and PPC since... |
tree | commitdiff |
2009-11-23 |
Jeffrey Yasskin | * Move stub allocation inside the JITEmitter, instead... |
tree | commitdiff |
2009-11-19 |
Duncan Sands | Only run this mutex test if threading is enabled. ... |
tree | commitdiff |
2009-11-19 |
Benjamin Kramer | Reenable Split2 StringRef test with Apple gcc. |
tree | commitdiff |
2009-11-17 |
Daniel Dunbar | "XFAIL" the Split2 StringReft test with Apple gcc,... |
tree | commitdiff |
2009-11-16 |
Jeffrey Yasskin | Revert the test from r88984. It relies on being able... |
tree | commitdiff |
2009-11-16 |
Jeffrey Yasskin | Make X86-64 in the Large model always emit 64-bit calls. |
tree | commitdiff |
2009-11-14 |
Benjamin Kramer | This test doesn't work on arm either. |
tree | commitdiff |
2009-11-13 |
Bill Wendling | Disable the JITTest.NoStubs test for Darwin PPC. It... |
tree | commitdiff |
2009-11-13 |
Rafael Espindola | Distinguish "a," from "a". The first one splits into... |
tree | commitdiff |
2009-11-13 |
Rafael Espindola | Switch to smallvector. Also fix issue with using unsige... |
tree | commitdiff |
2009-11-13 |
Rafael Espindola | Add a new split method to StringRef that puts the subst... |
tree | commitdiff |
2009-11-12 |
Eric Christopher | Use stubs when we have them, otherwise use code we... |
tree | commitdiff |
2009-11-11 |
Jeffrey Yasskin | Fix JITTest.ModuleDeletion in -Asserts mode (which... |
tree | commitdiff |
2009-11-11 |
Daniel Dunbar | Add From arguments to StringRef search functions, and... |
tree | commitdiff |
2009-11-10 |
Jeffrey Yasskin | Fix DenseMap iterator constness. |
tree | commitdiff |
2009-11-09 |
Jeffrey Yasskin | Remove dlsym stubs, with Nate Begeman's permission. |
tree | commitdiff |
2009-10-28 |
Jeffrey Yasskin | Fix the ModuleDeletion test on PPC and ARM. |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Revert the API changes from r85295 to make it easier... |
tree | commitdiff |
2009-10-27 |
Devang Patel | Factor out redundancy from clone() implementations. |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
tree | commitdiff |
2009-10-27 |
Chris Lattner | Type.h doesn't need to #include LLVMContext.h |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Automatically do the equivalent of freeMachineCodeForFu... |
tree | commitdiff |
2009-10-26 |
Julien Lerouge | Remove / use flags that are now set in the Makefile... |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-23 |
Jeffrey Yasskin | Fix llvm.org/PR4822: allow module deletion after a... |
tree | commitdiff |
2009-10-23 |
Jeffrey Yasskin | Fix stylistic and documentation problems in ValueMap... |
tree | commitdiff |
2009-10-22 |
Jeffrey Yasskin | Try r84890 again (adding ValueMap<>), now that I've... |
tree | commitdiff |
2009-10-22 |
Jeffrey Yasskin | Revert r84890, which broke the linux build. |
tree | commitdiff |
2009-10-22 |
Jeffrey Yasskin | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap... |
tree | commitdiff |
2009-10-20 |
Jeffrey Yasskin | Move the Function*->allocated blocks map from the JITMe... |
tree | commitdiff |
next |