index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
/
Execution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make getOperandValue and executeCastOperation methods of Interpreter.
Brian Gaeke
2003-09-05
1
-3
/
+3
*
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
1
-17
/
+0
*
Remove support for interactive (step finish next) instructions.
Brian Gaeke
2003-09-05
1
-115
/
+0
*
Remove support for breakpoints (not used).
Brian Gaeke
2003-09-04
1
-31
/
+7
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
1
-79
/
+2
*
Remove redundant const qualifier
Chris Lattner
2003-07-23
1
-3
/
+3
*
Add support for atexit function, remove support for __main function
Chris Lattner
2003-05-14
1
-4
/
+3
*
switch main LLI core execution to use an InstVisitor instead of a switch stat...
Chris Lattner
2003-05-10
1
-50
/
+36
*
Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c
Chris Lattner
2003-05-10
1
-33
/
+47
*
Implement varargs support for LLI!
Chris Lattner
2003-05-08
1
-73
/
+23
*
A large number of simple changes:
Chris Lattner
2003-05-08
1
-18
/
+19
*
Add support for recording arguments passed through the ... of a varargs function
Chris Lattner
2003-05-08
1
-10
/
+16
*
Fix problem where we would read 64 bits worth of pointer information, even on...
Chris Lattner
2003-04-25
1
-10
/
+10
*
Fix a problem with setcc instructions and pointers
Chris Lattner
2003-04-23
1
-6
/
+15
*
Implement &|^ on bool values
Chris Lattner
2003-04-23
1
-0
/
+3
*
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
*
Fix typeo
Chris Lattner
2003-02-25
1
-1
/
+1
*
Handle value promotion properly to work with tracing better
Chris Lattner
2003-01-13
1
-1
/
+21
*
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-12-23
1
-223
/
+23
*
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
*
Make command line arguments setup be endian correct!!
Chris Lattner
2002-11-07
1
-0
/
+22
*
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
1
-92
/
+173
*
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
1
-1
/
+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
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-1
/
+1
*
Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & ...
Chris Lattner
2002-08-27
1
-31
/
+54
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-4
/
+3
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-12
/
+5
*
Remove support for NOT instruction
Chris Lattner
2002-08-14
1
-29
/
+0
*
Minor change to make lli print out characters numerically as well as symbolic...
Chris Lattner
2002-08-13
1
-2
/
+4
*
Fix one real nasty bug
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix gcc 3.1 complaint
Chris Lattner
2002-07-25
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-6
/
+15
*
Implementing shift left & shift right on pointers
Chris Lattner
2002-07-09
1
-0
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-114
/
+113
*
Change usage of isPointerType to use isa
Chris Lattner
2002-05-06
1
-1
/
+1
*
Implement the NOT operator.
Chris Lattner
2002-05-03
1
-0
/
+28
*
Implement cast operations on booleans to allow casting bools to ints, f.e.
Chris Lattner
2002-05-02
1
-1
/
+2
*
Fix #include broken by iMemory.h not including DerivedTypes.h
Chris Lattner
2002-04-29
1
-1
/
+1
*
FIXME removed: malloc/alloca ALWAYS have a size argument
Chris Lattner
2002-04-28
1
-7
/
+2
[next]