aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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-12Remove dead code.Devang Patel
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-30 Always put version numbers at the end because they are optional.Devang Patel
2008-01-29Update this file for 2.0 syntax.Dan 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-18Fix makefiles to enable Apply style debug build.Evan Cheng
2008-01-17Enable CBEDevang Patel
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-14Need a space to separate Make options.Evan Cheng
2008-01-12Add -disable-lto optimization.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
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2008-01-06set the 'isstore' flag for instructions whose pattern is an Chris Lattner