projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
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
2001-10-18
Ruchira Sasanka
removed some debug messages
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Enhancements to pass argc & argv to main if required
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Check in new testcase based on .c file. Adapted to...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Fix null termination issue
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Add new testcase from C source
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Remove unneccesary retcode var
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Refactor Assembly/Bytecode writer code into Assembly...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Refactor code into Assembly & bytecode libraries
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
initial checkin
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
move llvm/Transforms/Pass.h to the top level llvm/Pass...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Expose more xforms to the opt utility
commit
|
commitdiff
|
tree
|
snapshot
2001-10-18
Chris Lattner
Bytecode writer is yanked out of Module printer
commit
|
commitdiff
|
tree
|
snapshot
next