summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Inline some code from the cpp fileChris Lattner2002-10-28
* Minor comment updatesChris Lattner2002-10-28
* Initial checkin of MachineInstrBuilder classChris Lattner2002-10-28
* Remove all traces of the "Opcode Mask" field in the MachineInstr classChris Lattner2002-10-28
* Remove more default arguments that are never usedChris Lattner2002-10-28
* Remove default operands that are never usedChris Lattner2002-10-28
* * Make MachineOperand ctors private, so MachineOperand can only be createdChris Lattner2002-10-28
* Iterator functions now line up together.Misha Brukman2002-10-28
* Remove two arguments that are never specifiedChris Lattner2002-10-28
* s/method/functionChris Lattner2002-10-28
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-28
* * s/unsigned int/unsignedChris Lattner2002-10-28
* Make scheduling class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-28
* Remove typedef that is unneccesaryChris Lattner2002-10-28
* Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner2002-10-28
* Add new getOperandType(i) method to MachineInstrChris Lattner2002-10-28
* Fairly major overhaul of MachineInstr & Operand classesChris Lattner2002-10-28
* Make MachineInstr.h not #include MachineInstrInfo.hChris Lattner2002-10-28
* Remvoe a bunch of unneeded forward declsChris Lattner2002-10-28
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-28
* Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner2002-10-28
* MachineFunction.h now includes MachineBasicBlock.h in preparation forChris Lattner2002-10-28
* Remvoe dead fixme and typedefChris Lattner2002-10-28
* MachineBasicBlock doesn't need basicblock.h, it needs Annotation.hChris Lattner2002-10-28
* Rename file to MachineBasicBlock.hChris Lattner2002-10-28
* Add note about state that should be removed when time permitsChris Lattner2002-10-28
* Fixes to previous checkinChris Lattner2002-10-28
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-28
* Add prototypes for creation/destruction passesChris Lattner2002-10-28
* * Doxygenify commentsChris Lattner2002-10-28
* This header is renamed to MachineFunction.hChris Lattner2002-10-28
* We don't need the forwarding typedefChris Lattner2002-10-28
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-28
* Add support or other operand typesChris Lattner2002-10-27
* Prune #includesChris Lattner2002-10-27
* Add neccesary #includeChris Lattner2002-10-27
* Old GCC's don't have an <ostream>Chris Lattner2002-10-27
* Add #includeChris Lattner2002-10-27
* Initial checkin of target support for X86 backend.Chris Lattner2002-10-25
* Initial checkin of Machine Code representation for X86 backend. This willChris Lattner2002-10-25
* Fix typoChris Lattner2002-10-25
* * Remove unneccesary #includesChris Lattner2002-10-24
* Minor cleanupsChris Lattner2002-10-23
* - Two minor improvements to the MachineInstr class to reduce footprint andChris Lattner2002-10-22
* We need to know the call sites each function hostsChris Lattner2002-10-22
* Allow modification of calleeChris Lattner2002-10-22
* Small space optimization: Make MachineOperands take 16 bytes instead ofChris Lattner2002-10-22
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* Delete unused arguments to DSGraph::cloneInto methodChris Lattner2002-10-21
* - Add "ResolvingCaller" to the CallSite record. This keeps track of whichChris Lattner2002-10-21