Use null keyword instead of kludge
[oota-llvm.git] / include / llvm /
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
2001-09-11 Chris LattnerHandle subtract in expression classifier
2001-09-11 Chris LattnerDisable destructors on constants
2001-09-10 Chris Lattner* Add capability of printing out a global variable
2001-09-10 Chris Lattner* Method::getType should return type cast as MethodType...
2001-09-10 Chris LattnerUpdate assertion to allow extra case
2001-09-10 Chris LattnerImplement global variable support
2001-09-09 Chris LattnerRemove 3 gross global functions that don't belong here
2001-09-09 Chris LattnerRename contype to subtype
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-09 Chris LattnerRemove extra #include
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.
2001-09-07 Chris LattnerNew file for supporting abstract types
2001-09-07 Chris LattnerProvide a way to change the incoming value for a phi...
2001-09-07 Chris Lattner* Remove lots of unnecesary #includes
2001-09-07 Chris Lattner* Remove lots of annoying extra #includes
2001-09-07 Chris Lattner* Add tag so emacs knows it's a c++ file
2001-09-07 Chris LattnerAdd tags so emacs knows these are C++ files
2001-09-07 Chris LattnerRemove extra space
2001-09-07 Chris LattnerRemove ReversePostOrderTraversal declaration
2001-09-07 Chris Lattner* Don't predefine ReversePostOrderTraversal because...
next