oota-llvm.git
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris Lattner* Properly escape function names
2001-09-28 Chris LattnerCheck in bug fix for vadve
2001-09-28 Chris LattnerAdd commands to assemble and compile a .ll file
2001-09-28 Chris LattnerInitial support for construction of a call graph
2001-09-28 Chris LattnerAdd support to print a call graph, and also add support...
2001-09-28 Chris LattnerAdding the tool to the path doesn't break anything...
2001-09-28 Chris LattnerMake error report a little more useful
2001-09-28 Chris LattnerADCE is broken but at least we know why
2001-09-28 Chris Lattnerprint out value's by pointer
2001-09-28 Chris LattnerAdd capability to print out call graph
2001-09-28 Chris LattnerGlobal variables/complex constants have been resolved!
2001-09-19 Ruchira Sasanka-- fixed a ret val bug
2001-09-19 Ruchira Sasanka-- removed debugging messages
2001-09-19 Ruchira Sasanka-fixed return value bug.
2001-09-19 Chris LattnerAdd proper support to send output to the right place
2001-09-19 Chris LattnerPrint .def files as well as other files
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris Lattner* REMOVE extraneous debug info if DEBUG_RA is not set
2001-09-19 Chris LattnerSeperate instruction definitions into new SparcInstr...
2001-09-19 Chris LattnerOkay, make the member function work.
2001-09-19 Chris LattnerRemove global debug output fns that have been supercede...
2001-09-19 Chris LattnerRemove debugging output stuff
2001-09-19 Chris LattnerEmit assembly language from the target...
2001-09-19 Chris LattnerAdd emitAssembly Method
2001-09-19 Chris LattnerAdd idea
2001-09-19 Chris LattnerAdd EmitAssembly to mf
2001-09-19 Chris LattnerFirst cut at assembly output
2001-09-19 Chris LattnerAdd emitAssemblyMethod to TargetMachine
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 Ruchira Sasanka-- ruchira
2001-09-18 Ruchira Sasanka-- updated printing
2001-09-18 Chris LattnerRemove a copy of a bunch of code
2001-09-18 Chris LattnerC++ gives us auto_ptr's, so we might as well use them...
2001-09-18 Chris LattnerFix up code a bit, remove operator<< to Assembly/Writer.h
2001-09-18 Chris LattnerRemove extraneous #includes
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 Chris LattnerDon't check for null on delete
2001-09-18 Chris LattnerUn-neuter makefile
2001-09-18 Vikram S. AdveMinor changes.
2001-09-18 Vikram S. AdveFolded inssel*.ll into select.ll.
2001-09-18 Vikram S. AdveRenamed files to match the primary classes they provide.
2001-09-18 Vikram S. AdveRenamed a header file.
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...
2001-09-18 Vikram S. AdveAllow pointer constants as well as integer and booleans.
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.
2001-09-18 Vikram S. AdveCast unsigned to int! It was causing a nice little...
2001-09-18 Vikram S. AdveMinor changes.
2001-09-18 Vikram S. AdveDon't add instructions to subtree for Phi or Call.
2001-09-18 Vikram S. AdveFormat file header.
2001-09-18 Vikram S. AdveAdd new entry/exit edges when removing delay slot nodes...
2001-09-18 Vikram S. AdveMoved erase edge functions to class SchedGraph.
2001-09-18 Vikram S. AdveRenamed some header files.
2001-09-18 Vikram S. AdveMoved erase-edge functions from SchedGraphNode to Sched...
2001-09-18 Vikram S. AdveMoved DebugValue to Value.cpp.
2001-09-18 Vikram S. AdveAdded debugging support.
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 LattnerFix testcases to handle new syntax for construction...
2001-09-18 Chris LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
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 Sasankamodified machine code printing
2001-09-15 Ruchira Sasanka-modified machine operand class - took regNum out of...
2001-09-15 Ruchira Sasankamodified printing of debug messages
2001-09-15 Ruchira Sasanka--added methods for printing
2001-09-15 Ruchira Sasankaadded setRegForValue to MachineOperand class
2001-09-15 Ruchira Sasankafixed printing messages
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-15 Ruchira Sasanka-reg alloc code
2001-09-15 Ruchira Sasankaadded register allocation code
2001-09-15 Ruchira SasankaAdded regalloc
2001-09-14 Chris LattnerOops, accidentally checked my debugging makefile
2001-09-14 Chris LattnerFix a bug with not removing method level types after...
2001-09-14 Ruchira Sasankaadded RegAlloc Directory to DIRS
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Chris LattnerRemove invalid testcase
2001-09-14 Chris LattnerRemove invalid testcase. Unneccesary anyways
2001-09-14 Chris LattnerAdd new test cases
2001-09-14 Chris LattnerAdd support for loading and storing pointers...
2001-09-14 Chris LattnerFix a bug that caused a crash if a setcc had zero uses.
2001-09-14 Chris LattnerAdd a forward decl, oops.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerAdd a comment
2001-09-14 Chris LattnerMinor reformatting, & protection fixes
2001-09-14 Chris LattnerBreak scheduling infrastructure out of TargetMachine...
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:
next