index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added LLVM copyright header.
John Criswell
2003-10-21
2
-0
/
+14
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
3
-0
/
+21
*
Interpret the new varargs intrinsics correctly
Chris Lattner
2003-10-18
3
-28
/
+13
*
Order #includes as per the style guide.
Misha Brukman
2003-10-14
1
-3
/
+3
*
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Fix spelling.
Misha Brukman
2003-10-10
2
-2
/
+2
*
Never set any signal handlers.
Brian Gaeke
2003-10-10
1
-37
/
+2
*
Rewrite head-of-file comment.
Brian Gaeke
2003-10-10
1
-14
/
+16
*
Do not read past the end of the contained type list
Chris Lattner
2003-10-09
1
-2
/
+2
*
Squelch warning
Chris Lattner
2003-09-22
1
-2
/
+2
*
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
[prev]
[next]