aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar2009-11-171-0/+6
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-161-151/+6
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-161-6/+151
* This test doesn't work on arm either.Benjamin Kramer2009-11-141-3/+1
* Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling2009-11-131-0/+4
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-131-0/+5
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-131-2/+3
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-131-0/+75
* Use stubs when we have them, otherwise use code we already have,Eric Christopher2009-11-121-0/+41
* Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin2009-11-111-1/+7
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-111-0/+10
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-0/+12
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-091-3/+0
* Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin2009-10-281-0/+1
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-271-3/+3
* Factor out redundancy from clone() implementations.Devang Patel2009-10-271-28/+28
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-271-3/+3
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-275-1/+5
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-272-9/+162
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-261-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-232-3/+30
* Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin2009-10-231-3/+3
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-221-0/+291
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-221-291/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-221-0/+291
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-201-38/+39
* PowerPC ifdef'ing considered more complicated than one might like.Daniel Dunbar2009-10-201-1/+1
* Correct test for PowerPC.Nick Lewycky2009-10-201-1/+1
* Also check for __POWERPC__ when skipping these tests.Daniel Dunbar2009-10-191-1/+1
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-171-0/+16
* Disable another unittest that doesn't work on arm and ppc.Benjamin Kramer2009-10-151-1/+1
* The ARM and PowerPC jits are broken in this regard.Nick Lewycky2009-10-141-0/+2
* Keep track of stubs that are created. This fixes PR5162 and probably PR4822 andJeffrey Yasskin2009-10-131-0/+96
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-131-0/+13
* Pacify the compiler (signed with unsigned comparison) by makingDuncan Sands2009-10-131-6/+6
* Add a ceilLogBase2 function to APInt.Dan Gohman2009-10-131-0/+11
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-0/+81
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-091-0/+20
* Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.Jeffrey Yasskin2009-10-061-6/+4
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-062-6/+6
* Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin2009-10-061-0/+53
* Try to fix unit test linking on linux ...Benjamin Kramer2009-10-021-2/+2
* MingW build fixesBenjamin Kramer2009-10-021-1/+1
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-274-1/+120
* Link order: it matters.Nick Lewycky2009-09-271-1/+1
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-4/+4
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+12
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-0/+1
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-241-0/+48