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 |
2009-08-20 |
Misha Brukman | Fixed header comment. |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Add min and max tests. |
tree | commitdiff |
2009-08-19 |
Benjamin Kramer | Remove SmallString::append_*int* unit tests. |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Add SmallVector::{capacity,set_size}. |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Improve Triple to recognize the OS in i386-mingw32. |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Fix pasto in StringRef::count(char) |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Add StringRef::count({char,StringRef}) |
tree | commitdiff |
2009-08-17 |
Erick Tryzelaar | Wrap unit test death tests in GTEST_HAS_DEATH_TEST |
tree | commitdiff |
2009-08-17 |
Erick Tryzelaar | Change APFloatTest from using ASSERTs to EXPECTs |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Modify APFloat to take a StringRef instead of a c string. |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Add failure tests to APInt unit test. |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-13 |
Daniel Dunbar | Convert APint::{fromString,APInt,getBitsNeeded} to... |
tree | commitdiff |
2009-08-12 |
Benjamin Kramer | Fix unit test on FreeBSD. We need to make sure there... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | StringRef: Add find(char) and find(StringRef). |
tree | commitdiff |
2009-08-07 |
Jeffrey Yasskin | To catch bugs like the one fixed in |
tree | commitdiff |
2009-08-05 |
Owen Anderson | Update unit test. |
tree | commitdiff |
2009-08-04 |
Jeffrey Yasskin | Make ExecutionEngine::updateGlobalMapping(GV, NULL... |
tree | commitdiff |
2009-08-01 |
Benjamin Kramer | Remove now empty unit test directory. |
tree | commitdiff |
2009-08-01 |
Chris Lattner | daniel says it's fine to nuke this. |
tree | commitdiff |
2009-08-01 |
Chris Lattner | update for new api |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Fix unit tests. |
tree | commitdiff |
2009-07-31 |
Benjamin Kramer | Update unittest for LLVM API change. |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
tree | commitdiff |
2009-07-31 |
Benjamin Kramer | Adjust unit test for the MCSection changes. |
tree | commitdiff |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Twine: Use raw_ostream::write_hex, remove unused itohex... |
tree | commitdiff |
2009-07-30 |
Benjamin Kramer | fix a unitialized pointer in NamedMDNode (and reenable... |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Twine: Provide [u]int{32,64} conversions via implicit... |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Disable the NamedMDNodeTest, it is failing everywhere. |
tree | commitdiff |
2009-07-30 |
Devang Patel | Add NamedMDNode test. |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
tree | commitdiff |
next |