Remove obsolete comment. Unreachable blocks will automatically be left at the
[oota-llvm.git] / lib / Target /
2004-02-11 Alkis EvlogimenosRemove assert as it is meaningless. MachineOperands...
2004-02-11 Chris LattnerExpose the "Other" value type to tablegen targets
2004-02-10 Chris LattnerAdd #include
2004-02-10 Chris LattnerStop using this method
2004-02-10 Chris LattnerRemove uses of MachineOperand::isVirtualRegister
2004-02-10 Chris LattnerRemvoe use of MO.isVirtualRegister(), turn an assertion...
2004-02-10 Chris LattnerRemove use of isPhysicalRegister
2004-02-10 Chris LattnerDon't use MachineOperator::is(Phys|Virt)Register
2004-02-10 Chris LattnerTighten up checks
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-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-09 Chris LattnerAdd a new (hidden) option that is useful for profiling.
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-04 Brian GaekeTake away the default iostream argument of createMachin...
2004-02-04 Alkis EvlogimenosIMULri* instructions do not require their first two...
2004-02-03 Chris LattnerGenerate ftst instructions for comparison against zero
2004-02-03 Chris LattnerAdd the ftst instruction
2004-02-03 Chris LattnerAdd support for one argument OneArgFP instructions
2004-02-02 Chris LattnerNo need to declare implicit uses/defs of ST0
2004-02-02 Chris LattnerGenerate the fchs instruction to negate a floating...
2004-02-02 Chris LattnerAdd support for OneArgFPRW instructions, fix a couple...
2004-02-02 Brian GaekeInclude PowerPC.h. Flesh out the stub versions of...
2004-02-02 Brian GaekeAdd comments describing how you would add prototypes...
2004-02-02 Chris LattnerCodegen -0.0 correctly. Do not use fldz! This is...
2004-02-01 Alkis EvlogimenosFpMOV is also a move instruction.
2004-01-30 Chris LattnerAdd some comments sketching out how this is to work...
2004-01-30 Chris LattnerAdd a new flag, which is only used for symmetry.
2004-01-30 Chris LattnerAdd (currently disabled) support to the instruction...
2004-01-28 Brian GaekeAdd a new (static inline) std::ostream& << AllocInfo...
2004-01-23 Brian GaekeAdd the JITInfo object, accessor & initializer.
2004-01-23 Brian GaekeAdd CodeEmitter and JITInfo stubs. Dump the old
2004-01-21 Brian GaekeBuild the PowerPC directory, so it is less likely to...
2004-01-21 Brian GaekeImport of skeletal PowerPC backend I have had laying...
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-15 Brian GaekeMake this assertion more self-explanatory.
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
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-12 Alkis EvlogimenosOutput mov %REG = 0 instead of xor %REG, %REG, %REG...
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 Alkis EvlogimenosAdd TargetInstrInfo::isMoveInstr() to support coalescin...
2003-12-28 Chris LattnerWhoops, don't try to lower non intrinsic calls
2003-12-28 Chris Lattnerimplement support for the intrinsic lowering functionality
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 Chris Lattnerfinegrainify namespacification
2003-12-22 Misha BrukmanReally release memory used by functions. Patch by Chris.
2003-12-21 Alkis EvlogimenosMove FP_REG_KILL closer to the return instruction.
2003-12-20 Alkis EvlogimenosMove FP_REG_KILL closer to the actual branch instruction.
2003-12-20 Alkis EvlogimenosRemove floating point killer pass. This is now implemen...
2003-12-20 Chris LattnerFinally, _actually delete the machine code_ for a funct...
2003-12-20 Chris LattnerFix memory leak in the stackifier, due to the machineba...
2003-12-20 Chris LattnerFinegrainify namespacification
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 LattnerA minor cleanup for better encapsulation
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-14 Alkis EvlogimenosChange preserve all claim to just preserve live variabl...
2003-12-13 Alkis EvlogimenosAdd a floating point killer pass. This pass runs before...
2003-12-12 John CriswellModified cast so that it converts the int to a long...
2003-12-12 Chris LattnerImplement the TargetMachine::getJITStubForFunction...
2003-12-11 Brian GaekeTurn off "attribute weak" to pacify Mac OS X's system...
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-12-10 John CriswellUpon Chris's suggestion, moved the #ifdef's to the...
2003-12-10 John CriswellFixed the CBE on Solaris/Sparc. We need to define...
2003-12-01 Chris LattnerAdd an option to enable the SSA based peephole optimizer.
2003-12-01 Chris LattnerAdd a new SSA-based peephole optimizer which includes...
2003-12-01 Chris Lattnergeneralize the instruction types permitted a bit
2003-11-30 Chris LattnerFinegrainify namespacification
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 Chris LattnerDo not depend on the gep index types to determine what...
2003-11-22 Brian GaekeSupport constant casting constant pointers to ints...
2003-11-22 Brian GaekeConstant shift expressions, meet InstSelectSimple....
2003-11-22 Brian GaekeStub for constant shift expr support.
2003-11-22 Brian GaekeFix PR149 - support constant shift expressions.
2003-11-21 Misha Brukman* Add code to flush the ICache, which any self-respecti...
2003-11-18 Chris LattnerFix PR123
2003-11-16 Chris LattnerISO 9899 7.13.2.1 (3) says that "[...] the values of...
2003-11-13 Misha BrukmanInclude the file before we close the llvm namespace.
next