Add support for a marker byte that indicates that we shouldn't add the user
[oota-llvm.git] / utils /
2005-09-24 Chris Lattnermemoize translations
2005-09-24 Chris LattnerTeach the DAG isel generator to emit code that creates...
2005-09-23 Chris LattnerEmit better code (no more copies for var references...
2005-09-23 Chris LattnerFix a fixme by passing around SDOperand's instead of...
2005-09-23 Chris LattnerEmit code that matches the incoming DAG pattern and...
2005-09-23 Chris Lattneremit information about the order patterns are to be...
2005-09-23 Chris Lattnerstart filling in the switch stmt
2005-09-16 Chris LattnerFix a minor bug, add comments
2005-09-15 Chris Lattnerteach the type inference code how to infer types for...
2005-09-15 Chris Lattnerput instructions into a map instead of a vector for...
2005-09-15 Chris Lattnerwhen parsing instructions remember information about...
2005-09-15 Chris LattnerStart parsing "Pattern" nodes
2005-09-15 Chris Lattnerrename a couple of methods, add structure for pattern...
2005-09-14 Chris LattnerVerify that xform functions only occur in logical places
2005-09-14 Chris LattnerPromote xform fns to be explicit nodes in result patter...
2005-09-14 Chris Lattnerstart building the instruction dest pattern correctly...
2005-09-14 Chris Lattnercatch unnamed inputs
2005-09-14 Chris Lattnercheck that there are no unexpected operands
2005-09-14 Chris Lattnerforce all instruction operands to be named.
2005-09-14 Chris LattnerCheck that operands have unique names. REJECT instruct...
2005-09-14 Chris Lattnerfix a broke range check
2005-09-14 Chris LattnerParse significantly more of the instruction pattern...
2005-09-14 Chris LattnerVerify that set destinations occur first in the instruc...
2005-09-14 Chris Lattneradd an accessor
2005-09-14 Chris Lattnerremove some code that isn't ready for prime time
2005-09-14 Chris LattnerSwitch to a slightly more structured representation...
2005-09-14 Chris LattnerAdd some more checking/verification code
2005-09-14 Chris Lattnerstart parsing instructions into patterns, start doing...
2005-09-13 Chris Lattnerdon't emit the namespace inside the class!
2005-09-13 Chris LattnerEmit code suitable for emission into the ISel class...
2005-09-13 Chris Lattnercontinue xform function parsing
2005-09-13 Chris LattnerStart parsing node transformation information
2005-09-13 Chris LattnerAdd a new Record::getValueAsCode method to mirror the...
2005-09-13 Chris Lattnercompletely eliminate TreePattern::PatternType
2005-09-12 Chris LattnerRegenerate
2005-09-12 Chris LattnerRearrange two rules, which apparently makes some versio...
2005-09-10 Jeff CohenFix miscellaneous Visual Studio build problems.
2005-09-09 Chris Lattneradd an accessor to provide more checking
2005-09-09 Chris Lattneruse new accessors to simplify code. Add checking to...
2005-09-09 Chris Lattneradd some accessors
2005-09-08 Chris LattnerFix incorrect comment
2005-09-08 Chris LattnerImplement a complete type inference system for dag...
2005-09-08 Chris LattnerCompute the value types that are natively supported...
2005-09-08 Chris LattnerParse information about type constraints on SDNodes
2005-09-08 Chris Lattneruse node info in the one place we currently use it
2005-09-08 Chris Lattnerstart parsing SDNode info records
2005-09-08 Chris LattnerFix indentation
2005-09-08 Chris Lattnerregenerate
2005-09-08 Chris LattnerAdd support for automatically created anonymous definit...
2005-09-08 Chris Lattnerregenerate
2005-09-08 Chris LattnerTabs to spaces.
2005-09-08 Chris LattnerKeep names even when inlining. This allows us to reali...
2005-09-07 Chris LattnerInitial cut of the dag isel generator. This is still...
2005-09-06 Chris LattnerRename a class. These files are being migrated to...
2005-09-06 Chris Lattnerregenerate
2005-09-06 Chris LattnerTighten up the specification to allow TableGen/nested...
2005-09-03 Chris LattnerAdd an option and stuff implementation of a dag isel...
2005-08-27 Reid SpencerImplement PR614:
2005-08-26 Chris Lattnerspell this right
2005-08-26 Chris Lattnerspell this variable right
2005-08-26 Chris LattnerExpose a new flag to TargetInstrInfo
2005-08-26 Chris Lattneradd a marker at the end of the instruction enum list
2005-08-19 Chris LattnerEmit this:
2005-08-19 Chris LattnerExpose the derived register classes to the public heade...
2005-08-19 Chris LattnerSplit register class "Methods" into MethodProtos and...
2005-08-19 Chris LattnerRefactor to use Target.getRegisterClasses consistently...
2005-08-19 Chris LattnerEmit real operand info for instructions. This currentl...
2005-08-19 Chris LattnerRead the namespace field from register classes
2005-08-19 Chris Lattneradd a setName method to record
2005-08-19 Chris LattnerAdd a setName method to Record.
2005-08-19 Chris LattnerFor now, just emit empty operand info structures.
2005-08-19 Chris LattnerFix a problem jeffc noticed
2005-08-19 Chris LattnerThe code emitter generator only supports targets with...
2005-08-19 Chris Lattnernow that all of the targets are clean w.r.t. the number...
2005-08-18 Chris LattnerFigure out how many operands each instruction has,...
2005-08-18 Chris Lattnerrevert this change, which causes breakage, temporarily
2005-08-18 Chris LattnerWhen emitting implicit use/def lists, only emit each...
2005-08-18 Chris LattnerFill in the numOperands field of the TargetInstrDescrip...
2005-08-02 Chris Lattnermake is the standard name, not gmake
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-15 Chris LattnerFix PR595: These error messages should not be looking...
2005-07-14 Nate BegemanAdd support for a TODO; instructions in .td files can...
2005-06-06 Misha Brukman* Add ability to specify the target LLVM will compile...
2005-05-26 Misha BrukmanAdd a -cvstag option for testing specific branches...
2005-05-20 Andrew Lenharthnow with a legend, and multiple lines work.
2005-05-20 Andrew LenharthOK, the simple scheme for the db plus a couple of cgi...
2005-05-16 Reid SpencerIt would help if the headings were sorted properly.
2005-05-16 Reid SpencerFix a brain blunder in the HTML output.
2005-05-16 Reid SpencerSometimes tab completion is *not* your friend. Added...
2005-05-16 Reid SpencerAdd a script to generate information about the number...
2005-05-13 Chris Lattneradd support for fastcc and friends
2005-05-12 Misha Brukman* Fix wording of the warning
2005-05-06 Chris LattnerHilight tail
2005-04-27 Andrew Lenharthimport fix and plot multiple lines at once
2005-04-27 Andrew LenharthGenerate a gnuplot script for any program and any test...
2005-04-27 Andrew LenharthSo you want to import nightly tester data into a data...
2005-04-27 Andrew Lenharthfix for parse, and a start at db import. Using CVS...
2005-04-27 Andrew LenharthA first step towards being able to do more interesting...
2005-04-24 Misha Brukmanelisp code to help with LLVM code standards compliance
2005-04-24 Misha Brukman.vimrc file to aid in LLVM coding standards conformance
next