Support printing control characters in standard C/assembly style,
[oota-llvm.git] / lib /
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Vikram S. AdveRecord constants that need to be emitted in the assembl...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-28 Vikram S. AdveGenerate SETX for 64-bit integers!
2001-10-28 Vikram S. AdveAdd SETX instruction for 64-bit constants.
2001-10-28 Vikram S. AdveNeed to subtract, not add, stack size in SAVE instruction!
2001-10-28 Vikram S. AdveMajor overhaul to print globals and constants.
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-28 Vikram S. AdveUse separate functions for printing values of each...
2001-10-28 Vikram S. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-28 Ruchira SasankaAdded support for spilling
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 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 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. AdveDelete MachineCodeInfoForMethod object.
2001-10-22 Chris LattnerFix a problem occuring with type unification of symbol...
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 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
next