aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2008-03-11Recommitting changes after more testing. These appear to cause no problems.Christopher Lamb
2008-03-11emit an ID # for each regclass ID. Chris doesn't like to have to count.Chris Lattner
2008-03-10Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng
2008-03-10Revert accidentally committed local changes.Christopher Lamb
2008-03-10Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb
2008-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen
2008-03-05This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-26De-tabify.Bill Wendling
2008-02-24Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-15Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel
2008-02-14Rewrite tblgen handling of subtarget features soDale Johannesen
2008-02-14Change how FP immediates are handled. Nate Begeman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-09Tablegen support for insert & extract element matchingNate Begeman
2008-02-06Re-apply the memory operand changes, with a fix for the staticDan Gohman
2008-02-05Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng
2008-02-04Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng
2008-02-03Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner
2008-02-02Get rid of the annoying blank lines before labels.Evan Cheng
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng
2008-01-31Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng
2008-01-31Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng
2008-01-31Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb
2008-01-31Create a new class, MemOperand, for describing memory referencesDan Gohman
2008-01-29Fix to bug 1951: tblgen gratuitously renames variables when no temporary wasScott Michel
2008-01-22Add interator interface to DAGInit alsoAnton Korobeynikov
2008-01-21Provide iterator access to ListInit contentsAnton Korobeynikov
2008-01-15Add files to windows project files. Also include <algorithm> explicitly so t...Chuck Rose III
2008-01-15Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng
2008-01-15Revert my last commit. Not needed.Evan Cheng
2008-01-12ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng
2008-01-10Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner
2008-01-10Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner
2008-01-10Fix a crash on code like: let x = 1 {xChris Lattner
2008-01-10if an instr lacks a pattern, assume it has side effects (unless never has s-e...Chris Lattner
2008-01-10start inferring 'no side effects'.Chris Lattner
2008-01-10Infer mayloadChris Lattner
2008-01-10realize that instructions who match intrinsics that read memory read memory.Chris Lattner
2008-01-08add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Rename all the M_* flags to be namespace qualified enums, and switch Chris Lattner
2008-01-07rename hasVariableOperands() -> isVariadic(). Add some comments.Chris Lattner
2008-01-07Move M_* flags down in the file. Move SchedClass up in the Chris Lattner
2008-01-07the name field of instructions is never set to a non-empty string, Chris Lattner
2008-01-07Add predicates methods to TargetOperandInfo, and switch all clients Chris Lattner
2008-01-06rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner
2008-01-06rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner