index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change FunctionInfo from being an annotation put on Functions to be
Chris Lattner
2003-09-17
3
-22
/
+9
*
Reorder #includes to follow LLVM conventions
Chris Lattner
2003-09-05
1
-4
/
+4
*
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-05
1
-2
/
+2
*
Make getOperandValue and executeCastOperation methods of Interpreter.
Brian Gaeke
2003-09-05
2
-3
/
+6
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
3
-110
/
+54
*
Remove printOperandInfo(), and simplify run().
Brian Gaeke
2003-09-05
1
-30
/
+0
*
Remove support for printing values from a module by name, only used
Brian Gaeke
2003-09-05
3
-109
/
+0
*
Remove support for interactive (step finish next) instructions.
Brian Gaeke
2003-09-05
4
-186
/
+44
*
Remove support for breakpoints (not used).
Brian Gaeke
2003-09-04
3
-47
/
+8
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
4
-317
/
+30
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
2
-6
/
+9
*
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
2
-10
/
+28
*
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-24
1
-1
/
+2
*
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-21
2
-2
/
+4
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Remove redundant const qualifier
Chris Lattner
2003-07-23
1
-3
/
+3
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-3
/
+3
*
Include <cmath> instead of <math.h>
Brian Gaeke
2003-06-23
1
-10
/
+1
*
Use std::isnan instead of isnan. Brought back to you from the
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Add support for atexit function, remove support for __main function
Chris Lattner
2003-05-14
5
-14
/
+37
*
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2003-05-12
1
-0
/
+1
*
switch main LLI core execution to use an InstVisitor instead of a switch stat...
Chris Lattner
2003-05-10
2
-67
/
+61
*
Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c
Chris Lattner
2003-05-10
2
-34
/
+55
*
Implement varargs support for LLI!
Chris Lattner
2003-05-08
2
-73
/
+56
*
A large number of simple changes:
Chris Lattner
2003-05-08
7
-178
/
+95
*
Add support for recording arguments passed through the ... of a varargs function
Chris Lattner
2003-05-08
2
-10
/
+17
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-1
/
+0
*
Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit ...
Chris Lattner
2003-04-25
1
-1
/
+2
*
Add __strdup
Chris Lattner
2003-04-25
1
-0
/
+7
*
MAke sure that LLI properly configures align_of(double)
Chris Lattner
2003-04-25
1
-0
/
+1
*
Fix problem where we would read 64 bits worth of pointer information, even on...
Chris Lattner
2003-04-25
1
-10
/
+10
*
Add memcpy
Chris Lattner
2003-04-23
1
-0
/
+7
*
Fix a problem with setcc instructions and pointers
Chris Lattner
2003-04-23
1
-6
/
+15
*
Implement a bunch of new external functions
Chris Lattner
2003-04-23
1
-0
/
+54
*
Implement &|^ on bool values
Chris Lattner
2003-04-23
1
-0
/
+3
*
Add support for _IO_getc function used on linux
Chris Lattner
2003-04-23
1
-0
/
+6
*
Kill using declarations
Chris Lattner
2003-04-22
1
-96
/
+101
*
Implement cast to bool
Chris Lattner
2003-04-22
1
-0
/
+2
*
Get rid of extraneous arguments to implementation functions
Chris Lattner
2003-04-22
1
-31
/
+31
*
Add support to LLI for switch instruction
Chris Lattner
2003-04-22
1
-0
/
+22
*
Fix wierd idiom
Chris Lattner
2003-04-21
1
-1
/
+1
*
fprintf CAN take exactly 2 args
Chris Lattner
2003-04-21
1
-1
/
+1
*
Implement scanf and fix sscanf to actually endian swap the results correctly
Chris Lattner
2003-03-31
1
-2
/
+97
*
Fix typeo
Chris Lattner
2003-02-25
1
-1
/
+1
*
* Wrap at 80 columns
Chris Lattner
2003-01-13
1
-49
/
+47
*
Handle value promotion properly to work with tracing better
Chris Lattner
2003-01-13
1
-1
/
+21
*
Initial checkin of new LLI with JIT compiler
Chris Lattner
2002-12-24
2
-0
/
+60
*
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-12-23
6
-354
/
+62
*
Add support for isnan
Chris Lattner
2002-12-20
1
-0
/
+9
[next]