Add check to make sure that we dont reference MEthodType's directly
[oota-llvm.git] / lib / Target /
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
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 LattnerPull predecessor and successor iterators out of the...
2001-10-01 Chris LattnerFix emission of return instructions
2001-10-01 Vikram S. AdveSeveral fixes:
2001-09-30 Ruchira Sasankaremoving phy regaloc - incorrect file
2001-09-30 Vikram S. AdveChange latency of setuw and setsw to 2 cycles.
2001-09-30 Vikram S. AdveChange ! ( ...== ...) to !=.
2001-09-30 Vikram S. AdveBug fixes:
2001-09-30 Vikram S. AdveMinor changes for bug fixes in SchedGraph.cpp.
2001-09-30 Vikram S. AdveTwo bug fixes:
2001-09-30 Ruchira Sasanka*** empty log message ***
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-30 Ruchira Sasankaadded support for suggesting colors
2001-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
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-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 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 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-- ruchira
2001-09-18 Ruchira Sasanka-- updated printing
2001-09-18 Chris LattnerRemove a copy of a bunch of code
2001-09-18 Chris LattnerRemove extraneous #includes
2001-09-18 Chris LattnerDon't check for null on delete
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. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-15 Ruchira Sasankamodified machine code printing
2001-09-15 Ruchira Sasankamodified printing of debug messages
2001-09-15 Ruchira Sasanka--added methods for printing
2001-09-15 Ruchira Sasankafixed printing messages
2001-09-15 Ruchira Sasanka-- debug messages dissabled
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-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Ruchira Sasanka*** empty log message ***
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 LattnerBreak scheduling infrastructure out of 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 LattnerMove files to new sparc directory
2001-09-14 Chris LattnerMove the sparc target to a new lib/Target directory
2001-09-14 Chris LattnerMove files.
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
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-10 Chris LattnerUse predicate for Value type test
2001-09-10 Chris LattnerUse predicate for Value type test
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 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 LattnerA file should always include it's private header file...
2001-08-31 Ruchira Sasanka*** empty log message ***
2001-08-28 Vikram S. AdveMakefile for InstrSched/
2001-08-28 Vikram S. AdveRemove source list.
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. Adveanalyze() now checks to see that we don't analyze the...
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-08-20 Ruchira SasankaLV info on machine instructions
next