oota-llvm.git
2005-08-19 Chris LattnerImplement CopyFromReg, TokenFactor, and fix a bug in...
2005-08-19 Chris LattnerFix a bug in previous commit
2005-08-19 Chris LattnerFix a typeo, no wonder all tokenfactor edges were the...
2005-08-19 Chris LattnerPrint physreg register nodes with target names (e.g...
2005-08-19 Chris LattnerBefore implementing copyfromreg, we'll implement copyto...
2005-08-19 Chris LattnerNow that we have operand info for machine instructions...
2005-08-19 Chris LattnerEmit this:
2005-08-19 Chris LattnerExpose the derived register classes to the public heade...
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris LattnerSplit register class "Methods" into MethodProtos and...
2005-08-19 Chris Lattnerput reg classes into namespace
2005-08-19 Chris LattnerPut reg classes into namespaces
2005-08-19 Chris LattnerPut register classes into namespaces
2005-08-19 Chris LattnerPut register classes in namespaces
2005-08-19 Chris LattnerFix code that assumes the register info will be dumped...
2005-08-19 Chris Lattnerput reg classes in namespaces
2005-08-19 Chris LattnerRequire that targets specify a namespace for their...
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 LattnerThe skeleton target has never had an isel
2005-08-19 Chris LattnerThis code has always been dead on itanium
2005-08-19 Chris LattnerThis code has always been dead for alpha
2005-08-19 Chris LattnerThe simple isel being gone makes this dead!
2005-08-19 Chris LattnerNow that the simple isels are dead, so is this.
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 LattnerSparcv9 gets no operand info
2005-08-19 Chris LattnerAdd a new field to TargetInstrDescriptor for tracking...
2005-08-19 Jeff CohenFix VC++ constant truncation warning.
2005-08-19 Jeff CohenUpdate Visual Studio projects for removed file.
2005-08-19 Duraid Madinaa bugfix (up top) and a quick repair job: disable gener...
2005-08-19 Chris LattnerFix a problem jeffc noticed
2005-08-19 Jeff CohenFix VC++ precedence warning.
2005-08-19 Nate BegemanFix a bug where we were passing the wrong number of...
2005-08-19 Chris Lattnerremove dead args
2005-08-19 Chris Lattnerremove dead options
2005-08-19 Chris Lattnerremove dead flags
2005-08-19 Chris LattnerThe code emitter generator only supports targets with...
2005-08-19 Chris LattnerFix computation of # operands, add a temporary hack...
2005-08-19 Chris Lattnernow that all of the targets are clean w.r.t. the number...
2005-08-19 Nate BegemanAdd support for target nodes with more than 3 operands...
2005-08-19 Chris Lattnermark variable arity instructions as such. Alpha wins...
2005-08-19 Chris LattnerMark some instructions as variable_ops, and PSEUDO_ALLO...
2005-08-19 Chris Lattneradd a few missing cases
2005-08-19 Chris LattnerGive ADJCALLSTACKDOWN/UP the correct operands.
2005-08-19 Nate BegemanISD::OR, and it's accompanying SelectBitfieldInsert
2005-08-19 Chris LattnerThe variable SAR's only take one operand too
2005-08-19 Chris LattnerStop adding bogus operands to variable shifts on X86...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-18 Chris LattnerFigure out how many operands each instruction has,...
2005-08-18 Nate BegemanAdd shifts.
2005-08-18 Chris LattnerFix operand numbers by marking variable arity nodes...
2005-08-18 Chris LattnerMFLR doesn't take an operand, the LR register is implicit
2005-08-18 Chris LattnerAdd a new flag
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 Lattneradd a new -view-sched-dags option to view dags as they...
2005-08-18 Chris LattnerMove this to the emitter
2005-08-18 Chris LattnerImplement the first chunk of a code emitter. This...
2005-08-18 Jim LaskeyUnmangled names.
2005-08-18 Chris LattnerAdd ScheduleDAG.cpp to the project
2005-08-18 Chris LattnerFill in the numOperands field of the TargetInstrDescrip...
2005-08-18 Jim Laskey1. Fix comment.
2005-08-18 Jim LaskeyAdd regression test to make sure that constants are...
2005-08-18 Jim LaskeyMore optimal solution for loading constants.
2005-08-18 Chris LattnerAfter selecting the instructions for a basic block...
2005-08-18 Chris Lattnernew file, obviously just a stub
2005-08-18 Chris Lattneradd a method
2005-08-18 Chris Lattnerremove some unused stuff
2005-08-18 Nate BegemanFix int foo() { return 65535; } by using the top 16...
2005-08-18 Nate BegemanImprove ISD::Constant codegen.
2005-08-18 Chris LattnerEnable critical edge splitting by default
2005-08-18 Chris Lattnerreplace switch stmt with an assert, generate li 0 inste...
2005-08-18 Jim LaskeyHandle loading of 0x????0000 constants with a single...
2005-08-18 Nate BegemanAdd support for ISD::AND, and its various optimized...
2005-08-18 Nate BegemanAdd support for target DAG nodes that take 4 operands...
2005-08-18 Nate BegemanMaintain consistency in negating things
2005-08-18 Nate BegemanImplement XOR, remove a broken sign_extend_inreg case
2005-08-18 Chris LattnerFix printing of VTSDNodes
2005-08-18 Nate BegemanAdd a testcase for load short -> uint, which is current...
2005-08-18 Nate BegemanAdd a bunch more simple nodes.
2005-08-18 Nate BegemanAdd a couple more nodes that are easy to handle
2005-08-18 Nate BegemanBe fruitful and multiply!
2005-08-18 Jim LaskeyBetter version of isIntImmediate.
2005-08-17 Jim Laskeymessed up
2005-08-17 Jim Laskeyinclude/llvm/Support/MathExtras.h
2005-08-17 Nate BegemanTeach the DAG->DAG ISel about FNEG, and how it can...
2005-08-17 Nate BegemanAdd two new methods isTargetOpcode() which returns...
2005-08-17 Chris LattnerFix Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopV...
2005-08-17 Chris Lattnernew testcase distilled from mesa
2005-08-17 Jim LaskeyMove the code dependency for MathExtras.h from Selectio...
2005-08-17 Jim LaskeyMove code dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyPromote dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-17 Chris Lattneradd a beta option for turning on dag->dag isel
2005-08-17 Chris Lattnerinitial hack at a dag->dag instruction selector. This...
2005-08-17 Chris Lattneradd prototype, remove dead proto
2005-08-17 Chris LattnerFix a bug in RemoveDeadNodes where it would crash when...
next