index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...
Douglas Gregor
2011-04-29
1
-1
/
+1
*
Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
Chandler Carruth
2011-04-28
1
-1
/
+1
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
80-col fix.
Eric Christopher
2011-04-22
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
MCJIT relocation resolution.
Jim Grosbach
2011-04-13
1
-0
/
+2
*
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-13
1
-2
/
+2
*
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
1
-98
/
+234
*
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-12
1
-7
/
+1
*
Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't
Nick Lewycky
2011-04-11
1
-1
/
+5
*
Make error message more useful.
Benjamin Kramer
2011-04-09
1
-2
/
+2
*
Workaround g++ 4.2.1 warning diagnostic false positive.
Jim Grosbach
2011-04-08
1
-2
/
+2
*
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-08
2
-82
/
+67
*
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-08
1
-6
/
+2
*
tidy up.
Jim Grosbach
2011-04-06
1
-1
/
+1
*
Fix comment to use llvm 2.x syntax.
Nick Lewycky
2011-04-06
1
-1
/
+1
*
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-06
2
-91
/
+88
*
Make the virtual destructor out-of-line so we have a key function.
Chandler Carruth
2011-04-05
1
-0
/
+3
*
Remove extraneous 'return'.
Jim Grosbach
2011-04-05
1
-2
/
+1
*
Add missing file from r128851.
Jim Grosbach
2011-04-04
1
-0
/
+58
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
3
-18
/
+21
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
2
-4
/
+8
*
Runtime dylib simple ARM 24-bit branch relocation support.
Jim Grosbach
2011-03-23
1
-14
/
+49
*
Split out relocation resolution into target-specific bits.
Jim Grosbach
2011-03-23
1
-3
/
+71
*
Fix double-free of Module.
Jim Grosbach
2011-03-23
1
-1
/
+0
*
Start of relocation resolution for the runtime dyld library.
Jim Grosbach
2011-03-23
1
-21
/
+130
*
Make sure to report any errors from the runtime dyld.
Jim Grosbach
2011-03-23
1
-1
/
+2
*
Tidy up.
Jim Grosbach
2011-03-22
1
-2
/
+1
*
Add missing file from previous commit.
Jim Grosbach
2011-03-22
1
-0
/
+161
*
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
1
-0
/
+5
*
Add simple arg passing to MC-JIT and support for exit() call.
Jim Grosbach
2011-03-22
3
-4
/
+115
*
Trailing whitespace.
Jim Grosbach
2011-03-22
5
-46
/
+46
*
Fix comment in header.
Eric Christopher
2011-03-22
1
-1
/
+1
*
Hook up the MCJIT to the RuntimeDyld library.
Jim Grosbach
2011-03-22
3
-3
/
+22
*
Initialize HasError.
Jim Grosbach
2011-03-22
1
-0
/
+2
*
Build the new RuntimeDyld library.
Oscar Fuentes
2011-03-21
1
-0
/
+1
*
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2011-03-21
4
-1
/
+346
*
Silence a warning.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
2
-6
/
+47
*
Tidy up. Whitespace and 80 column.
Jim Grosbach
2011-03-16
2
-17
/
+20
*
Trailing whitespae.
Jim Grosbach
2011-03-15
1
-34
/
+34
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
2
-6
/
+8
*
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
1
-0
/
+4
*
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-28
1
-9
/
+1
*
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-27
1
-6
/
+10
*
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-21
1
-0
/
+16
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
2
-7
/
+7
*
Remove unneeded zero arrays.
Benjamin Kramer
2010-12-04
1
-4
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
13
-16
/
+16
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
2
-6
/
+4
[next]