index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add methods print<TYPE> for String, Pointer, and each primitive type.
Vikram S. Adve
2001-10-28
1
-0
/
+31
*
Added rules for building sparc executable with and without tracing,
Vikram S. Adve
2001-10-28
1
-20
/
+36
*
Added support for spilling
Ruchira Sasanka
2001-10-28
9
-106
/
+550
*
Moved callerSaving code to machine specific classes since we have to handle
Ruchira Sasanka
2001-10-28
1
-3
/
+9
*
Added spill code support; moved insertCallerSaving to SparRegInfo since
Ruchira Sasanka
2001-10-28
2
-132
/
+638
*
Implement a -trace command line option and a trace option in the interpreter.
Chris Lattner
2001-10-27
4
-2
/
+25
*
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
7
-37
/
+216
*
Provide argv for commands
Chris Lattner
2001-10-27
4
-9
/
+25
*
Provide option to enable eating of all arguments following a specific one
Chris Lattner
2001-10-27
2
-56
/
+82
*
* Implement exit() builtin function
Chris Lattner
2001-10-27
6
-9
/
+69
*
Fixed load syntax in EmitAssembly
Ruchira Sasanka
2001-10-24
2
-10
/
+47
*
Add support for building a runtime library for LLI
Chris Lattner
2001-10-24
3
-0
/
+49
*
Fixed logic for checking whether a LR received the correct color.
Ruchira Sasanka
2001-10-24
1
-52
/
+60
*
Implement a -L command line argument to specify a search path. Implement min...
Chris Lattner
2001-10-24
2
-40
/
+78
*
Clean up error handling a bit. Add / as a seperator for command line argumen...
Chris Lattner
2001-10-24
2
-6
/
+12
*
Frivolous cleanups
Chris Lattner
2001-10-24
1
-18
/
+16
*
Dang it, do NOT check in code that enables debugging. Bad chris
Chris Lattner
2001-10-24
1
-1
/
+1
*
Two things:
Chris Lattner
2001-10-24
1
-1
/
+3
*
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-10-24
5
-34
/
+81
*
Corrected a bug in SparcRegInfo.cpp - to add inserted instructions before a r...
Ruchira Sasanka
2001-10-23
2
-17
/
+16
*
added support to move "added instructions" after the delay slot
Ruchira Sasanka
2001-10-23
2
-0
/
+6
*
Added support to move "added instructions" after the delay slot
Ruchira Sasanka
2001-10-23
2
-38
/
+158
*
Add '-v' option to enable verbose output from the linker
Chris Lattner
2001-10-23
2
-2
/
+26
*
Fix problem linking in a method prototype when a method body exists
Chris Lattner
2001-10-23
3
-12
/
+36
*
Remove unnamed prototypes that are created.
Chris Lattner
2001-10-23
1
-0
/
+6
*
Negative FP constants... whodathunkit.
Chris Lattner
2001-10-23
1
-1
/
+1
*
Oops, didn't mean to check in enabled debugging support. :(
Chris Lattner
2001-10-23
1
-1
/
+1
*
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...
Chris Lattner
2001-10-23
3
-41
/
+65
*
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
2
-37
/
+40
*
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-23
2
-33
/
+74
*
Fix another annoying bug that took forever to track down. This one involves ...
Chris Lattner
2001-10-23
2
-5
/
+17
*
Disable alloca code gen tests until size of extra args in stack frame
Vikram S. Adve
2001-10-22
1
-1
/
+1
*
Delete MachineCodeInfoForMethod object.
Vikram S. Adve
2001-10-22
1
-0
/
+2
*
Fix a problem occuring with type unification of symbol table entries
Chris Lattner
2001-10-22
1
-1
/
+55
*
Simplify etags command.
Vikram S. Adve
2001-10-22
2
-2
/
+2
*
Added object of class MachineCodeForMethod.
Vikram S. Adve
2001-10-22
1
-3
/
+10
*
Added class MachineCodeForMethod to provide method-level information
Vikram S. Adve
2001-10-22
1
-2
/
+68
*
Added function interfaces for generating prolog and epilog code.
Vikram S. Adve
2001-10-22
1
-0
/
+8
*
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-22
2
-0
/
+37
*
Added MachineCodeForMethod object in class Method.
Vikram S. Adve
2001-10-22
1
-1
/
+3
*
Use class MachineCodeForMethod to print machine code.
Vikram S. Adve
2001-10-22
2
-2
/
+2
*
Added class MachineCodeForMethod.
Vikram S. Adve
2001-10-22
1
-1
/
+39
*
Cosmetic changes only.
Vikram S. Adve
2001-10-22
2
-30
/
+98
*
Modify code that processes delay slots so that it preserves any
Vikram S. Adve
2001-10-22
2
-22
/
+72
*
UNUSED.
Vikram S. Adve
2001-10-22
1
-240
/
+0
*
Split JMPL into JMPLCALL and JMPLRET.
Vikram S. Adve
2001-10-22
1
-1
/
+2
*
Added a frame layout class, and code to insert prolog/epilog code.
Vikram S. Adve
2001-10-22
1
-15
/
+143
*
Reordered registers slightly to simplify a new check.
Vikram S. Adve
2001-10-22
1
-3
/
+14
*
Split JMPL into JMPLCALL and JMPLRET so that IsCall and IsReturn can
Vikram S. Adve
2001-10-22
1
-11
/
+9
*
Added functions to generate prolog and epilog code.
Vikram S. Adve
2001-10-22
1
-116
/
+149
[next]