summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move SlotCalculator.h to lib/Bytecode/Writer since that is the only placeReid Spencer2004-07-04
* Make all the virtual function (except destructor) inline so there areReid Spencer2004-07-04
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-04
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-04
* - Remove enumerator TypeVal since Values can't be types any moreReid Spencer2004-07-04
* There is no longer a "Type" primitive type because Values and Types areReid Spencer2004-07-04
* Constify usage of Type* on the interface to ensure SymbolTable doesn'tReid Spencer2004-07-04
* Remove all of the classof(const Value*) methods of the derived types sinceReid Spencer2004-07-04
* Make Type have no base classes. Previously it inherited Value. AlsoReid Spencer2004-07-04
* Add more operators.Alkis Evlogimenos2004-07-04
* Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner2004-07-02
* Since we are in the department of redundancy department, at least be correctChris Lattner2004-07-02
* Add a new pass for code generators to useChris Lattner2004-07-02
* * Doxygenify commentsMisha Brukman2004-07-01
* Move init methods out of line to enable better assertions, contributedChris Lattner2004-07-01
* Now that we have happy mappings from MBBs->numbers, use them instead of keepingChris Lattner2004-07-01
* Change the implementation of the autonumbering for MBB's a bit to provideChris Lattner2004-07-01
* Provide support for the BytecodeHandler interface which will be called byReid Spencer2004-06-29
* Fix include guardReid Spencer2004-06-29
* Adjust comments to match code.Reid Spencer2004-06-29
* Add new headerChris Lattner2004-06-28
* Remove dead fileChris Lattner2004-06-28
* Remove two dead passesChris Lattner2004-06-28
* Move file to lib/Analysis/DataStructureChris Lattner2004-06-28
* Moved to lib/analysis/datastructureChris Lattner2004-06-28
* Moved to lib/Analysis/DataStructureChris Lattner2004-06-28
* Moved to lib/Analysis/DataStructureChris Lattner2004-06-28
* Now that the SparcV9 specific MachineCodeForInstruction class uses it's ownChris Lattner2004-06-27
* This class is no longer an annotationChris Lattner2004-06-27
* Add a map of MachineCodeForInstruction objects to MachineFunctionInfoChris Lattner2004-06-27
* Eliminate the Instruction::iType field, folding it into the Value::VTy field.Chris Lattner2004-06-27
* Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner2004-06-27
* Make it obvious that this file is bad bad badChris Lattner2004-06-27
* Make ctor inline, change ValueTy ->unsignedChris Lattner2004-06-27
* Consider anything with a ValueType that is >= Instruction to be an instructionChris Lattner2004-06-26
* Rearrange some code.Chris Lattner2004-06-26
* Hey, why not just make 'new ReturnInst(BB)' DTRT?Chris Lattner2004-06-25
* new ReturnInst(BB) does not "do the right thing". Add an assert to catch itChris Lattner2004-06-25
* Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!Chris Lattner2004-06-25
* - Changed Handler.h -> BytecodeHandler.hReid Spencer2004-06-25
* Okay, Module have not been known as 'C' for a LONG time nowChris Lattner2004-06-25
* Unbreak the build. tsk tskChris Lattner2004-06-25
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-25
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-24
* Definition of the Bytecode Handler interface. Subclasses can override justReid Spencer2004-06-24
* Remove distasteful method which is really part of the indvars passChris Lattner2004-06-24
* Moved to include/llvm/SupportMisha Brukman2004-06-23
* Provide prototypes for IsNAN() wrapper.Brian Gaeke2004-06-23
* Regenerated.Brian Gaeke2004-06-22
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-22