aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add viewCFG() and viewCFGOnly() APIs.Alkis Evlogimenos2004-07-081-0/+66
* Headers movedChris Lattner2004-07-071-2/+2
* All of these now live in the DataStructure directoryChris Lattner2004-07-075-1632/+0
* Move DSA headers into Analysis/DataStructure to make it more obviousChris Lattner2004-07-073-3/+3
* As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner2004-07-074-34/+36
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+0
* Move SlotCalculator.h to lib/Bytecode/Writer since that is the only placeReid Spencer2004-07-041-141/+0
* Make all the virtual function (except destructor) inline so there areReid Spencer2004-07-041-41/+41
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-041-0/+3
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-041-0/+1
* - Remove enumerator TypeVal since Values can't be types any moreReid Spencer2004-07-041-5/+1
* There is no longer a "Type" primitive type because Values and Types areReid Spencer2004-07-041-1/+0
* Constify usage of Type* on the interface to ensure SymbolTable doesn'tReid Spencer2004-07-041-9/+6
* Remove all of the classof(const Value*) methods of the derived types sinceReid Spencer2004-07-041-36/+2
* Make Type have no base classes. Previously it inherited Value. AlsoReid Spencer2004-07-041-15/+17
* Add more operators.Alkis Evlogimenos2004-07-042-0/+4
* Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner2004-07-021-2/+7
* Since we are in the department of redundancy department, at least be correctChris Lattner2004-07-021-1/+1
* Add a new pass for code generators to useChris Lattner2004-07-021-1/+9
* * Doxygenify commentsMisha Brukman2004-07-011-11/+13
* Move init methods out of line to enable better assertions, contributedChris Lattner2004-07-011-14/+4
* Now that we have happy mappings from MBBs->numbers, use them instead of keepingChris Lattner2004-07-011-23/+0
* Change the implementation of the autonumbering for MBB's a bit to provideChris Lattner2004-07-011-6/+33
* Provide support for the BytecodeHandler interface which will be called byReid Spencer2004-06-291-2/+9
* Fix include guardReid Spencer2004-06-291-9/+20
* Adjust comments to match code.Reid Spencer2004-06-291-6/+13
* Add new headerChris Lattner2004-06-281-0/+29
* Remove dead fileChris Lattner2004-06-281-118/+0
* Remove two dead passesChris Lattner2004-06-281-8/+0
* Move file to lib/Analysis/DataStructureChris Lattner2004-06-281-232/+0
* Moved to lib/analysis/datastructureChris Lattner2004-06-281-255/+0
* Moved to lib/Analysis/DataStructureChris Lattner2004-06-281-103/+0
* Moved to lib/Analysis/DataStructureChris Lattner2004-06-281-302/+0
* Now that the SparcV9 specific MachineCodeForInstruction class uses it's ownChris Lattner2004-06-271-2/+1
* This class is no longer an annotationChris Lattner2004-06-271-5/+2
* Add a map of MachineCodeForInstruction objects to MachineFunctionInfoChris Lattner2004-06-271-1/+7
* Eliminate the Instruction::iType field, folding it into the Value::VTy field.Chris Lattner2004-06-272-6/+15
* Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner2004-06-272-2/+2
* Make it obvious that this file is bad bad badChris Lattner2004-06-271-0/+3
* Make ctor inline, change ValueTy ->unsignedChris Lattner2004-06-271-1/+2
* Consider anything with a ValueType that is >= Instruction to be an instructionChris Lattner2004-06-262-4/+3
* Rearrange some code.Chris Lattner2004-06-261-17/+24
* Hey, why not just make 'new ReturnInst(BB)' DTRT?Chris Lattner2004-06-251-0/+3
* new ReturnInst(BB) does not "do the right thing". Add an assert to catch itChris Lattner2004-06-251-0/+2
* Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!Chris Lattner2004-06-251-0/+5
* - Changed Handler.h -> BytecodeHandler.hReid Spencer2004-06-251-13/+13
* Okay, Module have not been known as 'C' for a LONG time nowChris Lattner2004-06-251-4/+2
* Unbreak the build. tsk tskChris Lattner2004-06-252-2/+2
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-251-2/+8
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-242-0/+14