oota-llvm.git
2002-10-28 Chris LattnerDon't bother passing in default value
2002-10-28 Chris LattnerRename some regalloc fields
2002-10-28 Chris LattnerFixes to work with updated RegAlloc
2002-10-28 Chris LattnerEliminate usage of MachineBasicBlock::get
2002-10-28 Nick Hildenbrandt*** empty log message ***
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerEliminate uses of MachineBasicBlock::get
2002-10-28 Chris LattnerEliminate unneccesary use of MachineBasicBlock::get
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerMake sched class unsigned
2002-10-28 Chris Lattner* s/unsigned int/unsigned
2002-10-28 Chris LattnerMake scheduling class variables be 'unsigned' instead...
2002-10-28 Chris LattnerMake Scheduling Class variables be 'unsigned' instead...
2002-10-28 Chris LattnerRemove typedef that is unneccesary
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd new getOperandType(i) method to MachineInstr
2002-10-28 Chris LattnerFairly major overhaul of MachineInstr & Operand classes
2002-10-28 Chris LattnerMake MachineInstr.h not #include MachineInstrInfo.h
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris LattnerRemvoe a bunch of unneeded forward decls
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-28 Chris LattnerAdd BasicBlock list to MchineFunction that will eventua...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerMachineFunction.h now includes MachineBasicBlock.h...
2002-10-28 Chris LattnerRemvoe dead fixme and typedef
2002-10-28 Chris LattnerMachineBasicBlock doesn't need basicblock.h, it needs...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename file to MachineBasicBlock.h
2002-10-28 Chris LattnerAdd note about state that should be removed when time...
2002-10-28 Chris LattnerFixes to previous checkin
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerAfter removing stuff from TargetMachine, we now no...
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerAdd prototypes for creation/destruction passes
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Chris Lattner* Doxygenify comments
2002-10-28 Chris LattnerAdd codegen library
2002-10-28 Chris LattnerThis header is renamed to MachineFunction.h
2002-10-28 Chris LattnerWe don't need the forwarding typedef
2002-10-28 Chris LattnerUpdates to match misha's changes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris LattnerRemove dead fixme
2002-10-27 Chris LattnerMake pointless testcase a bit more "challenging"
2002-10-27 Chris LattnerAdd support or other operand types
2002-10-27 Chris LattnerInstruction select constant arguments correctly
2002-10-27 Chris LattnerAdd instruction definitions for mov r, imm instructions
2002-10-27 Chris LattnerPrune #includes
2002-10-27 Chris LattnerAdd neccesary #include
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-27 Chris Lattnerchange ++ to +1 when using random access iterators
2002-10-27 Chris LattnerAdd #include
2002-10-27 Chris LattnerWork better with other versions of bison
2002-10-26 Chris LattnerFix a major bug in lli
2002-10-25 Chris LattnerCheckin simple testcases for LLVM-JIT
2002-10-25 Chris LattnerInitial checkin of target support for X86 backend.
2002-10-25 Chris LattnerInitial checkin of Machine Code representation for...
2002-10-25 Chris LattnerInitial checkin of LLVM JIT, codenamed jello. This...
2002-10-25 Chris LattnerInitial checkin of X86 backend.
2002-10-25 Chris LattnerBuild the X86 target as well
2002-10-25 Chris LattnerInitial checkin of codegen infrastructure for LLVM-JIT
2002-10-25 Chris LattnerFix typo
2002-10-25 Chris LattnerUpdate test to use long instead of uint getelementptr...
2002-10-25 Vikram S. AdveAdded datastructure library to resolve link error.
2002-10-25 Chris LattnerPatch submited by Casey to remove obnoxious warnings.
2002-10-25 Chris LattnerPrune #includes
2002-10-25 Chris LattnerFix misspelling
2002-10-24 Chris Lattner* Remove unneccesary #includes
2002-10-24 Nick HildenbrandtUpdated
2002-10-23 Nick HildenbrandtFixed it
2002-10-23 Nick HildenbrandtAdded Burg
2002-10-23 Nick HildenbrandtMalloc prototyping now works even if the original file...
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-23 Chris LattnerMinor cleanups
2002-10-23 Chris LattnerMinor cleanups
2002-10-23 Chris Lattner - Fix a really nasty bug in the bytecode reader that...
2002-10-22 Chris LattnerWow, for some reason, when reading bytecode from stdin...
2002-10-22 Chris LattnerDisable optimization that doesn't apply to C
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris LattnerFix misspelled variable
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris Lattner - Make sure to only keep track of mappings that the...
2002-10-22 Chris LattnerThe callee is not correct, and confuses the TD pass...
2002-10-22 Chris LattnerWe need to know the call sites each function hosts
2002-10-22 Chris LattnerAllow modification of callee
2002-10-22 Chris LattnerSmall space optimization: Make MachineOperands take...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-21 Chris LattnerRename Analysis Usage methods
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerDon't create a new node for every reference to a global...
2002-10-21 Chris LattnerFix a confusing bug that caused return value and callee...
2002-10-21 Chris LattnerMake sure to initialize isArray member
next