Add a new cmove instruction
[oota-llvm.git] / lib / Target / SparcV9 /
2004-02-22 Alkis EvlogimenosMove MOTy::UseType enum into MachineOperand. This elimi...
2004-02-18 Chris LattnerEliminate operator[] is deprecated warnings
2004-02-18 Chris LattnerFix deprecated operator[] warnings
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-13 Chris LattnerSquish warning
2004-02-12 Brian GaekeRemove this MachineOpCodeFlags assertion - its test...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-12 Brian GaekegetOpCode() --> getOpcode().
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-02-11 Alkis EvlogimenosIncrease constness.
2004-02-11 Alkis EvlogimenosRemove assert as the only integer registers on the...
2004-02-11 Alkis EvlogimenosFix previous broken commit. A MachineOperand may have...
2004-02-11 Alkis EvlogimenosRemove assert as it is meaningless. MachineOperands...
2004-02-10 Chris LattnerStop using this method
2004-02-10 Chris LattnerRemvoe use of MO.isVirtualRegister(), turn an assertion...
2004-02-10 Chris LattnerRemove use of isPhysicalRegister
2004-02-10 Chris LattnerFix PR228: [sparc] Boolean constants are emitted as...
2004-02-09 Misha BrukmanDoxygenify comments.
2004-02-09 John CriswellFix PR#226: When emitting padding, always emit it as...
2004-02-09 Brian GaekeMove InstrSchedule's iterator begin/end methods inline.
2004-02-09 Brian GaekeMake SchedGraph::dump() use SchedGraphNodeCommon's...
2004-01-28 Brian GaekeAdd a new (static inline) std::ostream& << AllocInfo...
2004-01-20 Tanya LattnerMoved iterators around.
2004-01-20 Tanya LattnerMoved iterators to common file.
2004-01-15 Misha BrukmanUse the LLVM standard name mangling infrastructure...
2004-01-15 Brian GaekeInclude TargetRegInfo.h and declare SparcTargetMachine...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
2004-01-13 Chris LattnerFinegrainify namespacification
2004-01-13 Brian GaekeRemove dump-input option.
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2004-01-09 Chris LattnerMove sparc-specific livevar code into lib/Target/Sparc
2004-01-09 Chris LattnerFix more incestuous #includage.
2004-01-09 Chris LattnerMove InstrSelection into lib/Target/Sparc, as it's...
2004-01-09 Chris LattnerMove lib/Codegen/RegAlloc into lib/Target/Sparc, as...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerWhoops, don't try to lower non intrinsic calls
2003-12-28 Chris LattnerEliminate some code that is not needed now that we...
2003-12-28 Chris LattnerUse the intrinsic lowering functionality
2003-12-22 Misha BrukmanReally release memory used by functions. Patch by Chris.
2003-12-20 Chris LattnerHoist some sparc specific code into the sparc target
2003-12-20 Chris LattnerRemove a horrible API
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-17 Misha Brukman* Converted C-style comments to C++
2003-12-17 Misha BrukmanReordered #includes.
2003-12-17 Misha BrukmanDoxygenified some comments, reduced extraneous space.
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-11-21 Misha Brukman* Add code to flush the ICache, which any self-respecti...
2003-11-13 Misha BrukmanInclude the file before we close the llvm namespace.
2003-11-13 Misha BrukmanSubstantially re-organized this file:
2003-11-13 Misha BrukmanThe function to create an instance of this pass is...
2003-11-13 Misha BrukmanThe functions to create new instances of passes are...
2003-11-13 Misha Brukman* Put command-line switches in their own namespace
2003-11-13 Misha BrukmanForce a dependency on the .inc file, which must be...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Brian GaekeFix problems linking against the reoptimizer; _llvm_reg...
2003-11-10 Brian GaekeOperand numbers are now ints. Save the register allocat...
2003-11-09 Brian GaekeFix PR103
2003-11-08 Brian GaekeFix two typos I found in comments.
2003-11-08 Misha BrukmanFor some reason, LICM and GCSE like to crash the Functi...
2003-11-07 Misha BrukmanImplement branching to a PC-relative constant (not...
2003-11-07 Misha BrukmanPreSelection is not optional, it performs a necessary...
2003-11-07 Misha BrukmanSwitch to emitting MachineConstantPool the way it was...
2003-11-07 Misha BrukmanSwitch to using the standard representation of the...
2003-11-07 Misha BrukmanWe accept TargetMachine as a const reference.
2003-11-07 Misha BrukmanPreSelection and PeepholeOpts are now FunctionPasses.
2003-11-07 Misha Brukman* Stop making a global for each constant that cannot...
2003-11-07 Misha Brukman* Use the MachineConstantPool for storing constants...
2003-11-07 Misha BrukmanUse `basename $<` to get just the filename, not full...
2003-11-07 Chris LattnerHopefully this will fix PR98
2003-11-06 Misha Brukman* Make the comment header 80 columns long
2003-11-06 Misha BrukmanLet's not forget about our friends -- Constant Pool...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Brian GaekeAdd comments.
2003-10-30 Brian GaekeInclude llvm/CodeGen/MachineCodeForInstruction.h. ...
2003-10-30 Brian GaekeMake AllocState an enum.
2003-10-29 Brian GaekeTweak sed commands so that they filter out more # stuff...
2003-10-24 Brian GaekePublicize the type of FnAllocState.
2003-10-23 Brian GaekeMove the implementations of ==, != on AllocInfos here...
2003-10-23 Brian GaekeMove AllocInfo structure to a private AllocInfo.h heade...
2003-10-23 Brian GaekeMake FnAllocState contain vectors of AllocInfo, instead...
2003-10-23 Brian GaekeNew file, containing AllocInfo structure.
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha Brukman* Fix order of #include files
2003-10-23 Misha Brukman* Order #includes as per style guide
2003-10-23 Misha Brukman* Use C++ style comments instead of C-style
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-22 Brian GaekeChange the type of FnAllocState.
2003-10-22 Brian GaekeDon't worry about converting each function's reg. alloc...
2003-10-22 Brian GaekeAdd prototype for verifySavedState().
2003-10-22 Brian GaekeDoxygenify method comments.
2003-10-22 Misha BrukmanAdd comments to describe what these functions actually do.
2003-10-22 Misha Brukman* Use <cmath> instead of <math.h>
2003-10-22 Misha BrukmanRemoved completely duplicated function comment (an...
next