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
/
unittests
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes in IntelJITEventListener - By Arch Robinson
Elena Demikhovsky
2014-04-06
1
-1
/
+1
*
MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
2014-03-31
3
-2
/
+12
*
MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...
NAKAMURA Takumi
2014-03-11
1
-0
/
+8
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
10
-87
/
+77
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
3
-41
/
+41
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-2
/
+2
*
Disable old JIT unittests for AARch64
Renato Golin
2014-02-25
3
-5
/
+7
*
Disable an MCJIT test on older Darwins until we have a better interface.
Andrew Trick
2014-02-24
1
-0
/
+4
*
This test was failing on non-X86-64 platforms because stackmaps only work on ...
Filip Pizlo
2014-02-21
1
-0
/
+9
*
Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...
Filip Pizlo
2014-02-20
3
-1
/
+92
*
Remove tautological test line (unsigneds are always >=0).
Lang Hames
2014-02-15
1
-1
/
+0
*
Fix misleading comment.
Lang Hames
2014-02-13
1
-1
/
+1
*
The new MCJIT C-API unit test is generating objects without constant data
Lang Hames
2014-02-13
1
-1
/
+1
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-1
/
+132
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-4
/
+5
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
2
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
3
-3
/
+3
*
Port r198087 and r198089 (strip dead code by default) from make to cmake.
Nico Weber
2013-12-30
1
-0
/
+3
*
Attempt to fix JIT unit tests after r198087.
Nico Weber
2013-12-27
1
-0
/
+3
*
Remove some dead code
Richard Barton
2013-12-12
1
-2
/
+0
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
3
-9
/
+19
*
Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
2013-11-19
3
-28
/
+15
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-12
/
+24
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
3
-22
/
+12
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
3
-12
/
+22
*
Removing unnecessary link component for MCJIT unittests
Andrew Kaylor
2013-10-21
2
-2
/
+1
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-12
/
+0
*
MCJIT: skip some more new multi-module tests on unsupported platforms.
Tim Northover
2013-10-02
1
-0
/
+8
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
4
-26
/
+32
*
Tests for MCJIT multiple module support
Andrew Kaylor
2013-10-01
4
-75
/
+556
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-2
/
+1
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-0
/
+2
*
Convert Windows to Unix line endings, no functionality change.
Stephen Lin
2013-07-13
1
-172
/
+172
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fix -Wsign-compare warning and remove windows-style line endings introduced b...
David Blaikie
2013-07-02
1
-17
/
+17
*
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
2013-07-02
1
-0
/
+23
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-7
/
+10
*
Adding tests for DebugIR pass
Daniel Malea
2013-06-28
1
-34
/
+43
*
[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
Akira Hatanaka
2013-06-20
1
-1
/
+0
*
Remove unused member.
Rafael Espindola
2013-05-30
1
-1
/
+0
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-38
/
+125
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-125
/
+38
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-38
/
+125
*
Alternative fix for problem addressed in r182233
Ulrich Weigand
2013-05-21
1
-42
/
+19
*
Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
2013-05-20
1
-3
/
+25
*
SubArch support in MCJIT unittest
Renato Golin
2013-05-19
3
-3
/
+31
[next]