No major change - added some comments
[oota-llvm.git] / include /
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples
2001-10-15 Chris LattnerConvert to use Pass infrastructure
2001-10-15 Chris LattnerFile moved to: llvm/Transforms/HoistPHIConstants.h
2001-10-15 Ruchira Sasanka--changed Sugesting colors for method calls/return...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-15 Chris LattnerBe const correct
2001-10-15 Chris LattnerAdd cast_or_null & dyn_cast_or_null
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerImprove error messages on assertion failure.
2001-10-14 Chris Lattner*** empty log message ***
2001-10-14 Chris LattnerUpdate comment, remove misleading method
2001-10-14 Chris LattnerInitializers are not const even if the GV is.
2001-10-14 Vikram S. AdveCast NULL when requested.
2001-10-14 Vikram S. AdveAdded getEntryNode() and getExitNode() functions.
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...
2001-10-14 Vikram S. AdveAdded routine to create a char array for a string.
2001-10-14 Chris LattnerUse the instruction.def file to remain up to date with...
2001-10-14 Chris LattnerNew file to define instructions...
2001-10-13 Chris LattnerNew module linking functionality prototype
2001-10-13 Chris LattnerDang, I screwed up the merge. This should be better
2001-10-13 Chris LattnerFix filename in comment
2001-10-13 Chris LattnerBetter linux support. This file still sucks
2001-10-13 Chris LattnerFix broken #endif
2001-10-13 Chris Lattnernot is a keyword in Ansi C++. Avoid it
2001-10-13 Chris LattnerClean up initializers for GCC 2.96
2001-10-13 Chris LattnerRemove exception specification. Only slows code down.
2001-10-13 Chris LattnerChanges to compile with GCC 2.96
2001-10-13 Chris LattnerAdd comment indicating semantics of indirect calls
2001-10-13 Chris LattnerNew ctor for invoke inst
2001-10-13 Chris LattnerAdd support for indirect calls
2001-10-13 Chris LattnerAdd some casts to make GCC 2.96 happy.
2001-10-13 Chris LattnerAdd use_back() methods
2001-10-13 Chris LattnerAdd classof implementations for User
2001-10-13 Chris LattnerExpose typedefs
2001-10-13 Chris LattnerAdd support for module local constants
2001-10-13 Chris LattnerAdd new opcode for Invoke instruction
2001-10-13 Chris LattnerMinor changes, add new ctor for invoke instruction
2001-10-13 Chris LattnerAdd assertions
2001-10-13 Chris Lattner* Minor Formatting changes.
2001-10-13 Chris Lattner* Add destroyConstant stuff to handle module local...
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerShare ConstPoolPointer elements correctly
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-10-01 Chris LattnerUpdate comments
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Vikram S. AdveAdd vector `implicitUses' to class MachineCodeForVMInst...
2001-09-30 Ruchira Sasankano major change.
2001-09-30 Ruchira Sasankaadded suggesting color suppor
2001-09-30 Chris LattnerImplement a constant pointer value
2001-09-28 Chris LattnerPull iterators out of CFG.h and genericize them with...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris LattnerInitial support for construction of a call graph
2001-09-28 Chris Lattnerprint out value's by pointer
2001-09-28 Chris LattnerAdd capability to print out call graph
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris LattnerRemove debugging output stuff
2001-09-19 Chris LattnerAdd emitAssembly Method
2001-09-18 Ruchira Sasanka*** empty log message ***
2001-09-18 Ruchira Sasanka--added methods to operand class to set/get registers...
2001-09-18 Chris LattnerMove operator << from Value.h to Assembly/Writer.h
2001-09-18 Chris LattnerRemove operator << to Assembly/Writer.h
2001-09-18 Vikram S. AdveRenamed files to match the primary classes they provide.
2001-09-18 Vikram S. AdveMoved debugging interfaces for class Value to Value.h.
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-15 Ruchira Sasankaadded a method to get reg num after register allocation
2001-09-15 Ruchira Sasanka-modified machine operand class - took regNum out of...
2001-09-15 Ruchira Sasanka-- debug messages dissabled
2001-09-15 Ruchira Sasankaadded reg alloc support
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerMinor reformatting, & protection fixes
2001-09-14 Chris LattnerSplit Register specific stuff out from TargetMachine...
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-14 Chris LattnerInitial instruction tree support for the analysis library
2001-09-14 Chris LattnerGeneric k-way tree support
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
next