Simplify some code
[oota-llvm.git] / utils /
2006-02-01 Chris Lattneradd a note, ya knoe
2006-02-01 Evan ChengIf a pattern's root node is a constant, its size should...
2006-01-31 Chris Lattnersolaris won't clobber an existing symlink with ln ...
2006-01-31 Chris Lattnerimplement test/Regression/TableGen/DagIntSubst.ll
2006-01-29 Chris Lattnersimplify some code
2006-01-29 Andrew Lenharthit is nice not to chop off bits for those blessed with...
2006-01-29 Andrew Lenharthmake the casts actually cast to the variable type
2006-01-29 Andrew Lenharthstart of the 64bit safety cleanup
2006-01-29 Chris LattnerEmit series of conditionals with &&, emitting stuff...
2006-01-29 Chris LattnerFactor matching code that is common between patterns...
2006-01-29 Chris LattnerSplit out code generation from analysis from emission
2006-01-29 Chris Lattnermove some code around, no change in the generated code
2006-01-28 Chris Lattnernow that we have control over emission of the code...
2006-01-28 Chris LattnerChange PatternCodeEmitter to emit code into a buffer...
2006-01-28 Reid SpencerMake long warnings wrap and have less indent so other...
2006-01-28 Chris LattnerFit to 80 columns, no functionality change
2006-01-27 Jeff CohenTeach tablegen to generate code that is VC++ warning...
2006-01-27 Evan Cheng(store (op (load ...)), ...)
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerUse printInlineAsm to, well, print inline asm's.
2006-01-27 Chris LattnerPHI and INLINEASM are now builtin instructions provided...
2006-01-27 Chris LattnerIf we want to emit things in enum order, use getInstruc...
2006-01-27 Chris LattnerThere is at least a 'noitinerary' itinerary now
2006-01-27 Chris LattnerDon't emit JIT code for these instructions
2006-01-26 Chris LattnerTeach the dag selectors to select InlineAsm nodes.
2006-01-26 Evan ChengAnother folding problem: if a node r/w chain or flag...
2006-01-26 Evan ChengAdd a FIXME comment.
2006-01-26 Evan ChengIncoming (and optional) flag bugs. They may be embedded...
2006-01-24 Evan ChengFix an optional in flag bug.
2006-01-24 Evan ChengOptional InFlag was not being included in node.
2006-01-20 Evan ChengPrevent folding of a node with multiple uses if the...
2006-01-19 Chris LattnerDon't include generated lexer .cpp files.
2006-01-19 Evan ChengBug fix. Flag operand number may be calculated incorrectly.
2006-01-19 Evan ChengUse pattern information to determine whether the use...
2006-01-19 Evan ChengPrevent unnecessary CopyToReg when the same HW register...
2006-01-17 Chris Lattnerfix a broken comment
2006-01-17 John CriswellRegenerated the Lex and Yacc output files on Linux...
2006-01-17 Evan ChengEmit a type matching check for ComplexPatterns.
2006-01-15 Evan ChengType inferencing bug
2006-01-12 Evan ChengAllow transformation from GlobalAddress to TargetGlobal...
2006-01-12 Evan ChengGlobalAddress -> TargetGlobalAddress; ExternalSymbol...
2006-01-11 Evan ChengSome minor fixes.
2006-01-11 Chris LattnerAlways select target registers to themselves
2006-01-11 Chris LattnerEmit an error instead of an assertion if trying to...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-09 Evan Cheng* Remove instruction fields hasInFlag / hasOutFlag...
2006-01-06 Evan ChengPattern complexity calculation fix.
2006-01-06 Evan ChengTweak pattern complexity calc.
2006-01-06 Evan ChengBug fix wrt chain operand.
2006-01-04 Jeff CohenReplace fix with one less disruptive to the original...
2006-01-04 Jeff CohenTblgen was generating syntactically illegal C++ code...
2006-01-04 Chris LattnerRemove obsolete comment, make things look a bit nicer
2006-01-04 Chris Lattnerreduce stack usage of the recursive SelectCode function...
2006-01-03 Chris LattnerRemove my previous ugly hack that tries to reduce the...
2005-12-30 Duraid MadinaHP-UX DVDs are crunchy and good to eat
2005-12-30 Duraid Madinaalmost got the HP-UX tester up.. :)
2005-12-30 Nate BegemanAdd support for generating v4i32 altivec code
2005-12-27 Duraid MadinaThis gets most of the backends building with HP HappyC++.
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-26 Duraid Madinamore standards-compliance stuff
2005-12-24 Andrew Lenharthsupport targetexternalsym
2005-12-23 Evan Cheng* Support for hasInFlag and hasOutFlag (on instructions...
2005-12-22 Chris Lattnersilence some bogus gcc warnings
2005-12-22 Evan ChengAttempt to fix a crash on WIN32.
2005-12-22 Evan Cheng* Added support for FLAG - a special nameless flag...
2005-12-21 Evan ChengAllows instructions which no explicit operands. e.g...
2005-12-21 Chris LattnerEliminate some GCC warnings from the generated code
2005-12-20 Evan ChengFix the semantic of Requires<[cond]> to mean if (!cond...
2005-12-20 Chris LattnerThis ugly patch works around a GCC bug where it is...
2005-12-20 Evan ChengNow support instructions with implicit write to non...
2005-12-20 Patrick MeredithAdded a break that I meant to include originally, for...
2005-12-20 Evan ChengLefted out a fix in the previous check in.
2005-12-19 Evan ChengFix another bug related to chain / flag.
2005-12-19 Evan ChengFixes for a number of bugs: save flag results in CodeGe...
2005-12-19 Patrick MeredithThis is a script to extract nodes and edges associated...
2005-12-18 Chris LattnerHandle basic block nodes
2005-12-18 Chris LattnerMore fixes for Selection of copyto/fromreg with a flag
2005-12-18 Chris LattnerSelect copytoreg and copyfromreg nodes that have flag...
2005-12-17 Evan ChengSupport for read / write from explicit registers with...
2005-12-14 Evan ChengAdded support to specify predicates.
2005-12-14 Evan ChengSkip over srcvalue nodes when generating ISEL code.
2005-12-12 Evan ChengBug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue...
2005-12-12 Evan ChengAt top of generated isel SelectCode() is this:
2005-12-12 Evan ChengBug fix: finding the correct incoming chain for pattern...
2005-12-11 Chris LattnerSend an indicator to llvm-testresults if the build...
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-10 Evan ChengStop emitting a redudant type check for complex pattern...
2005-12-10 Evan ChengFor instructions which produce no result, e.g. store...
2005-12-09 Chris LattnerAdd a new SDTCisPtrTy constraint, which indicates that...
2005-12-09 Evan Cheng* Do not allow nodes which produce chain results (e...
2005-12-09 Evan ChengPrevent folding of instructions which produce chains...
2005-12-09 Evan Cheng* Make sure complex pattern operands are selected first...
2005-12-08 Evan Cheng* Added an explicit type field to ComplexPattern.
2005-12-08 Evan ChengAdded support for ComplexPattern. These are patterns...
2005-12-05 Evan Cheng* Infer instruction property hasCtrlDep from pattern...
2005-12-05 Chris LattnerImplement PR673: for explicit register references,...
2005-12-05 Chris LattnerAdd some methods
2005-12-05 Chris LattnerGenerate code to silence bogus GCC warnings.
2005-12-04 Evan Cheng* Commit the fix (by Chris) for a tblgen type inferenci...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
next