llvm-6502/test
Jakob Stoklund Olesen 1de99829b6 Teach TableGen to evaluate DAG expressions as set operations.
A TableGen backend can define how certain classes can be expanded into
ordered sets of defs, typically by evaluating a specific field in the
record. The SetTheory class can then evaluate DAG expressions that refer
to these named sets.

A number of standard set and list operations are predefined, and the
backend can add more specialized operators if needed. The -print-sets
backend is used by SetTheory.td to provide examples.

This is intended to simplify how register classes are defined:

  def GR32_NOSP : RegisterClass<"X86", [i32], 32, (sub GR32, ESP)>;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132621 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-04 04:11:37 +00:00
..
Analysis Reapply r131781 (revert r131809), now that some BasicAA shortcomings 2011-06-04 00:46:31 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode Add missing newlines. 2011-05-28 01:35:58 +00:00
BugPoint
CodeGen Reapply 132424 with fixes. This fixes PR10068. 2011-06-03 23:53:54 +00:00
DebugInfo Fix a regression I recently introduced by removing DwarfRegNum of 2011-05-27 22:15:01 +00:00
ExecutionEngine Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research. 2011-05-31 21:50:33 +00:00
Feature
FrontendAda
FrontendC Testcase for llvm-gcc commit r132591. 2011-06-03 20:56:31 +00:00
FrontendC++ Remove testcase. It's problematic for the buildbots. 2011-06-03 20:43:58 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value 2011-05-31 03:33:27 +00:00
Object
Other
Scripts
TableGen Teach TableGen to evaluate DAG expressions as set operations. 2011-06-04 04:11:37 +00:00
Transforms Bail on unswitching a switch statement for a case with a critical edge. We name 2011-06-03 06:27:15 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh