Age | Commit message (Expand) | Author |
2009-11-11 | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar |
2009-11-10 | Fix DenseMap iterator constness. | Jeffrey Yasskin |
2009-11-09 | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin |
2009-10-28 | Fix the ModuleDeletion test on PPC and ARM. | Jeffrey Yasskin |
2009-10-27 | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin |
2009-10-27 | Factor out redundancy from clone() implementations. | Devang Patel |
2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin |
2009-10-27 | Type.h doesn't need to #include LLVMContext.h | Chris Lattner |
2009-10-27 | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin |
2009-10-26 | Remove / use flags that are now set in the Makefile.config. | Julien Lerouge |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-23 | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin |
2009-10-23 | Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and | Jeffrey Yasskin |
2009-10-22 | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin |
2009-10-22 | Revert r84890, which broke the linux build. | Jeffrey Yasskin |
2009-10-22 | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin |
2009-10-20 | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin |
2009-10-20 | PowerPC ifdef'ing considered more complicated than one might like. | Daniel Dunbar |
2009-10-20 | Correct test for PowerPC. | Nick Lewycky |
2009-10-19 | Also check for __POWERPC__ when skipping these tests. | Daniel Dunbar |
2009-10-17 | Add raw_ostream::write_escaped, for writing escaped strings. | Daniel Dunbar |
2009-10-15 | Disable another unittest that doesn't work on arm and ppc. | Benjamin Kramer |
2009-10-14 | The ARM and PowerPC jits are broken in this regard. | Nick Lewycky |
2009-10-13 | Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and | Jeffrey Yasskin |
2009-10-13 | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin |
2009-10-13 | Pacify the compiler (signed with unsigned comparison) by making | Duncan Sands |
2009-10-13 | Add a ceilLogBase2 function to APInt. | Dan Gohman |
2009-10-12 | Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the | Jeffrey Yasskin |
2009-10-09 | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin |
2009-10-06 | Fix illegal cross-type aliasing. Found by baldrick on a newer gcc. | Jeffrey Yasskin |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
2009-10-06 | Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests | Jeffrey Yasskin |
2009-10-02 | Try to fix unit test linking on linux ... | Benjamin Kramer |
2009-10-02 | MingW build fixes | Benjamin Kramer |
2009-09-27 | New unit test for the cloning module, which so far only covers cloning of | Nick Lewycky |
2009-09-27 | Link order: it matters. | Nick Lewycky |
2009-09-26 | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner |
2009-09-25 | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin |
2009-09-24 | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner |
2009-09-24 | Roll back r82348, which introduced an infinite loop in ParseCStringVector() that | Jeffrey Yasskin |
2009-09-18 | Fix a few more conversion warnings on 4.0 | Daniel Dunbar |
2009-09-17 | Another try at fixing compile warnings on 4.0 | Daniel Dunbar |
2009-09-16 | Add StringRef::{rfind, rsplit} | Daniel Dunbar |
2009-09-15 | Drop the raw_ostream required buffer size to 1. | Daniel Dunbar |
2009-09-14 | Attempt to fix some 4.0.0 build warnings. | Daniel Dunbar |
2009-09-13 | Build (not test) the unittests as part of a normal build. | Daniel Dunbar |
2009-09-13 | Move unittest driver to utils/unittest/UnitTestMain. | Daniel Dunbar |
2009-09-13 | Revert unittests build changes temporarily, the unit test build isn't -j safe. | Daniel Dunbar |
2009-09-13 | Build (not test) the unittests as part of a normal build. | Daniel Dunbar |
2009-09-09 | Make TypeBuilder's result depend on the LLVMContext it's passed. | Jeffrey Yasskin |