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 help support for -mcpu and -mattr.
Jim Laskey
2005-09-02
1
-3
/
+3
*
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-09-01
1
-1
/
+24
*
one cannot allocate a global, until one is done initializing the global pointers
Andrew Lenharth
2005-08-01
1
-5
/
+5
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-4
/
+4
*
support near allocations for the JIT
Andrew Lenharth
2005-07-29
1
-33
/
+73
*
Like constants, globals on some platforms are GOT relative. This means they ...
Andrew Lenharth
2005-07-28
2
-14
/
+78
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
3
-12
/
+12
*
fix a warning on 32-bit systems
Chris Lattner
2005-07-25
1
-1
/
+1
*
the JIT memory manager will construct a GOT if you want it too. Also, it pla...
Andrew Lenharth
2005-07-22
1
-9
/
+51
*
count the number of relocations performed.
Chris Lattner
2005-07-20
1
-0
/
+3
*
For PR540:
Reid Spencer
2005-07-12
4
-34
/
+86
*
fix long lines
Chris Lattner
2005-07-11
1
-3
/
+4
*
core changes for varargs
Andrew Lenharth
2005-06-18
2
-13
/
+3
*
Fix a really horrible problem that causes the JIT to miscompile any program
Chris Lattner
2005-05-12
1
-2
/
+2
*
Make the stub functions be tail calls
Chris Lattner
2005-05-06
1
-1
/
+2
*
Convert tabs to spaces
Misha Brukman
2005-04-22
4
-8
/
+9
*
Remove trailing whitespace
Misha Brukman
2005-04-21
5
-24
/
+24
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
4
-113
/
+113
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-21
/
+21
*
Add support for targets that require stubs for external functions.
Chris Lattner
2005-04-18
1
-2
/
+27
*
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-17
1
-0
/
+1
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
2
-5
/
+5
*
Use const iterators where possible. Patch by Evan Jones!
Chris Lattner
2005-02-27
1
-2
/
+2
*
Fix problems running the HowToUseJIT on powerpc, and probably problems with
Chris Lattner
2005-02-20
1
-2
/
+2
*
This is no longer needed. Global variables with undef initializers can be
Chris Lattner
2005-02-02
1
-2
/
+0
*
If the interpreter tries to execute an external function, kill it. Of course
Chris Lattner
2005-01-21
1
-6
/
+8
*
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2005-01-16
1
-1
/
+1
*
Rework constant pool handling so that function constant pools are no longer
Chris Lattner
2005-01-10
1
-21
/
+24
*
Silence warnings
Chris Lattner
2005-01-08
1
-2
/
+2
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-37
/
+37
*
Silence VS warnings.
Chris Lattner
2005-01-08
2
-2
/
+3
*
Silence VS warnings
Chris Lattner
2005-01-08
1
-4
/
+4
*
Be double sure about including sys/stat.h by wrapping the inclusion in
Reid Spencer
2004-12-20
1
-0
/
+3
*
Move the #include of sys/stat.h inside the linux "hack" for the stat
Reid Spencer
2004-12-17
1
-3
/
+1
*
Only #include sys/stat.h if we're on linux where we have the PR274 problem.
Reid Spencer
2004-12-17
1
-0
/
+2
*
Get rid of some leaks found by VC leak detector.
Reid Spencer
2004-12-13
1
-0
/
+5
*
Properly implement a fix for PR475
Chris Lattner
2004-12-05
2
-13
/
+15
*
Revert this patch, it broke a ton of programs.
Chris Lattner
2004-12-05
1
-4
/
+0
*
Fix PR475.
Alkis Evlogimenos
2004-12-05
1
-0
/
+4
*
Remove darwin specific majik
Chris Lattner
2004-12-03
1
-24
/
+0
*
Do not look here for elegance.
Chris Lattner
2004-12-03
1
-0
/
+24
*
Remove unneeded cast.
Chris Lattner
2004-12-01
1
-1
/
+0
*
Fix the JIT when being used from llvm-db
Chris Lattner
2004-11-30
1
-1
/
+1
*
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-29
4
-12
/
+20
*
Rename Emitter.cpp -> JITEmitter.cpp
Chris Lattner
2004-11-22
1
-20
/
+20
*
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
1
-11
/
+0
*
These methods are obsolete
Chris Lattner
2004-11-22
1
-21
/
+1
*
Support targets that require stubs for external functions better
Chris Lattner
2004-11-22
1
-2
/
+18
*
Clean up DEBUG output
Chris Lattner
2004-11-21
1
-5
/
+5
*
Allow targets to avoid emitting a stub for EVERY lazily resolved call. In
Chris Lattner
2004-11-21
1
-9
/
+30
[next]