index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Namespacify more
Chris Lattner
2002-12-08
1
-10
/
+10
*
Add support to count the number of dynamic instructions executed by LLI
Chris Lattner
2002-12-08
1
-0
/
+8
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-15
/
+11
*
Implement feof
Chris Lattner
2002-11-08
1
-0
/
+10
*
Implement freopen for burg
Chris Lattner
2002-11-07
1
-2
/
+11
*
Make command line arguments setup be endian correct!!
Chris Lattner
2002-11-07
3
-20
/
+24
*
Implement fprintf
Chris Lattner
2002-11-06
1
-0
/
+16
*
Implement fputc and ungetc to allow burg to run in lli
Chris Lattner
2002-11-06
1
-0
/
+19
*
Fix two problems:
Chris Lattner
2002-10-30
1
-31
/
+31
*
Fix a major bug in lli
Chris Lattner
2002-10-26
1
-3
/
+4
*
- Fix LLI so that it simulates the endianness of the target machine
Chris Lattner
2002-10-15
2
-92
/
+174
*
* Implement the getc() function
Chris Lattner
2002-10-02
1
-11
/
+86
*
Cleanup #includes, expose module
Chris Lattner
2002-10-02
1
-4
/
+2
*
Expose TD to ExternalFunctions.cpp
Chris Lattner
2002-10-02
1
-1
/
+1
*
* Fix a bug that was causing lli to misrun:
Chris Lattner
2002-09-13
2
-2
/
+1
*
Another portability patch graciously provided by Casey Carter
Chris Lattner
2002-09-13
1
-1
/
+1
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-1
/
+1
[next]