index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
JITEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap long lines.
Chris Lattner
2006-01-07
1
-6
/
+8
*
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
1
-13
/
+76
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-10
/
+10
*
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
1
-16
/
+40
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
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
*
Fix problems running the HowToUseJIT on powerpc, and probably problems with
Chris Lattner
2005-02-20
1
-2
/
+2
*
Rework constant pool handling so that function constant pools are no longer
Chris Lattner
2005-01-10
1
-21
/
+24
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-1
/
+1
*
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
1
-0
/
+15
*
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
*
Rename Emitter.cpp -> JITEmitter.cpp
Chris Lattner
2004-11-22
1
-0
/
+425