oota-llvm.git
2001-10-22 Vikram S. AdveAdded functions to generate prolog and epilog code.
2001-10-22 Vikram S. AdveAdded SAVE and RESTORE. Duplicated JMPL into JMPLCALL...
2001-10-22 Vikram S. AdveReordered a couple of registers to simplify some new...
2001-10-22 Chris LattnerRemove ugly subclass of Opaque type
2001-10-22 Chris LattnerFix bug with
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-21 Chris LattnerTwo changes:
2001-10-21 Chris LattnerFix erroneous assertion failure on the following code:
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 SasankaAdded code to Initialize (MachineOperand) to initialize...
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-19 Chris LattnerFix to reference the right header
2001-10-18 Ruchira Sasankano major change
2001-10-18 Vikram S. Adve*** empty log message ***
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 LattnerCheck in new testcase based on .c file. Adapted to...
2001-10-18 Chris LattnerFix null termination issue
2001-10-18 Chris LattnerAdd new testcase from C source
2001-10-18 Chris LattnerRemove unneccesary retcode var
2001-10-18 Chris LattnerRefactor Assembly/Bytecode writer code into Assembly...
2001-10-18 Chris LattnerRefactor code into Assembly & bytecode libraries
2001-10-18 Chris Lattnerinitial checkin
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerExpose more xforms to the opt utility
2001-10-18 Chris LattnerBytecode writer is yanked out of Module printer
2001-10-18 Chris LattnerRefix bugs, stop using deprecated strstream header
2001-10-18 Chris LattnerInitial checkin
2001-10-18 Chris LattnerInitial Checkin
2001-10-18 Chris LattnerPull bytecode writing out of Module writer pass. Prepa...
2001-10-18 Chris LattnerAdd operator[] accessors
2001-10-18 Vikram S. AdveMove malloc/free lowering after tracing until lli supports
2001-10-18 Vikram S. AdveOnly print values live at BB or method exit, and insert...
2001-10-18 Vikram S. AdveAdd option to print per module instead of per method...
2001-10-18 Chris LattnerOnly output code if file open is successful
2001-10-18 Vikram S. AdveTrace code should always be exported just before code...
2001-10-18 Vikram S. AdveHandle multiple exit blocks correctly.
2001-10-18 Vikram S. AdveAdd option to print as bytecode instead of assembly.
2001-10-18 Chris LattnerUse the standard header not the old one
2001-10-18 Chris LattnerDang, we were losing the Constant bit on globals. ...
2001-10-18 Chris LattnerAdd support to insert trace code as an "optimization"
2001-10-18 Chris LattnerConvert to be compatible with lli.
2001-10-18 Chris LattnerConvert to new simpler, more powerful pass structure
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 LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler pass structure
2001-10-18 Chris LattnerSimplify Pass by removing silly subclasses
2001-10-18 Chris LattnerFix minor bug, update comments
2001-10-18 Chris LattnerChange Sources specifier to ExtraSources
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-18 Chris LattnerPass's return true if they make a modification, not...
2001-10-18 Chris LattnerConvert optimizations to use the Pass infrastructure
2001-10-18 Chris Lattner* Passes return true if they change something, not...
2001-10-18 Chris LattnerPasses return true if they change something, not if...
2001-10-18 Vikram S. Adve1. Move most of the constant-fixup code into machine...
2001-10-18 Vikram S. AdveReverse previous change.
2001-10-18 Vikram S. AdveGenerate assembly code for testcodegen.
2001-10-18 Vikram S. AdveAdded several cases where a constant must be forwarded...
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. 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...
next