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
*
Add support to count the number of dynamic instructions executed by LLI
Chris Lattner
2002-12-08
1
-0
/
+8
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-15
/
+11
*
Implement feof
Chris Lattner
2002-11-08
1
-0
/
+10
*
Implement freopen for burg
Chris Lattner
2002-11-07
1
-2
/
+11
*
Make command line arguments setup be endian correct!!
Chris Lattner
2002-11-07
3
-20
/
+24
*
Implement fprintf
Chris Lattner
2002-11-06
1
-0
/
+16
*
Implement fputc and ungetc to allow burg to run in lli
Chris Lattner
2002-11-06
1
-0
/
+19
*
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-11-04
1
-1
/
+1
*
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
2
-92
/
+174
*
* Implement the getc() function
Chris Lattner
2002-10-02
1
-11
/
+86
*
Cleanup #includes, expose module
Chris Lattner
2002-10-02
1
-4
/
+2
*
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
2
-2
/
+1
*
Export symbols for linux
Chris Lattner
2002-09-13
1
-1
/
+5
*
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
2
-3
/
+3
*
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 problem where lli would not print out a 64 bit value when the client code
Chris Lattner
2002-08-02
1
-2
/
+10
*
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-23
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
3
-119
/
+119
*
Remove explicit support for tracing code. It should be linked into the
Chris Lattner
2002-05-20
1
-43
/
+10
*
Remove tracing code hack
Chris Lattner
2002-05-20
1
-1
/
+1
*
Link with test/Libraries/libinstr32.a for runtime routines
Vikram S. Adve
2002-05-19
1
-1
/
+1
*
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
*
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
[next]