Added function interfaces for generating prolog and epilog code.
[oota-llvm.git] / include /
2001-10-22 Vikram S. AdveAdded function interfaces for generating prolog and...
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-19 Ruchira SasankaAdded code to Initialize (MachineOperand) to initialize...
2001-10-18 Chris LattnerRefactor code into Assembly & bytecode libraries
2001-10-18 Chris Lattnerinitial checkin
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerInitial Checkin
2001-10-18 Chris LattnerPull bytecode writing out of Module writer pass. Prepa...
2001-10-18 Chris LattnerAdd operator[] accessors
2001-10-18 Vikram S. AdveAdd option to print per module instead of per method...
2001-10-18 Vikram S. AdveAdd option to print as bytecode instead of assembly.
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler pass structure
2001-10-18 Chris LattnerSimplify Pass by removing silly subclasses
2001-10-18 Chris LattnerFix minor bug, update comments
2001-10-18 Chris LattnerPass's return true if they make a modification, not...
2001-10-18 Chris LattnerConvert optimizations to use the Pass infrastructure
2001-10-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-17 Vikram S. AdveRemove extra assert in dyn_cast_or_null.
2001-10-16 Ruchira Sasankaadded initializing regNum to -1 in both constructors...
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.
next