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
*
Remove explicit support for tracing code. It should be linked into the
Chris Lattner
2002-05-20
1
-43
/
+10
*
Added external functions for hashing pointers to sequence numbers.
Vikram S. Adve
2002-05-19
1
-0
/
+44
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
1
-1
/
+1
*
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
*
Eliminate use of SymTabValue class
Chris Lattner
2002-04-28
1
-4
/
+4
*
Fix a bug printing out %c formated characters.
Chris Lattner
2002-04-17
1
-1
/
+1
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-5
/
+6
*
Update comment to reflect class name change.
Chris Lattner
2002-04-09
1
-2
/
+2
*
Remove extranous #include
Chris Lattner
2002-04-08
1
-1
/
+0
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
6
-68
/
+72
*
s/Method/Function
Chris Lattner
2002-03-29
2
-49
/
+49
*
Change from Method to Function
Chris Lattner
2002-03-26
2
-5
/
+4
*
Do not link in runtime library anymore, assume that user manually links in
Chris Lattner
2002-03-11
1
-0
/
+2
*
Implement a bunch of new functions to support the SPECINT mcf
Chris Lattner
2002-03-08
1
-0
/
+84
*
Keep track of memory allocated by alloca so that it is freed appropriately
Chris Lattner
2002-02-19
2
-5
/
+37
*
Implement exp function
Chris Lattner
2002-02-18
1
-0
/
+9
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
2
-4
/
+7
*
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
*
Implement the clock() function
Chris Lattner
2002-01-23
1
-0
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
6
-90
/
+102
*
* Support the new -q flag for automated tests
Chris Lattner
2001-12-14
1
-39
/
+32
*
Implement sprintf
Chris Lattner
2001-12-13
1
-11
/
+25
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
2
-5
/
+5
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-37
/
+38
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-0
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-11-26
2
-2
/
+1
*
Use pointertype where appropriate
Chris Lattner
2001-11-26
1
-2
/
+2
*
Remove invalid,unneccesary ## token
Chris Lattner
2001-11-26
1
-1
/
+1
*
* Implement array indexing in lli
Chris Lattner
2001-11-26
2
-24
/
+69
*
Rename cruft
Chris Lattner
2001-11-14
1
-3
/
+3
*
Implement some more rand functions for em3d benchmark
Chris Lattner
2001-11-13
1
-0
/
+19
*
Print percentages for profiling info better
Chris Lattner
2001-11-12
1
-1
/
+19
*
Print profile info if exit() is called
Chris Lattner
2001-11-12
1
-26
/
+30
*
Hack a structure profiling option together
Chris Lattner
2001-11-12
2
-1
/
+49
*
Correct problem that allows indirect function calls
Chris Lattner
2001-11-07
1
-1
/
+5
*
* Switch to operation on pointers with PointerTy more consistently
Chris Lattner
2001-11-07
3
-76
/
+149
*
*Print Stack traces better.
Chris Lattner
2001-11-07
3
-27
/
+64
*
* Use cached writer to speed up printing and get symbolic types more consiste...
Chris Lattner
2001-11-07
3
-15
/
+54
*
Add %p format to printf, which MUST be used when printing pointer values.
Chris Lattner
2001-11-07
1
-0
/
+2
*
Implement log and drand48 for TSP bm
Chris Lattner
2001-11-06
1
-0
/
+17
*
Implement sqrt, implement printf better, simpler.
Chris Lattner
2001-11-06
1
-16
/
+31
*
Be lenient on types so that programs that are not very typesafe will work
Chris Lattner
2001-11-03
1
-14
/
+14
*
Implement xor operator
Chris Lattner
2001-10-30
1
-0
/
+22
[next]