Teach the code generator that rlwimi is commutable if the rotate amount
[oota-llvm.git] / utils /
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
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-19 Chris Lattnerignore generated files
2005-04-19 Chris Lattnerfix bogus warning
2005-04-19 Chris LattnerMajor change to tblgen: instead of resolving values...
2005-04-19 Chris Lattnerimplementing shifting of literal integers
2005-04-19 Chris LattnerAdd initial lexer and parser support for shifting value...
2005-03-17 Chris Lattnerspiff up the nightly tester output one more notch
2005-03-16 Chris LattnerPrint out who commits and what files were modified...
2005-03-11 Chris LattnerFix computation of compiled objects, contributed by...
2005-03-10 Misha BrukmanReplace tabs with spaces, separate function arguments...
2005-03-10 Chris LattnerImprove formatting of the sent mail for the dj test...
2005-02-13 Chris LattnerInclude local time on the web page for start/end times.
2005-01-23 Chris LattnerThis method takes sys::Path objects now.
2005-01-23 Chris LattnerDrop dead #include
2005-01-23 Chris LattnerThe meat of this utility has been moved to FileUtilitie...
2005-01-22 Chris LattnerMinor fix.
2005-01-22 Chris LattnerThis is the final big of factoring. This shares cases...
2005-01-22 Chris LattnerImplement *even more* factoring. In particular, if...
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2005-01-22 Jeff CohenFix VC++ compilation error
2005-01-22 Chris LattnerImplement factoring of instruction pattern strings...
2005-01-22 Chris LattnerFix the ::: problem
2005-01-22 Chris LattnerMinor refactoring, no functionality change.
2005-01-22 Chris LattnerSeperate asmstring parsing from emission. This allows...
2005-01-22 Andrew Lenharthmake double-dollar properly escape asmstrings
2005-01-14 Reid SpencerFix the path from ../lib/Debug to ../Debug/lib per...
2005-01-13 Reid SpencerUpdate the documentation about -enable-llcbeta vs....
2005-01-12 Misha BrukmanUse and print out BuildStatus, we don't always have...
2005-01-11 Misha BrukmanNo need to repeat the word `build' since it's under...
2005-01-11 Misha BrukmanWe don't always have build errors, so call it `status...
2005-01-08 Chris Lattnerrename linscan -> LLCBETA as it should be
2005-01-05 Reid Spencer1. Make sure that "dot" can be found in the path
2005-01-02 Chris LattnerExpose isConvertibleToThreeAddress and isCommutable...
2004-12-30 Reid Spencer* Don't include weak definitions as a definition
2004-12-30 Reid SpencerA Perl script to generate an HTML definition list conta...
2004-12-26 Reid SpencerRevert the last patch so that the LLVMGCCDIR environmen...
next