Eliminate unused function.
[oota-llvm.git] / lib /
2001-07-28 Vikram S. AdveEliminate unused function.
2001-07-28 Vikram S. AdveBug fixes:
2001-07-28 Vikram S. AdveAdded MachineInstrInfo class and moved instruction...
2001-07-28 Vikram S. AdveEliminate separate enum for operand register type.
2001-07-26 Chris LattnerDon't write out constants that do not have a name,...
2001-07-26 Chris LattnerRefactor some of the constant stuff so that we can...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-25 Chris LattnerFix a bug when compiling 'shl ubyte * %var, ubyte 2'
2001-07-25 Chris LattnerFixed a bug exposed when doing something like this...
2001-07-24 Ruchira SasankaChanged printValue() to print constant value if the...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-23 Chris LattnerDoh! Wrong Optional flag. :(
2001-07-23 Chris LattnerAdd a comment indicating that there is documentation...
2001-07-23 Chris LattnerMinor changes to implementation of CommandLine library...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerDoh! Wrong accessor. Caused 'can not read bytecode...
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerInitial checkin
2001-07-23 Chris LattnerClean up hash table usage
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerRemove dependence on command line library. Silly anyway.
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerEliminate many unneccesary #includes
2001-07-21 Chris LattnerMake code fit in 80 columns more
2001-07-21 Chris LattnerRemove unneccesary #includes
2001-07-21 Chris LattnerExterminate nasty Cisms
2001-07-21 Chris LattnerRefer to include/llvm/CodeGen not Codegen
2001-07-21 Chris LattnerMake sure we build all of the code!
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerFix code to be in a consistent style
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-21 Chris LattnerMoved LLC subdir to the tools top level directory
2001-07-21 Chris LattnerAdd new ctor for ConstPoolBool
2001-07-21 Chris LattnerAdd new constructor for const pool bool
2001-07-21 Chris LattnerAdd support for casts
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-21 Vikram S. AdveUtility routines for simpler access to the value of...
2001-07-21 Vikram S. AdveProgram options class.
2001-07-21 Vikram S. AdveDescription of the SPARC as a target architecture.
2001-07-21 Vikram S. AdveBase clas for a description of a target architecture.
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...
2001-07-21 Vikram S. Adve*** empty log message ***
2001-07-21 Vikram S. AdveAdded CodeGen, LLC, and Support.
2001-07-21 Vikram S. AdveAdd isIntegral() method to SignedIntType and UnsignedIn...
2001-07-20 Vikram S. AdveCompute and cache information about the storage size...
2001-07-20 Vikram S. AdveProvide uniform access to the pointer operand and to...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-20 Chris LattnerImplement ensureTypeAvailable
2001-07-20 Chris LattnerAdd support for constant propogation of multiplies
2001-07-20 Chris LattnerFactor out WriteAsOperand.
2001-07-20 Chris LattnerAdd a comment.
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-07-20 Chris LattnerFix nasty typo
2001-07-15 Chris LattnerSupport external methods
2001-07-15 Chris LattnerImplement forward/external declarations for methods.
2001-07-15 Chris LattnerImplement forward/external declarations for methods...
2001-07-15 Chris LattnerAdd support for assembly printing fp constants
2001-07-15 Chris LattnerAdd support to the bytecode writer to recognize floatin...
2001-07-15 Chris LattnerAdd support to the bytecode reader to recognize floatin...
2001-07-15 Chris LattnerAdd support to the parser to recognize floating point...
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-07-14 Chris LattnerAdd knowledge about the struct form of the GetElementPt...
2001-07-14 Chris LattnerRemove dependency on the structure of ValueHolder.
2001-07-14 Chris Lattner* The parent of a constant pool is a symtabvalue, not...
2001-07-14 Chris LattnerThe parent of a constant pool is a symtabvalue, not...
2001-07-14 Chris LattnerAdded some comments, preparing to add global variables...
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-14 Chris LattnerMade the following changes:
2001-07-12 Chris LattnerAdd DebugValue member.
2001-07-09 Chris LattnerDon't clean out the type plane of the constant pool...
2001-07-09 Chris LattnerMake sure that types go in the constant pool if they...
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplement checking for new instructions
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerUse the CDG to mark branches alive on demand.
2001-07-08 Chris LattnerFixed post dominator frontiers! Yaay!
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerRemoving unnecesary file
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-07-07 Chris LattnerChanged memory reference instructions to store the...
2001-07-07 Chris LattnerFixed some error messages to be nicer
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method
2001-07-06 Chris LattnerImplement support for postdominators, except in dom...
2001-07-06 Chris LattnerUpdate to include right file
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerCode got moved from the lib/Assembly/Writer/IntervalWri...
2001-07-02 Chris LattnerAdd printing code for dominator info
2001-07-02 Chris LattnerCheckin of new dominator calculation routines. These...
2001-07-02 Chris LattnerMoved deleter to include/llvm/Tools/STLExtras.h
next