oota-llvm.git
2001-10-13 Chris Lattner* Add support for Invoke instructions
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-13 Chris LattnerUpdate todo's
2001-10-13 Chris LattnerEach tools should not make tags
2001-10-12 Ruchira Sasanka--corrected coalescing test: coalsed only if two are...
2001-10-12 Ruchira Sasankaadded support for implict operands in machine instruction
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-11 Vikram S. AdveDelete *.s on clean.
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-11 Vikram S. AdveAdd graph edges due to implicit refs in each machine...
2001-10-10 Vikram S. AdveAdded a rule for building TAGS.
2001-10-10 Vikram S. AdveRepeat some libs due to circular dependences between...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-10-10 Vikram S. AdveInsert code to load constants used as Call or Return...
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-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-10 Vikram S. AdveMoved first function to "simpleadd.ll".
2001-10-10 Vikram S. Advetestmemory and sumarray now work with instruction selec...
2001-10-09 Ruchira Sasanka--removed %g regs being allocated - fix later
2001-10-04 Chris LattnerAdd hack to get rid of malloc & free instructions for...
2001-10-03 Chris LattnerAdd comment
2001-10-03 Chris LattnerSupport multiple global's definitions
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris LattnerAllow duplicate constant values as long as they are...
2001-10-03 Chris LattnerShare ConstPoolPointer elements correctly
2001-10-03 Chris LattnerFix broken testcase
2001-10-03 Chris LattnerAdd check to make sure that we dont reference MEthodTyp...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerAdjust test cases to match the fact that methods are...
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-03 Chris LattnerClean up parser, fix a bug that prevented this from...
2001-10-03 Chris Lattner* Add support for null as a constant
2001-10-03 Chris LattnerModify testcases for new LLVM const syntax
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 Chris LattnerComment out a paragraph that refers to a file that...
2001-10-01 Chris LattnerFix emission of return instructions
2001-10-01 Chris LattnerAdd path to as so it doesn't find llvm as if that path...
2001-10-01 Chris LattnerExclude a couple of tests that the regalloc stuff doesn...
2001-10-01 Vikram S. AdveAdd different "cast constant value" for several possibl...
2001-10-01 Vikram S. AdveAdd vector `implicitUses' to class MachineCodeForVMInst...
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. AdveImproved dump for disp type operand.
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 Sasankano major change.
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-30 Ruchira Sasankaadded suggesting color suppor
2001-09-30 Ruchira Sasankaadded support for suggesting colors
2001-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
2001-09-30 Chris LattnerAdd a test for the new null keyword
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
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 LattnerFile #include file
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!
next