summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* The cbackend has never had anything to do with llvm assembly writingChris Lattner2004-02-13
* Change access to the cwriterChris Lattner2004-02-13
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-13
* Mark MachineBasicBlock::operator[] deprecated.Alkis Evlogimenos2004-02-13
* Add getNumVirtualRegs().Alkis Evlogimenos2004-02-13
* Fix spelling of `tendency'.Misha Brukman2004-02-13
* Expose a pass ID for lower-invokeChris Lattner2004-02-13
* Update the example here in the header file.Brian Gaeke2004-02-13
* Include <iosfwd>.Brian Gaeke2004-02-13
* Move ilist_trairs<MachineInstr> in MachineBasicBlock.Alkis Evlogimenos2004-02-12
* Add parent pointer to MachineInstr that points to owningAlkis Evlogimenos2004-02-12
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-12
* Urg, check in header I forgot. :(Chris Lattner2004-02-12
* Rename the opCode instance variable to OpcodeChris Lattner2004-02-12
* Remove a dead field from MachineInstr!Chris Lattner2004-02-12
* Change interface so that we can add to the end of a basic blockAlkis Evlogimenos2004-02-12
* Add one more doxygen comment.Brian Gaeke2004-02-12
* Express one of MachineOperand's many constructors in terms of another, by mea...Brian Gaeke2004-02-12
* Remove these MachineOpCodeFlags and their accessor - they are never set.Brian Gaeke2004-02-12
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-12
* Remove getOpCode(). Help doxygenify some comments.Brian Gaeke2004-02-12
* If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner2004-02-11
* Fix typos in comments.Brian Gaeke2004-02-11
* Add an important prototypeChris Lattner2004-02-11
* Factor this code out of llvm-profChris Lattner2004-02-11
* Remove long obsolete method. switch instructions are first class entities in...Chris Lattner2004-02-11
* An initial implementation of an LLVM ProfileInfo class which is designed toChris Lattner2004-02-10
* Sprinkle liberally with comments, saute with doxygen until readable.Misha Brukman2004-02-10
* Doxygenify comment.Misha Brukman2004-02-10
* Urg, the X86 backend DOES use virtual register operands. :(Chris Lattner2004-02-10
* Remove and simplify some of the bewildering collection of isFOORegisterChris Lattner2004-02-10
* Remove some unneeded stuffChris Lattner2004-02-10
* Eliminate MachineOperand::isPhysicalRegister. The X86 backend should useChris Lattner2004-02-10
* Simplify condition, this does not change the predicate at all thoughChris Lattner2004-02-10
* * Added class commentsMisha Brukman2004-02-10
* Doxygen-ify comments, make function prototypes more consistent in format.Misha Brukman2004-02-10
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-09
* SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore.Brian Gaeke2004-02-09
* Now that all of the derived types have disciplined interfaces, we can eliminateChris Lattner2004-02-09
* Increase encapsulation of the StructType class, eliminating the getElementTyp...Chris Lattner2004-02-09
* Improve encapsulation in the FunctionType class, by adding param_(iterator/be...Chris Lattner2004-02-09
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-08
* Substantially improve the DSA code by removing 'forwarding' nodes fromChris Lattner2004-02-08
* Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode>Chris Lattner2004-02-08
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-08
* Change to use iterators instead of direct accessChris Lattner2004-02-08
* Abstract out the Nodes collection. Instead of providing a getNodes() method,Chris Lattner2004-02-07
* Actually USE isForwarding methodChris Lattner2004-02-07
* As Alkis pointed out to me, I forgot to commit this... :(Chris Lattner2004-02-07
* Use autoconf answers from config.h (FIXME, should autoconf this fileBrian Gaeke2004-02-06