llvm-6502/unittests
Jakob Stoklund Olesen 160a3bf74d Add StringRef::compare_numeric and use it to sort TableGen register records.
This means that our Registers are now ordered R7, R8, R9, R10, R12, ...
Not R1, R10, R11, R12, R2, R3, ...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104745 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-26 21:47:28 +00:00
..
ADT Add StringRef::compare_numeric and use it to sort TableGen register records. 2010-05-26 21:47:28 +00:00
ExecutionEngine Update unittest for allocator laziness. 2010-04-13 15:01:26 +00:00
Support Fix death tests in -Asserts builds. 2010-03-17 01:18:45 +00:00
Transforms Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. 2010-03-13 19:58:26 +00:00
VMCore introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00
Makefile New unit test for the cloning module, which so far only covers cloning of 2009-09-27 21:39:46 +00:00
Makefile.unittest Consolidate GoogleTest make options and duplicate them to its own makefile. 2010-03-09 19:24:49 +00:00