index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
2005-10-23
Fix a nasty bug that was causing miscompilation of global variables
Chris Lattner
2005-10-23
Shrinkify to match llc
Chris Lattner
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-08-01
one cannot allocate a global, until one is done initializing the global pointers
Andrew Lenharth
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-29
support near allocations for the JIT
Andrew Lenharth
2005-07-28
Like constants, globals on some platforms are GOT relative. This means they ...
Andrew Lenharth
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-25
fix a warning on 32-bit systems
Chris Lattner
2005-07-22
the JIT memory manager will construct a GOT if you want it too. Also, it pla...
Andrew Lenharth
2005-07-20
count the number of relocations performed.
Chris Lattner
2005-07-12
For PR540:
Reid Spencer
2005-07-11
fix long lines
Chris Lattner
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-12
Fix a really horrible problem that causes the JIT to miscompile any program
Chris Lattner
2005-05-06
Make the stub functions be tail calls
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
* Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-18
Add support for targets that require stubs for external functions.
Chris Lattner
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-27
Use const iterators where possible. Patch by Evan Jones!
Chris Lattner
2005-02-20
Fix problems running the HowToUseJIT on powerpc, and probably problems with
Chris Lattner
2005-02-02
This is no longer needed. Global variables with undef initializers can be
Chris Lattner
2005-01-21
If the interpreter tries to execute an external function, kill it. Of course
Chris Lattner
2005-01-16
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2005-01-10
Rework constant pool handling so that function constant pools are no longer
Chris Lattner
2005-01-08
Silence warnings
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2005-01-08
Silence VS warnings
Chris Lattner
2004-12-20
Be double sure about including sys/stat.h by wrapping the inclusion in
Reid Spencer
2004-12-17
Move the #include of sys/stat.h inside the linux "hack" for the stat
Reid Spencer
2004-12-17
Only #include sys/stat.h if we're on linux where we have the PR274 problem.
Reid Spencer
2004-12-13
Get rid of some leaks found by VC leak detector.
Reid Spencer
2004-12-05
Properly implement a fix for PR475
Chris Lattner
2004-12-05
Revert this patch, it broke a ton of programs.
Chris Lattner
2004-12-05
Fix PR475.
Alkis Evlogimenos
2004-12-03
Remove darwin specific majik
Chris Lattner
2004-12-03
Do not look here for elegance.
Chris Lattner
2004-12-01
Remove unneeded cast.
Chris Lattner
2004-11-30
Fix the JIT when being used from llvm-db
Chris Lattner
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-22
Rename Emitter.cpp -> JITEmitter.cpp
Chris Lattner
2004-11-22
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
These methods are obsolete
Chris Lattner
2004-11-22
Support targets that require stubs for external functions better
Chris Lattner
[next]