summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin1-0/+1
2009-10-27Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin1-3/+3
2009-10-27Factor out redundancy from clone() implementations.Devang Patel1-28/+28
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin1-3/+3
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner5-1/+5
2009-10-27Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2-9/+162
2009-10-26Remove / use flags that are now set in the Makefile.config.Julien Lerouge1-1/+1
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth1-1/+1
2009-10-23Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2-3/+30
2009-10-23Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin1-3/+3
2009-10-22Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin1-0/+291
2009-10-22Revert r84890, which broke the linux build.Jeffrey Yasskin1-291/+0
2009-10-22Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin1-0/+291
2009-10-20Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin1-38/+39
2009-10-20PowerPC ifdef'ing considered more complicated than one might like.Daniel Dunbar1-1/+1
2009-10-20Correct test for PowerPC.Nick Lewycky1-1/+1
2009-10-19Also check for __POWERPC__ when skipping these tests.Daniel Dunbar1-1/+1
2009-10-17Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar1-0/+16
2009-10-15Disable another unittest that doesn't work on arm and ppc.Benjamin Kramer1-1/+1
2009-10-14The ARM and PowerPC jits are broken in this regard.Nick Lewycky1-0/+2
2009-10-13Keep track of stubs that are created. This fixes PR5162 and probably PR4822 andJeffrey Yasskin1-0/+96
2009-10-13Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin1-0/+13
2009-10-13Pacify the compiler (signed with unsigned comparison) by makingDuncan Sands1-6/+6
2009-10-13Add a ceilLogBase2 function to APInt.Dan Gohman1-0/+11
2009-10-12Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin1-0/+81
2009-10-09ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin1-0/+20
2009-10-06Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.Jeffrey Yasskin1-6/+4
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands2-6/+6
2009-10-06Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin1-0/+53
2009-10-02Try to fix unit test linking on linux ...Benjamin Kramer1-2/+2
2009-10-02MingW build fixesBenjamin Kramer1-1/+1
2009-09-27New unit test for the cloning module, which so far only covers cloning ofNick Lewycky4-1/+120
2009-09-27Link order: it matters.Nick Lewycky1-1/+1
2009-09-26remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner1-4/+4
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin1-0/+12
2009-09-24add and document regex support for FileCheck. You can now do stuff like:Chris Lattner1-0/+1
2009-09-24Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin1-0/+48
2009-09-18Fix a few more conversion warnings on 4.0Daniel Dunbar1-5/+5
2009-09-17Another try at fixing compile warnings on 4.0Daniel Dunbar1-18/+18
2009-09-16Add StringRef::{rfind, rsplit}Daniel Dunbar1-42/+90
2009-09-15Drop the raw_ostream required buffer size to 1.Daniel Dunbar1-0/+10
2009-09-14Attempt to fix some 4.0.0 build warnings.Daniel Dunbar1-23/+23
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-0/+2
2009-09-13Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2-22/+0
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar1-2/+0
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-0/+2
2009-09-09Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin1-0/+12
2009-09-07Update unittests for MDNode uniquing disable.Daniel Dunbar1-0/+4
2009-09-06Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2-9/+0
2009-09-05Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky1-149/+149