oota-llvm.git
2001-10-14 Chris LattnerBurg files should come out of the Debug Directory for...
2001-10-13 Chris LattnerNew module linking functionality prototype
2001-10-13 Chris LattnerCheck in makefile
2001-10-13 Vikram S. AdveFixed tags target so it only happens at root level.
2001-10-13 Chris LattnerAdd C source for testmisc.ll
2001-10-13 Chris LattnerDang, I screwed up the merge. This should be better
2001-10-13 Chris LattnerNew testcase for testing constant pointers to globals
2001-10-13 Chris LattnerTest files for linker
2001-10-13 Chris LattnerMethodTypes take an explicit isVarArg argument
2001-10-13 Chris LattnerFix comment flyer
2001-10-13 Chris LattnerAdd new linker
2001-10-13 Chris LattnerBuild the new linker
2001-10-13 Chris LattnerUse null keyword instead of kludge
2001-10-13 Chris LattnerAdd more function call and prototype specific tests
2001-10-13 Chris LattnerCompile the transforms directory
2001-10-13 Chris LattnerStart of a linker
2001-10-13 Chris LattnerImplement the invoke instruction
2001-10-13 Chris Lattner* Fix a nefarious bugs: TypesEqual was wrong for vararg...
2001-10-13 Chris LattnerConvert a runtime check into an assertion
2001-10-13 Chris Lattner* Add support for Module specific constants
2001-10-13 Chris LattnerAdd new TerminatorInst ctor for invoke
2001-10-13 Chris Lattner* Fix TODO
2001-10-13 Chris LattnerFix broken #endif
2001-10-13 Chris Lattner* Add #include
2001-10-13 Chris LattnerAdd StringList support
2001-10-13 Chris LattnerSupport the invoke instruction
2001-10-13 Chris LattnerSupport indirect calls
2001-10-13 Chris Lattnernot is a keyword in ansi C++, avoid it
2001-10-13 Chris Lattner* Fix privacy issues on RegToRefVecMap
2001-10-13 Chris Lattner* Use new style casts more
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-13 Chris Lattner* Support writing GlobalVariables with info comments...
2001-10-13 Chris Lattner* Add support for forward references of global variable...
2001-10-13 Chris LattnerAdd operator< to ValID's so that they can be put in...
2001-10-13 Chris LattnerRemove exception specification
2001-10-13 Chris LattnerSupport the new Invoke instruction
2001-10-13 Chris LattnerSupport pointers to globals happily
2001-10-13 Chris LattnerFix code to make GCC 2.96 happy
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...
next