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
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
rename selection library to selectiondag
Chris Lattner
2003-08-15
1
-1
/
+1
*
Implement a _REAL_ memory manager for the code generated by the JIT. This
Chris Lattner
2003-08-14
1
-42
/
+100
*
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
2
-4
/
+4
*
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
1
-5
/
+3
*
In ExecutionEngine::getPointerToGlobal(), throw away const qualifier
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-13
1
-1
/
+1
*
Include the new selection library for the X86 target
Chris Lattner
2003-08-11
1
-1
/
+1
*
Specify DEBUG_TYPE's for the JIT debug messages
Chris Lattner
2003-08-05
2
-0
/
+2
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
2
-3
/
+3
*
* Stop hard-coding a value for beginning of emitted code on Sparc since we can
Misha Brukman
2003-07-29
1
-10
/
+6
*
Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.
Misha Brukman
2003-07-28
1
-0
/
+1
*
Add ability for external C code to get pointers to functions given their name.
Misha Brukman
2003-07-28
1
-3
/
+15
*
Clean up code dealing with RTLD_SELF differences on Sparc and X86.
Misha Brukman
2003-07-28
1
-5
/
+5
*
Fix reference to architecture.
Misha Brukman
2003-07-28
1
-1
/
+1
*
Add in support to load shared objects (-load is provided by Support library).
Misha Brukman
2003-07-28
1
-1
/
+1
*
Fix space
Chris Lattner
2003-07-23
1
-1
/
+1
*
Remove redundant const qualifier
Chris Lattner
2003-07-23
1
-3
/
+3
*
Cleaned up the code which chooses the appropriate value for the file descriptor
Misha Brukman
2003-07-18
1
-5
/
+4
*
Clean up my last checkin: code is easier to read and explains the differences in
Misha Brukman
2003-07-15
1
-4
/
+5
*
On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to
Misha Brukman
2003-07-15
1
-1
/
+6
*
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-07-02
3
-21
/
+73
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
5
-7
/
+8
*
Get rid of the duplicate '0x' in debug mode.
Brian Gaeke
2003-06-30
1
-1
/
+1
*
Include <cmath> instead of <math.h>
Brian Gaeke
2003-06-23
1
-10
/
+1
*
Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.
Brian Gaeke
2003-06-17
1
-0
/
+3
*
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Use std::isnan instead of isnan. Brought back to you from the
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Life is too short. Link in too much stuff on Linux to make building on sun e...
Chris Lattner
2003-06-17
1
-4
/
+3
*
The never-ending odyssey trying to get sparc to link
Chris Lattner
2003-06-17
1
-1
/
+1
*
Make sure to get the value of ARCH before we use it
Chris Lattner
2003-06-17
1
-0
/
+5
*
Do not link in the Sparc JIT when building on X86. Eventually the sparc will...
Chris Lattner
2003-06-17
1
-6
/
+6
*
Apparently "sparc" is a macro on sparcs. Ugh. :)
Chris Lattner
2003-06-17
1
-4
/
+4
*
Whoops, didn't mean to check that in :(
Chris Lattner
2003-06-17
1
-3
/
+19
*
Use more structured command line option processing
Chris Lattner
2003-06-17
2
-41
/
+31
*
#ifdef out code that only applies when the HOSTARCH = sparc
Chris Lattner
2003-06-17
1
-1
/
+4
*
Add #include for older GCC's
Chris Lattner
2003-06-08
1
-0
/
+1
*
::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::
Misha Brukman
2003-06-06
1
-1
/
+14
*
Output function address as hex.
Misha Brukman
2003-06-06
1
-3
/
+2
*
Removed debug print statement.
Misha Brukman
2003-06-06
1
-1
/
+0
*
* Institute a hack for the Sparc call to mmap() to get our generated code to be
Misha Brukman
2003-06-04
1
-10
/
+16
*
Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the
Misha Brukman
2003-06-04
1
-0
/
+4
*
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-02
5
-262
/
+24
*
The flag modifications weren't picking up the old values of the
Brian Gaeke
2003-06-02
1
-5
/
+10
*
Remove obsolete code
Chris Lattner
2003-06-02
1
-51
/
+0
*
Move target specific code to target files. The new MachineCodeEmitter
Chris Lattner
2003-06-01
6
-196
/
+80
*
Fix induction variable name clash in for loops, in finishFunction().
Brian Gaeke
2003-06-01
1
-3
/
+8
*
Fixed rewriting of branches -- they now work forward and backward.
Misha Brukman
2003-05-31
1
-4
/
+9
*
Since malloc is no longer used, no need to free() memory.
Misha Brukman
2003-05-30
1
-15
/
+11
[next]