| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR6360. It's easy for a stub's address to escape to user code, so we can't | Jeffrey Yasskin | 2010-03-04 | 1 | -0/+23 |
* | Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into | Jeffrey Yasskin | 2010-03-04 | 1 | -0/+27 |
* | Spelling fixes. | Dan Gohman | 2010-03-01 | 1 | -1/+1 |
* | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall | 2010-02-28 | 1 | -0/+29 |
* | Make APFloat's string-parsing routines a bit safer against very large exponents. | John McCall | 2010-02-26 | 1 | -0/+7 |
* | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 1 | -1/+10 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -12/+1 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 1 | -1/+12 |
* | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -5/+1 |
* | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -1/+5 |
* | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+29 |
* | Teach the verifier to check the condition on a branch and ensure that it has | Nick Lewycky | 2010-02-15 | 1 | -0/+44 |
* | Fix (harmless) memory leak found by memcheck. | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+1 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 1 | -4/+6 |
* | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+164 |
* | Silence GCC warnings. | Benjamin Kramer | 2010-02-10 | 2 | -12/+12 |
* | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 2010-02-10 | 2 | -0/+79 |
* | Disable unittests/ADT/BitVectorTest on PPC Darwin. | Dale Johannesen | 2010-02-09 | 2 | -0/+10 |
* | Add support for TypeBuilder<const/volatile void*, false>. | Jeffrey Yasskin | 2010-02-09 | 1 | -1/+8 |
* | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall | 2010-02-03 | 1 | -0/+2 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 2 | -23/+52 |
* | Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't | Jeffrey Yasskin | 2010-01-26 | 4 | -22/+5 |
* | Revert 94484. Re-disable unittests that need RTTI. | Bob Wilson | 2010-01-26 | 4 | -5/+22 |
* | Re-enable unit tests disabled in r94164 by telling GTest about the | Jeffrey Yasskin | 2010-01-26 | 4 | -22/+5 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+2 |
* | Fix TimeValue::now() on Unix. | Edwin Török | 2010-01-22 | 1 | -0/+16 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 3 | -0/+23 |
* | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -1/+1 |
* | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman | 2010-01-05 | 2 | -0/+280 |
* | Silence compiler warning. | Benjamin Kramer | 2009-12-31 | 1 | -1/+1 |
* | Document the edit-distance algorithm used in StringRef, switch it over | Douglas Gregor | 2009-12-31 | 1 | -0/+5 |
* | don't unittest mdnode printing, we have disassembler tests for this. | Chris Lattner | 2009-12-31 | 1 | -18/+1 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -6/+6 |
* | Implement support for converting to string at "natural precision", and fix some | John McCall | 2009-12-24 | 1 | -1/+3 |
* | Move the two definitions of operator<< into namespace llvm, so they | Douglas Gregor | 2009-12-24 | 1 | -1/+4 |
* | Define the new operator<< for sets into namespace std, so that | Douglas Gregor | 2009-12-24 | 1 | -0/+4 |
* | Add accessors for the largest-magnitude, smallest-magnitude, and | John McCall | 2009-12-24 | 1 | -0/+20 |
* | Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not | Jeffrey Yasskin | 2009-12-23 | 1 | -0/+4 |
* | Partially revert r91626. Materializing extra functions to determine whether | Jeffrey Yasskin | 2009-12-22 | 2 | -7/+97 |
* | Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI | Jeffrey Yasskin | 2009-12-22 | 1 | -0/+31 |
* | Change StringRef::startswith and StringRef::endswith to versions which are a | Eli Friedman | 2009-12-21 | 1 | -0/+8 |
* | Catch more cases of a pointer being marked garbage twice. This helps when | Rafael Espindola | 2009-12-18 | 1 | -0/+29 |
* | Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. | Jeffrey Yasskin | 2009-12-17 | 1 | -0/+29 |
* | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin | 2009-12-17 | 1 | -0/+31 |
* | Reinstate r91208 to fix available_externally linkage for globals, with | Jeffrey Yasskin | 2009-12-13 | 2 | -0/+28 |
* | Revert r91208. Something on Linux prevents the JIT from looking up a symbol | Jeffrey Yasskin | 2009-12-12 | 1 | -25/+0 |
* | Fix available_externally linkage for globals. It's probably still not | Jeffrey Yasskin | 2009-12-12 | 1 | -0/+25 |
* | Add an implementation of the delta debugging algorithm. | Daniel Dunbar | 2009-12-03 | 1 | -0/+96 |
* | Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to | Jeffrey Yasskin | 2009-11-24 | 1 | -0/+5 |
* | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin | 2009-11-23 | 1 | -3/+34 |