oota-llvm.git
2001-10-28 Vikram S. AdveAdded printPointer.
2001-10-28 Vikram S. AdveRuntime routines implementing print<TYPE> for all basic...
2001-10-28 Vikram S. AdveAdded a constant pool to record values that need to...
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-28 Vikram S. AdveSwitch useLLVMSyntax to useCSyntax.
2001-10-28 Vikram S. AdveAdd calls to print results in fib, simpleadd and sumarray.
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Vikram S. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-28 Vikram S. AdveAdded rules for building sparc executable with and...
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-28 Ruchira SasankaMoved callerSaving code to machine specific classes...
2001-10-28 Ruchira SasankaAdded spill code support; moved insertCallerSaving...
2001-10-27 Chris LattnerImplement a -trace command line option and a trace...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris LattnerProvide argv for commands
2001-10-27 Chris LattnerProvide option to enable eating of all arguments follow...
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Ruchira SasankaFixed load syntax in EmitAssembly
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
2001-10-24 Ruchira SasankaFixed logic for checking whether a LR received the...
2001-10-24 Chris LattnerImplement a -L command line argument to specify a searc...
2001-10-24 Chris LattnerClean up error handling a bit. Add / as a seperator...
2001-10-24 Chris LattnerFrivolous cleanups
2001-10-24 Chris LattnerDang it, do NOT check in code that enables debugging...
2001-10-24 Chris LattnerTwo things:
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Ruchira SasankaCorrected a bug in SparcRegInfo.cpp - to add inserted...
2001-10-23 Ruchira Sasankaadded support to move "added instructions" after the...
2001-10-23 Ruchira SasankaAdded support to move "added instructions" after the...
2001-10-23 Chris LattnerAdd '-v' option to enable verbose output from the linker
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-23 Chris LattnerRemove unnamed prototypes that are created.
2001-10-23 Chris LattnerNegative FP constants... whodathunkit.
2001-10-23 Chris LattnerOops, didn't mean to check in enabled debugging support. :(
2001-10-23 Chris LattnerFixed a LONG standing, SCARY problem with bytecode...
2001-10-23 Chris LattnerMore symbol table bugfixes that are impossible to track...
2001-10-23 Chris LattnerAllow unresolved/opaque types to be read and written...
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-22 Vikram S. AdveDisable alloca code gen tests until size of extra args...
2001-10-22 Vikram S. AdveDelete MachineCodeInfoForMethod object.
2001-10-22 Chris LattnerFix a problem occuring with type unification of symbol...
2001-10-22 Vikram S. AdveSimplify etags command.
2001-10-22 Vikram S. AdveAdded object of class MachineCodeForMethod.
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod to provide method...
2001-10-22 Vikram S. AdveAdded function interfaces for generating prolog and...
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-22 Vikram S. AdveAdded MachineCodeForMethod object in class Method.
2001-10-22 Vikram S. AdveUse class MachineCodeForMethod to print machine code.
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod.
2001-10-22 Vikram S. AdveCosmetic changes only.
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-22 Vikram S. AdveUNUSED.
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET.
2001-10-22 Vikram S. AdveAdded a frame layout class, and code to insert prolog...
2001-10-22 Vikram S. AdveReordered registers slightly to simplify a new check.
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET so that IsCall...
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
next