Fix automatic dependence on static libs
[oota-llvm.git] / lib /
2001-09-09 Vikram S. AdveHandle cast float-to-float or cast double-to-double.
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-09 Chris LattnerI really don't like it when people break the build.
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.
2001-09-08 Ruchira Sasanka--Ruchira
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-09-07 Chris LattnerUpdates to work with new lack of constant pool
2001-09-07 Chris LattnerRemove unneeded #includes
2001-09-07 Chris LattnerRemove unnecesary #include add dump calls pulled out...
2001-09-07 Chris Lattner* Remove lots of #includes
2001-09-07 Chris LattnerAdd tags so emacs knows these are C++ files
2001-09-07 Chris LattnerMoved functionality into the other constant pool stuff
2001-09-07 Chris LattnerThe header file for a translation unit should always...
2001-09-07 Chris LattnerA file should always include it's private header file...
2001-09-07 Chris LattnerAnnotations are now const
2001-09-07 Chris LattnerCleanup
2001-09-07 Chris LattnerSupport abstract types
2001-09-07 Chris LattnerSupport a abstract, opaque, and recursive types
2001-09-07 Chris LattnerTypes and constnats are wierd objects in the symtabs
2001-09-07 Chris LattnerModules must have a valid, nonnull type. Make them...
2001-09-07 Chris LattnerSupport new setName interface
2001-09-07 Chris Lattner* Support new setname interface
2001-09-07 Chris Lattner* Cnstants are now global objects
2001-09-07 Chris LattnerSupport new setName itf
2001-09-07 Chris LattnerAnnotations are const objects now
2001-09-07 Chris LattnerTypes and constants are wierd things in symbol tables now
2001-09-07 Chris Lattner* Eliminate reference to ConstantPool class
2001-09-07 Chris LattnerConstant pool is dead
2001-09-07 Chris LattnerConstants are now global unique objects
2001-09-07 Chris Lattner* Eliminate constant pool dependancies:
2001-09-07 Chris Lattner* Supoprt global constants
2001-09-07 Chris Lattner* Support global constants
2001-09-07 Chris Lattnerannotations are now const
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
2001-09-07 Chris Lattner* Add support for forward referencing types
2001-09-07 Chris LattnerAdd support for forward referencing types
2001-09-07 Chris LattnerAdd support for an opaque type
2001-09-07 Chris LattnerRemove #include of nonexistant header file
2001-09-07 Chris Lattner* Slot calc is now simpler and not based on module...
2001-09-07 Chris LattnerModule analyzer no longer has to iterate over constant...
2001-09-07 Chris LattnerSimplify code by eliminating need to hang onto constant...
2001-09-07 Chris LattnerYou no longer have to delete constants! They are locat...
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-08-31 Ruchira Sasanka*** empty log message ***
2001-08-28 Vikram S. AdveAdded directory LiveVar/
2001-08-28 Vikram S. AdveAdded nonterminals for arithmetic operations where...
2001-08-28 Vikram S. AdveMakefile for InstrSched/
2001-08-28 Vikram S. AdveRemove source list.
2001-08-28 Vikram S. AdveAdded directory InstrSched.
2001-08-28 Vikram S. AdveMajor changes too hard to document :-)
2001-08-28 Vikram S. AdveExtensive additions for supporting instruction scheduling.
2001-08-28 Vikram S. AdveAdded class MachineSchedInfo and several supporting...
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.
2001-08-28 Vikram S. AdveClass that encapsulates priority heuristics for instruc...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...
2001-08-28 Vikram S. AdveMoved debug options declaration to header file, and...
2001-08-28 Vikram S. AdveMoved function PrintMachineInstructions here.
2001-08-28 Vikram S. Adveanalyze() now checks to see that we don't analyze the...
2001-08-28 Vikram S. Adve*** empty log message ***
2001-08-27 Chris LattnerI suck
2001-08-27 Chris LattnerInitial checkin of TargetData code
2001-08-27 Chris LattnerRemove target specific stuff from Type classes
2001-08-27 Chris LattnerRemove target specific method from MemAccessInst class
2001-08-27 Chris LattnerConvert to use the new factored out TargetData class
2001-08-27 Chris LattnerFactor code out to the TargetData class
2001-08-27 Chris LattnerSupport passing a data pointer to annotation factory...
2001-08-27 Chris LattnerDemolish explicit source list
2001-08-27 Chris LattnerLots of new functionality
2001-08-25 Chris LattnerRemove explicit source list
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerAdd annotation support
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-08-23 Chris LattnerChanged an assertion message
2001-08-23 Chris LattnerInitial checkin of interpreter
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-08-13 Vikram S. AdveAlways set isDef for operand in position resultPos.
2001-08-13 Ruchira SasankaChanged SetMachineOpernad calls in Set3OperandsFromInst...
2001-08-13 Ruchira SasankaChanged case 64 to make the first arg of phi a defintion
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira Sasankaadded a default isDef arg to SetMachineOperand method...
2001-08-06 Vikram S. AdveAdd CC operand as 4th operand of SUBcc, and mark it...
2001-08-06 Vikram S. AdveAlso, move burg rule to Makefile.common.
2001-08-06 Vikram S. AdveBetter still, lets move pathname for Burg to Makefile...
2001-08-06 Vikram S. AdveUse full pathname for burg.
2001-07-31 Vikram S. AdveSimplify command line options, and add option for printing
2001-07-31 Vikram S. AdveAdded tree nodes for Phi instructions.
2001-07-31 Vikram S. AdveGenerate tree nodes for Phi instructions.
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-31 Vikram S. AdveGenerate dummy Phi machine instruction, plus a bug...
2001-07-30 Vikram S. AdveRecord machine instructions in the vector for each...
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-28 Chris LattnerRemove some gross stuff
2001-07-28 Chris LattnerAllow vararg method types with 0 fixed types
2001-07-28 Chris LattnerMake error msg nicer
2001-07-28 Chris LattnerEnable the elimination of method prototypes that are...
2001-07-28 Chris Lattner* Make sure that the size of the type field can also...
2001-07-28 Chris Lattner* Add calls to failure template so that it is actually...
next