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
/
Execution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-5
/
+6
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-28
/
+29
*
Change from Method to Function
Chris Lattner
2002-03-26
1
-4
/
+2
*
Keep track of memory allocated by alloca so that it is freed appropriately
Chris Lattner
2002-02-19
1
-5
/
+6
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-4
/
+6
*
Add new abort-on-exceptions flag
Chris Lattner
2002-02-12
1
-2
/
+7
*
Make array bound checks optional and disabled by default.
Chris Lattner
2002-02-11
1
-2
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-41
/
+44
*
* Support the new -q flag for automated tests
Chris Lattner
2001-12-14
1
-39
/
+32
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-3
/
+3
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-37
/
+38
[prev]
[next]