this "feature" is gone
[oota-llvm.git] / include /
2004-07-14 Chris LattnerMake PATypeHolder and friends return non-const pointers...
2004-07-14 Chris Lattner* Change code to use a static_cast instead of reinterpr...
2004-07-12 Chris LattnerAdd a helper method. The StructType element is complet...
2004-07-12 Chris LattnerAdd a missing #include
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-07-12 Chris LattnerImplement a new method useful for things like the inliner
2004-07-11 Chris LattnerAdd a new listener class for things that want to be...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine functions. Move...
2004-07-11 Chris LattnerAdd a new TargetNameParser class, which is useful for...
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-07-11 Chris LattnerFirst cut at TargetMachineRegistry and RegisterTarget...
2004-07-11 Chris LattnerAdd two new "virtual static" methods to the TargetMachi...
2004-07-11 Chris LattnerAdd a new header
2004-07-09 Chris LattnerRemoved unneeded forward decl
2004-07-09 Chris LattnerRemove unused method
2004-07-08 Chris LattnerEliminate the UID field in the Type class, bringing...
2004-07-08 Chris LattnerAdd a new method
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...
2004-07-08 Misha BrukmanFix spelling of `equivalent'
2004-07-08 Chris LattnerisSigned/isUnsigned/isInteger methods do not need to...
2004-07-08 Chris LattnerUpdate comment.
2004-07-08 Chris LattnerThis file uses the Value class without a forward decl
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerAll of these now live in the DataStructure directory
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-04 Reid SpencerMove SlotCalculator.h to lib/Bytecode/Writer since...
2004-07-04 Reid SpencerMake all the virtual function (except destructor) inlin...
2004-07-04 Reid SpencerAdd a new, compatible, interface function for writing...
2004-07-04 Reid SpencerAdded #include <iostream> since this header is no longe...
2004-07-04 Reid Spencer- Remove enumerator TypeVal since Values can't be types...
2004-07-04 Reid SpencerThere is no longer a "Type" primitive type because...
2004-07-04 Reid SpencerConstify usage of Type* on the interface to ensure...
2004-07-04 Reid SpencerRemove all of the classof(const Value*) methods of...
2004-07-04 Reid SpencerMake Type have no base classes. Previously it inherited...
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-07-02 Chris LattnerSince we are in the department of redundancy department...
2004-07-02 Chris LattnerAdd a new pass for code generators to use
2004-07-01 Misha Brukman* Doxygenify comments
2004-07-01 Chris LattnerMove init methods out of line to enable better assertio...
2004-07-01 Chris LattnerNow that we have happy mappings from MBBs->numbers...
2004-07-01 Chris LattnerChange the implementation of the autonumbering for...
2004-06-29 Reid SpencerProvide support for the BytecodeHandler interface which...
2004-06-29 Reid SpencerFix include guard
2004-06-29 Reid SpencerAdjust comments to match code.
2004-06-28 Chris LattnerAdd new header
2004-06-28 Chris LattnerRemove dead file
2004-06-28 Chris LattnerRemove two dead passes
2004-06-28 Chris LattnerMove file to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/analysis/datastructure
2004-06-28 Chris LattnerMoved to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/Analysis/DataStructure
2004-06-27 Chris LattnerNow that the SparcV9 specific MachineCodeForInstruction...
2004-06-27 Chris LattnerThis class is no longer an annotation
2004-06-27 Chris LattnerAdd a map of MachineCodeForInstruction objects to Machi...
2004-06-27 Chris LattnerEliminate the Instruction::iType field, folding it...
2004-06-27 Chris LattnerGet rid of Annotable's vtable. If anyone deletes an...
2004-06-27 Chris LattnerMake it obvious that this file is bad bad bad
2004-06-27 Chris LattnerMake ctor inline, change ValueTy ->unsigned
2004-06-26 Chris LattnerConsider anything with a ValueType that is >= Instructi...
2004-06-26 Chris LattnerRearrange some code.
2004-06-25 Chris LattnerHey, why not just make 'new ReturnInst(BB)' DTRT?
2004-06-25 Chris Lattnernew ReturnInst(BB) does not "do the right thing". ...
2004-06-25 Chris LattnerPrototype for new ConstantExpr lowering pass, contribut...
2004-06-25 Reid Spencer- Changed Handler.h -> BytecodeHandler.h
2004-06-25 Chris LattnerOkay, Module have not been known as 'C' for a LONG...
2004-06-25 Chris LattnerUnbreak the build. tsk tsk
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-24 Misha BrukmanAdd a LowercaseString() utility function, courtesy...
2004-06-24 Reid SpencerDefinition of the Bytecode Handler interface. Subclasse...
2004-06-24 Chris LattnerRemove distasteful method which is really part of the...
2004-06-23 Misha BrukmanMoved to include/llvm/Support
2004-06-23 Brian GaekeProvide prototypes for IsNAN() wrapper.
2004-06-22 Brian GaekeRegenerated.
2004-06-22 John CriswellAdded the llvm/test/Programs/Makefile.test Makefile.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanMake a single `NoFPElim' switch available to all targets.
2004-06-21 Misha BrukmanLet's be consistent: listing format `os/arch'.
2004-06-21 Chris LattnerRename Interval class to LiveInterval to avoid conflict...
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-06-20 Chris LattnerHeader moved into the CodeGen directory
2004-06-20 Chris LattnerStart moving IntrinsicLowering out of VMCore into libco...
2004-06-20 Chris LattnerAdd methods like BinaryOperator::createAdd that take...
2004-06-19 Chris LattnerInitial checkin of the StableBasicBlockNumbering, a...
2004-06-18 Misha BrukmanAdd a target-independent way to query page size.
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-16 Brian GaekeI'm afraid this doesn't exist.
2004-06-15 Chris Lattnerisnan is dead
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerIt is no longer 2001
2004-06-11 Misha BrukmanFix grammar: 's is for possessive only.
2004-06-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-11 Reid SpencerRevert an unneeded interface change to Instruction.h
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-10 Reid SpencerUpdated the BytecodeAnalysis data structure to contain...
next