2001-10-28 |
Vikram S. Adve | Make newlines be newlines! This should now work in... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Chris Lattner | Remove non linking related stuff |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Chris Lattner | Remove unneccesary function prototypes |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Chris Lattner | Fix some illegal uses of the ## operator |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Minor fix I omitted to check in. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Support printing control characters in standard C/assem... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Record constants that need to be emitted in the assembl... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Allow combinations of True/Anti/Output flags for each... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Add edges between call instructions and (a) load/store... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Generate SETX for 64-bit integers! |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Add SETX instruction for 64-bit constants. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Need to subtract, not add, stack size in SAVE instruction! |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Major overhaul to print globals and constants. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Added name-mangling routines for future use. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Use separate functions for printing values of each... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Added printPointer. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Runtime routines implementing print<TYPE> for all basic... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Added a constant pool to record values that need to... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Add support for name mangling. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Switch useLLVMSyntax to useCSyntax. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Add calls to print results in fib, simpleadd and sumarray. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Support printing control characters in standard C/assem... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Add methods print<TYPE> for String, Pointer, and each... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Vikram S. Adve | Added rules for building sparc executable with and... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Ruchira Sasanka | Added support for spilling |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Ruchira Sasanka | Moved callerSaving code to machine specific classes... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Ruchira Sasanka | Added spill code support; moved insertCallerSaving... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Chris Lattner | Implement a -trace command line option and a trace... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Chris Lattner | * Make pointer values work better by treating them... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Chris Lattner | Provide argv for commands |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Chris Lattner | Provide option to enable eating of all arguments follow... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Chris Lattner | * Implement exit() builtin function |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Ruchira Sasanka | Fixed load syntax in EmitAssembly |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Add support for building a runtime library for LLI |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Ruchira Sasanka | Fixed logic for checking whether a LR received the... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Implement a -L command line argument to specify a searc... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Clean up error handling a bit. Add / as a seperator... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Frivolous cleanups |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Dang it, do NOT check in code that enables debugging... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Two things: |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Chris Lattner | Changes to get some meaningful feedback from the byteco... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Ruchira Sasanka | Corrected a bug in SparcRegInfo.cpp - to add inserted... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Ruchira Sasanka | added support to move "added instructions" after the... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Ruchira Sasanka | Added support to move "added instructions" after the... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Add '-v' option to enable verbose output from the linker |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Fix problem linking in a method prototype when a method... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Remove unnamed prototypes that are created. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Negative FP constants... whodathunkit. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Oops, didn't mean to check in enabled debugging support. :( |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Fixed a LONG standing, SCARY problem with bytecode... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | More symbol table bugfixes that are impossible to track... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Allow unresolved/opaque types to be read and written... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Chris Lattner | Fix another annoying bug that took forever to track... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Disable alloca code gen tests until size of extra args... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Delete MachineCodeInfoForMethod object. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Chris Lattner | Fix a problem occuring with type unification of symbol... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Simplify etags command. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added object of class MachineCodeForMethod. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added class MachineCodeForMethod to provide method... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added function interfaces for generating prolog and... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added function IsLeafMethod to identify leaf methods. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added MachineCodeForMethod object in class Method. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Use class MachineCodeForMethod to print machine code. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added class MachineCodeForMethod. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Cosmetic changes only. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Modify code that processes delay slots so that it prese... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | UNUSED. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Split JMPL into JMPLCALL and JMPLRET. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added a frame layout class, and code to insert prolog... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Reordered registers slightly to simplify a new check. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Split JMPL into JMPLCALL and JMPLRET so that IsCall... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added functions to generate prolog and epilog code. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Added SAVE and RESTORE. Duplicated JMPL into JMPLCALL... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Vikram S. Adve | Reordered a couple of registers to simplify some new... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Chris Lattner | Remove ugly subclass of Opaque type |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Chris Lattner | Fix bug with |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Chris Lattner | Fix bug exposed by this testcase: |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Chris Lattner | Fix erroneous assertion failure on the following code: |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Chris Lattner | Fix bug caused by: |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Ruchira Sasanka | Added support for both call/jmpl instructions |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Chris Lattner | Fix problem with a cast instruction that must be expand... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Vikram S. Adve | Fixed printing of offset operand for RETURN instruction. |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Vikram S. Adve | Use CALL for direct function calls; JMPL for indirect... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Vikram S. Adve | Minor bug fix in printing operands of JMPL. |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Chris Lattner | Fix shift printing when using a ubyte LHS |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Chris Lattner | Add support for And, XOR, and Or |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Chris Lattner | It is valid to have unsigned arrays as constants..... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Added code to support unusable Suggested Colors. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Added code so that colorIGNode does not unnecessarily... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Added code to PhyRegAlloc to mark unusable suggested... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Added code to Initialize (MachineOperand) to initialize... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Corrected call interference bug - suggested color not... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Changed Call interference info |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Ruchira Sasanka | Corrected call interference bug |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Chris Lattner | Fix to reference the right header |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Ruchira Sasanka | no major change |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Ruchira Sasanka | Added implict operand printing for operator( ostream... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Ruchira Sasanka | Added support for condition code loading/stroing in... |
commit | commitdiff | tree | snapshot |
next |