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
*
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
*
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-04-07
1
-2
/
+1
*
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
*
Remove runtime library in favor of users linking against real libraries.
Chris Lattner
2002-03-11
1
-14
/
+0
*
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
*
Remove hack. This is better fixed in Makefile.common
Chris Lattner
2002-02-24
1
-1
/
+1
*
Build with newer compiler, with same bug
Chris Lattner
2002-02-24
1
-1
/
+1
*
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
*
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
[next]