oota-llvm.git
2002-10-30 Misha BrukmanReturn 0 instead of 1 for correct execution. Makes...
2002-10-30 Chris LattnerMake the testcase MORE complex
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerName the first basic block
2002-10-30 Chris LattnerMake sure to set the destination register correctly
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris LattnerSet the destination register field based on the target...
2002-10-30 Chris LattnerAdd flag to specify when no value is produced by an...
2002-10-30 Chris LattnerSparc backend doesn't use target specific flags yet
2002-10-30 Chris Lattner* Add new "Target Specific Flags" field to instruction...
2002-10-30 Chris LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement the new optional getRegisterInfo
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-30 Chris LattnerPrint machine code after instruction selection
2002-10-30 Chris LattnerMake sure to pass the LLVM basic block in
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerJello now builds
2002-10-29 Chris LattnerConstruct annotation, to make sure it's attached to...
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerImplement autoinserting ctor
2002-10-29 Chris LattnerRename annotation id
2002-10-29 Chris LattnerAdd capability to have machine instruction autoinsert...
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-29 Misha BrukmanFixed spelling of `propagation'.
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine
2002-10-29 Chris LattnerThese are no longer virtual methods
2002-10-29 Chris LattnerEliminate virtual methods that are sparc specific
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerImplement findOptimalStorageSize a bit more generally
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerConvert jello to use PassManager
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h. Add hook for...
2002-10-29 Chris LattnerAdd hook for JIT compiler
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-10-29 Chris LattnerMove to TargetMachineImpls.h
2002-10-29 Chris LattnerReenable X86 backend, even though it doesn't do much...
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerMerge to MachineInstrInfo.h
2002-10-29 Chris LattnerX86 merge complete, eliminate dead code
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Vikram S. AdveMove CallArgsDescriptor into this class instead of...
2002-10-29 Vikram S. AdveBug fix: align size for dynamic allocas according to...
2002-10-29 Chris LattnerSwitch to generating machineinstr's instead of MInstruc...
2002-10-29 Chris LattnerBe compatible with sparc backend
2002-10-29 Chris LattnerImplement MachineInstrInfo interface
2002-10-29 Chris LattnerSwitch to different flag set
2002-10-29 Chris LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerMove TargetInstrDescriptors to MachineInstrInfo.cpp
2002-10-29 Chris Lattner*** empty log message ***
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-29 Chris LattnerRename opCodeString to Name, add new getName() method
2002-10-29 Chris LattnerRename MachineInstrInfo::getDescriptor to MachineInstrI...
2002-10-29 Chris LattnerUse higher level method
2002-10-29 Chris LattnerRemove old entrypoint
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-10-29 Chris LattnerRemove long dead #if 0
2002-10-29 Chris LattnerAdd #includes that were eliminated from headers
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove #include
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerRemove forward decl
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-29 Chris LattnerRemove unneccesary #include
2002-10-29 Chris LattnerDelete unused header file
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine member
2002-10-29 Chris LattnerDon't link tools with -g objects!
2002-10-28 Chris LattnerDon't build X86 target until it builds properly again
2002-10-28 Chris LattnerSeperate code out of TargetMachine into MachineInstrInfo
2002-10-28 Chris LattnerInitial stab at MachineInstr'ication
2002-10-28 Chris LattnerMachineInstrInfo no longer #includes this header, so...
2002-10-28 Chris LattnerMinor cleanups, remove noncopyable so dot doesn't clust...
2002-10-28 Chris LattnerStrip a bunch of #includes from the file, move some...
2002-10-28 Chris LattnerInline some code from the cpp file
2002-10-28 Chris LattnerUse BuildMI instead of explicit code.
2002-10-28 Chris LattnerMinor comment updates
2002-10-28 Chris LattnerInitial checkin of MachineInstrBuilder class
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris LattnerRemove more default arguments that are never used
2002-10-28 Chris LattnerRemove default operands that are never used
2002-10-28 Chris Lattner* Make MachineOperand ctors private, so MachineOperand...
2002-10-28 Chris LattnerFix minor bug
2002-10-28 Chris LattnerDon't pass default args
2002-10-28 Misha BrukmanFixed spelling and grammar.
2002-10-28 Misha BrukmanRewrote uses of deprecated `MachineFunction::get(BasicB...
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Misha BrukmanIterator functions now line up together.
next