Fix bug caused by:
[oota-llvm.git] / lib /
2001-10-21 Chris LattnerFix bug caused by:
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-21 Chris LattnerFix problem with a cast instruction that must be expand...
2001-10-20 Vikram S. AdveFixed printing of offset operand for RETURN instruction.
2001-10-20 Vikram S. AdveUse CALL for direct function calls; JMPL for indirect...
2001-10-20 Vikram S. AdveMinor bug fix in printing operands of JMPL.
2001-10-20 Chris LattnerFix shift printing when using a ubyte LHS
2001-10-20 Chris LattnerAdd support for And, XOR, and Or
2001-10-20 Chris LattnerIt is valid to have unsigned arrays as constants.....
2001-10-19 Ruchira SasankaAdded code to support unusable Suggested Colors.
2001-10-19 Ruchira SasankaAdded code so that colorIGNode does not unnecessarily...
2001-10-19 Ruchira SasankaAdded code to PhyRegAlloc to mark unusable suggested...
2001-10-19 Ruchira SasankaCorrected call interference bug - suggested color not...
2001-10-19 Ruchira SasankaChanged Call interference info
2001-10-19 Ruchira SasankaCorrected call interference bug
2001-10-18 Ruchira Sasankano major change
2001-10-18 Ruchira SasankaAdded implict operand printing for operator( ostream...
2001-10-18 Ruchira SasankaAdded support for condition code loading/stroing in...
2001-10-18 Ruchira Sasankaremoved some debug messages
2001-10-18 Chris LattnerEnhancements to pass argc & argv to main if required
2001-10-18 Chris LattnerRefix bugs, stop using deprecated strstream header
2001-10-18 Chris LattnerInitial checkin
2001-10-18 Vikram S. AdveOnly print values live at BB or method exit, and insert...
2001-10-18 Vikram S. AdveHandle multiple exit blocks correctly.
2001-10-18 Chris LattnerDang, we were losing the Constant bit on globals. ...
2001-10-18 Chris LattnerConvert to be compatible with lli.
2001-10-18 Chris LattnerMassive hacks to try to fix subtle logic bugs. I think...
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-18 Chris LattnerChange Sources specifier to ExtraSources
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-18 Vikram S. Adve1. Move most of the constant-fixup code into machine...
2001-10-18 Vikram S. AdveSparc-specific code shared between local files.
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo to...
2001-10-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo here.
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. AdveOnly list automatically generated .cpp files.
2001-10-16 Chris LattnerSimplify some code
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 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 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 LattnerAdd new Pass infrastructure and some examples
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 Sasankafixed a coalscing bug
2001-10-15 Chris LattnerBe const correct
2001-10-15 Chris LattnerImplement initializers for structs and pointers
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
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 LattnerOops, didn't handle hex values correctly. :(
2001-10-14 Chris Lattner* Fix the constpoolarray -> c"" printing routines to...
2001-10-14 Chris LattnerMinor cleanup
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
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 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. 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-13 Chris LattnerCheck in makefile
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 Lattnernot is a keyword in Ansi C++. Avoid it
2001-10-12 Ruchira Sasanka--corrected coalescing test: coalsed only if two are...
next