| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
| * | Exclude more arm jit failures pending PR10783. | Andrew Trick | 2011-09-03 | 1 | -3/+0 |
| * | Excluding ARM JIT tests until someone can fix this compilation path. | Andrew Trick | 2011-08-26 | 1 | -0/+9 |
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -6/+6 |
| * | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -2/+2 |
| * | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -2/+2 |
| * | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -2/+2 |
| * | missed a use of SizeRequired. | Chris Lattner | 2010-07-22 | 1 | -2/+0 |
| * | instead of migrating it to the MC instruction encoder, just | Chris Lattner | 2010-07-22 | 1 | -25/+0 |
| * | update unit test for api change. | Chris Lattner | 2010-04-05 | 1 | -3/+1 |
| * | 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 |
| * | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -22/+52 |
| * | Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't | Jeffrey Yasskin | 2010-01-26 | 1 | -14/+0 |
| * | Revert 94484. Re-disable unittests that need RTTI. | Bob Wilson | 2010-01-26 | 1 | -0/+14 |
| * | Re-enable unit tests disabled in r94164 by telling GTest about the | Jeffrey Yasskin | 2010-01-26 | 1 | -14/+0 |
| * | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+14 |
| * | 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 | 1 | -6/+96 |
| * | Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI | Jeffrey Yasskin | 2009-12-22 | 1 | -0/+31 |
| * | Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. | Jeffrey Yasskin | 2009-12-17 | 1 | -0/+29 |
| * | Reinstate r91208 to fix available_externally linkage for globals, with | Jeffrey Yasskin | 2009-12-13 | 1 | -0/+25 |
| * | 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 |
| * | 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 |
| * | Revert the test from r88984. It relies on being able to mmap 16GB of | Jeffrey Yasskin | 2009-11-16 | 1 | -151/+6 |
| * | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin | 2009-11-16 | 1 | -6/+151 |
| * | This test doesn't work on arm either. | Benjamin Kramer | 2009-11-14 | 1 | -3/+1 |
| * | Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implement | Bill Wendling | 2009-11-13 | 1 | -0/+4 |
| * | Use stubs when we have them, otherwise use code we already have, | Eric Christopher | 2009-11-12 | 1 | -0/+41 |
| * | Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo | Jeffrey Yasskin | 2009-11-11 | 1 | -1/+7 |
| * | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 1 | -3/+0 |
| * | Fix the ModuleDeletion test on PPC and ARM. | Jeffrey Yasskin | 2009-10-28 | 1 | -0/+1 |
| * | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin | 2009-10-27 | 1 | -3/+3 |
| * | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 1 | -3/+3 |
| * | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin | 2009-10-27 | 1 | -0/+160 |
| * | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin | 2009-10-23 | 1 | -2/+29 |
| * | PowerPC ifdef'ing considered more complicated than one might like. | Daniel Dunbar | 2009-10-20 | 1 | -1/+1 |
| * | Correct test for PowerPC. | Nick Lewycky | 2009-10-20 | 1 | -1/+1 |
| * | Also check for __POWERPC__ when skipping these tests. | Daniel Dunbar | 2009-10-19 | 1 | -1/+1 |
| * | Disable another unittest that doesn't work on arm and ppc. | Benjamin Kramer | 2009-10-15 | 1 | -1/+1 |
| * | The ARM and PowerPC jits are broken in this regard. | Nick Lewycky | 2009-10-14 | 1 | -0/+2 |
| * | Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and | Jeffrey Yasskin | 2009-10-13 | 1 | -0/+96 |
| * | Fix illegal cross-type aliasing. Found by baldrick on a newer gcc. | Jeffrey Yasskin | 2009-10-06 | 1 | -6/+4 |
| * | Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests | Jeffrey Yasskin | 2009-10-06 | 1 | -0/+53 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -2/+2 |
| * | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-31 | 1 | -1/+1 |
| * | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+1 |