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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Eliminate opt library
Chris Lattner
2002-01-21
1
-2
/
+2
*
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
*
Build runtime library with local GCCAS
Chris Lattner
2001-12-13
1
-4
/
+4
*
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
*
callExternalMethod now returns the return value of the function
Chris Lattner
2001-10-30
1
-2
/
+6
*
Implement a gross function name map that must be used when linking statically
Chris Lattner
2001-10-30
1
-18
/
+42
*
* Add some assertions for checking internal error conditions
Chris Lattner
2001-10-30
1
-32
/
+90
*
Don't fail to load runtime if running LLI from the current directory
Chris Lattner
2001-10-30
1
-1
/
+4
*
Print out a label if we step into the first instruction of a basic block
Chris Lattner
2001-10-29
1
-0
/
+3
*
* Fix pow wrapper to actually work
Chris Lattner
2001-10-29
1
-1
/
+56
*
Implement getelementptr instruction as well as the load and store forms
Chris Lattner
2001-10-29
1
-6
/
+44
*
Remember to print out the next instruction if stepping over an external metho...
Chris Lattner
2001-10-29
1
-0
/
+2
*
Fix problem next'ing over an external method
Chris Lattner
2001-10-29
1
-2
/
+6
*
Fix some illegal uses of the ## operator
Chris Lattner
2001-10-28
1
-4
/
+3
*
Add methods print<TYPE> for String, Pointer, and each primitive type.
Vikram S. Adve
2001-10-28
1
-0
/
+31
*
Implement a -trace command line option and a trace option in the interpreter.
Chris Lattner
2001-10-27
3
-1
/
+20
*
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
5
-37
/
+90
*
Provide argv for commands
Chris Lattner
2001-10-27
3
-6
/
+22
*
* Implement exit() builtin function
Chris Lattner
2001-10-27
5
-7
/
+66
*
Add support for building a runtime library for LLI
Chris Lattner
2001-10-24
1
-0
/
+12
*
Enhancements to pass argc & argv to main if required
Chris Lattner
2001-10-18
4
-2
/
+74
*
Implement ulong & long support
Chris Lattner
2001-10-15
2
-27
/
+36
[next]