summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-05
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05
* Silence compiler warning.Benjamin Kramer2009-12-31
* Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor2009-12-31
* don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-24
* Move the two definitions of operator<< into namespace llvm, so theyDouglas Gregor2009-12-24
* Define the new operator<< for sets into namespace std, so thatDouglas Gregor2009-12-24
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-24
* Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin2009-12-23
* Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin2009-12-22
* Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin2009-12-22
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-21
* Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola2009-12-18
* Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin2009-12-17
* This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin2009-12-17
* Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2009-12-13
* Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin2009-12-12
* Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin2009-12-12
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-03
* Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs toJeffrey Yasskin2009-11-24
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Only run this mutex test if threading is enabled. ThisDuncan Sands2009-11-19
* Reenable Split2 StringRef test with Apple gcc.Benjamin Kramer2009-11-19
* "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar2009-11-17
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-16
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* This test doesn't work on arm either.Benjamin Kramer2009-11-14
* Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling2009-11-13
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-13
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-13
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-13
* Use stubs when we have them, otherwise use code we already have,Eric Christopher2009-11-12
* Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin2009-11-11
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-11
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-09
* Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin2009-10-28
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-27
* Factor out redundancy from clone() implementations.Devang Patel2009-10-27
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-26
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23