Implement new output functions for types and compacted type planes. Also
[oota-llvm.git] / include /
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...
2004-06-10 Reid SpencerAdded an isPhiNode(unsigned) static method to determine...
2004-06-10 Misha BrukmanRemove extra space.
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-10 Chris LattnerAdd new BinaryOperator::createAdd/Sub/... methods to...
2004-06-09 Reid SpencerAdd some new fields for bytecode analysis.
2004-06-09 Reid SpencerCleaned up a dead header file to prevent duplicate...
2004-06-08 Chris LattnerI checked and no clients expect this to return null...
2004-06-08 Brian GaekeAdd a forwarding method pop_front() that allows you...
2004-06-08 Brian GaekeAdd a TmpInstruction ctor that doesn't take a MCFI.
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-06-08 Misha BrukmanFix case of doxygen directive `\p': it's lowercase.
2004-06-08 Chris LattnerAdd documentation to the TargetFrameInfo class, contrib...
2004-06-08 Reid SpencerClean up documentation and make it possible for the...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-06-07 John CriswellAdded checks for mkstemp and getrusage.
2004-06-05 Chris LattnerMacros are baaad.
2004-06-05 Chris LattnerDon't #include <unistd.h> directly, go through the...
2004-06-05 Chris LattnerWarning foo
2004-06-04 Misha BrukmanRevert ostream back to reference: the only user (llvm...
2004-06-04 Chris LattnerAdd some constants for VC
2004-06-04 Chris LattnerFix a *really* dumb warning on VC
2004-06-04 Chris LattnerFix more warnings
2004-06-04 Chris LattnerRemove support for printing strings from the cached...
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerSilence a warning
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris Lattner<io.h> provides read/write/open/...
2004-06-04 Chris LattnerVisual C has something resembling a stat function,...
2004-06-04 Chris LattnerMake this work on VC++, pull the HAVE_ALLOCA_H case...
next