oota-llvm.git
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-10-17 Vikram S. Adve*** empty log message ***
2001-10-17 Vikram S. AdveRemove extra assert in dyn_cast_or_null.
2001-10-17 Vikram S. AdveDisable codgen test for calltest.ll.
2001-10-17 Vikram S. AdveOnly list automatically generated .cpp files.
2001-10-17 Vikram S. AdveAllow only extra Source files to be listed in a local...
2001-10-16 Chris LattnerSimplify some code
2001-10-16 Ruchira Sasankaadded initializing regNum to -1 in both constructors...
2001-10-16 Ruchira Sasankachanged debugg message printing - no change to useful...
2001-10-16 Ruchira SasankaNo major change - commented some debug code
2001-10-16 Ruchira SasankaNo major change - added some comments
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerAdd rule to build executables
2001-10-15 Chris LattnerEmit the proper .type declarations to tell the debugger...
2001-10-15 Chris LattnerHandle abnormal jmpl syntax correctly
2001-10-15 Chris LattnerImplement ulong & long support
2001-10-15 Chris LattnerMake main do some simple work without requiring main...
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-10-15 Chris LattnerCompile with v9 extensions
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerMinor cleanups
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples
2001-10-15 Chris LattnerUse the new Pass infrastructure to clean up llc
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--added support for implicit operands
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-15 Ruchira Sasanka--changed Sugesting colors for method calls/return...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-15 Chris LattnerAdd library
2001-10-15 Chris LattnerBe const correct
2001-10-15 Chris LattnerMinor code cleanups
2001-10-15 Chris LattnerAdd cast_or_null & dyn_cast_or_null
2001-10-15 Chris LattnerImplement initializers for structs and pointers
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerImprove error messages on assertion failure.
2001-10-15 Chris Lattner* getExitNode() doesn't exist in method anymore
2001-10-15 Vikram S. AdveAdded Instrumentation subdirectory.
2001-10-15 Chris LattnerImplement global variables. Struct and Pointer initial...
2001-10-15 Chris LattnerImplement linking of global variable constant references
2001-10-15 Chris LattnerAdd some more interesting test cases for the linker
2001-10-15 Chris LattnerOops, didn't handle hex values correctly. :(
2001-10-14 Chris Lattner* Fix the constpoolarray -> c"" printing routines to...
2001-10-14 Chris Lattner*** empty log message ***
2001-10-14 Chris LattnerMinor cleanup
2001-10-14 Vikram S. Adve*** empty log message ***
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
2001-10-14 Chris LattnerMore interesting testcase
2001-10-14 Vikram S. AdveForward operands into implicit uses as well as explicit...
2001-10-14 Chris LattnerExternal methods shouldn't have argument lists
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 Chris LattnerAdd a new -d argument to dump the internal rep as assembly.
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. 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 Vikram S. AdveAdded routine to create a char array for a string.
2001-10-14 Vikram S. AdveEnable most tests.
2001-10-14 Vikram S. AdveAdded a string global variable.
2001-10-14 Vikram S. AdveTwo bug fixes that were suppressing some "load-constant...
2001-10-14 Chris LattnerMove the burg file to here. Add .in suffix to indicate...
2001-10-14 Chris LattnerMake the sparc.burg file be a little more flexible...
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-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...
next