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 |
2009-10-20 |
Daniel Dunbar | PowerPC ifdef'ing considered more complicated than... |
tree | commitdiff |
2009-10-20 |
Nick Lewycky | Correct test for PowerPC. |
tree | commitdiff |
2009-10-19 |
Daniel Dunbar | Also check for __POWERPC__ when skipping these tests. |
tree | commitdiff |
2009-10-17 |
Daniel Dunbar | Add raw_ostream::write_escaped, for writing escaped... |
tree | commitdiff |
2009-10-15 |
Benjamin Kramer | Disable another unittest that doesn't work on arm and... |
tree | commitdiff |
2009-10-14 |
Nick Lewycky | The ARM and PowerPC jits are broken in this regard. |
tree | commitdiff |
2009-10-13 |
Jeffrey Yasskin | Keep track of stubs that are created. This fixes PR5162... |
tree | commitdiff |
2009-10-13 |
Jeffrey Yasskin | Make the ExecutionEngine automatically remove global... |
tree | commitdiff |
2009-10-13 |
Duncan Sands | Pacify the compiler (signed with unsigned comparison... |
tree | commitdiff |
2009-10-13 |
Dan Gohman | Add a ceilLogBase2 function to APInt. |
tree | commitdiff |
2009-10-12 |
Jeffrey Yasskin | Fix llvm.org/PR5160, to let CallbackVHs modify other... |
tree | commitdiff |
2009-10-09 |
Jeffrey Yasskin | ExecutionEngine::clearGlobalMappingsFromModule failed... |
tree | commitdiff |
2009-10-06 |
Jeffrey Yasskin | Fix illegal cross-type aliasing. Found by baldrick... |
tree | commitdiff |
2009-10-06 |
Duncan Sands | Introduce and use convenience methods for getting point... |
tree | commitdiff |
2009-10-06 |
Jeffrey Yasskin | Fix llvm.org/PR5116 by rolling back r60822. This passe... |
tree | commitdiff |
2009-10-02 |
Benjamin Kramer | Try to fix unit test linking on linux ... |
tree | commitdiff |
2009-10-02 |
Benjamin Kramer | MingW build fixes |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | New unit test for the cloning module, which so far... |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Link order: it matters. |
tree | commitdiff |
2009-09-26 |
Chris Lattner | remove support for "NoSub" from regex. It seems like... |
tree | commitdiff |
2009-09-25 |
Jeffrey Yasskin | Fix a compile failure introduced by r82675 on MinGW... |
tree | commitdiff |
2009-09-24 |
Chris Lattner | add and document regex support for FileCheck. You... |
tree | commitdiff |
2009-09-24 |
Jeffrey Yasskin | Roll back r82348, which introduced an infinite loop... |
tree | commitdiff |
2009-09-18 |
Daniel Dunbar | Fix a few more conversion warnings on 4.0 |
tree | commitdiff |
2009-09-17 |
Daniel Dunbar | Another try at fixing compile warnings on 4.0 |
tree | commitdiff |
2009-09-16 |
Daniel Dunbar | Add StringRef::{rfind, rsplit} |
tree | commitdiff |
2009-09-15 |
Daniel Dunbar | Drop the raw_ostream required buffer size to 1. |
tree | commitdiff |
2009-09-14 |
Daniel Dunbar | Attempt to fix some 4.0.0 build warnings. |
tree | commitdiff |
2009-09-13 |
Daniel Dunbar | Build (not test) the unittests as part of a normal... |
tree | commitdiff |
2009-09-13 |
Daniel Dunbar | Move unittest driver to utils/unittest/UnitTestMain. |
tree | commitdiff |
2009-09-13 |
Daniel Dunbar | Revert unittests build changes temporarily, the unit... |
tree | commitdiff |
2009-09-13 |
Daniel Dunbar | Build (not test) the unittests as part of a normal... |
tree | commitdiff |
2009-09-09 |
Jeffrey Yasskin | Make TypeBuilder's result depend on the LLVMContext... |
tree | commitdiff |
2009-09-07 |
Daniel Dunbar | Update unittests for MDNode uniquing disable. |
tree | commitdiff |
2009-09-06 |
Daniel Dunbar | Simplify, now that gtest supports raw_ostream directly. |
tree | commitdiff |
2009-09-05 |
Nick Lewycky | Now that googletest can print ConstantRange, use EXPECT... |
tree | commitdiff |
2009-09-05 |
Jeffrey Yasskin | Teach googletest to use raw_ostream instead of just... |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Add test for PR4873, which works for me. |
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-30 |
Torok Edwin | Add regular expression matching support, based on OpenB... |
tree | commitdiff |
2009-08-24 |
Chris Lattner | split raw_os_ostream out to its own header and implemen... |
tree | commitdiff |
2009-08-24 |
Daniel Dunbar | Unbreak unit tests. |
tree | commitdiff |
2009-08-23 |
Daniel Dunbar | Fix off-by-one in llvm::Format::print. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | convert all the constant range EXPECT_EQ tests to use... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | upgrade for removed functions. |
tree | commitdiff |
2009-08-21 |
Bill Wendling | Correct for recent assert change. |
tree | commitdiff |
2009-08-21 |
Erick Tryzelaar | Fix bug with APInt::getBitsNeeded with for base 10... |
tree | commitdiff |
2009-08-21 |
Erick Tryzelaar | Allow '+' to appear in APInt strings, and add more... |
tree | commitdiff |
2009-08-20 |
Erick Tryzelaar | Add support for including '+' in APFloat strings, more... |
tree | commitdiff |
2009-08-20 |
Daniel Dunbar | Fix two APFloat bugs in converting hexadecimal constants. |
tree | commitdiff |
next |