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
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
10
-2060
/
+0
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-3
/
+3
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-3
/
+2
*
IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...
Elena Demikhovsky
2014-08-21
1
-1
/
+1
*
BumpPtrAllocator: don't accept 0 for the alignment parameter
Hans Wennborg
2014-08-19
1
-1
/
+1
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
2
-12
/
+9
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
3
-47
/
+48
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
10
-0
/
+2063
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
10
-2063
/
+0
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-6
/
+7
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-7
/
+6
*
Remove the last uses of 'using std::error_code'
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
3
-26
/
+26
*
Replace a virtual with an override.
Rafael Espindola
2014-05-07
1
-2
/
+2
*
Changes in IntelJITEventListener - By Arch Robinson
Elena Demikhovsky
2014-04-06
1
-1
/
+1
*
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
5
-39
/
+39
*
[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
*
Disable old JIT unittests for AARch64
Renato Golin
2014-02-25
3
-5
/
+7
*
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
*
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
1
-4
/
+7
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-12
/
+0
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
2
-11
/
+15
*
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
*
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
*
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
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-1
/
+1
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-110
/
+0
*
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
3
-6
/
+9
*
Simplify JIT unit test #ifdefs
Ulrich Weigand
2013-05-06
2
-28
/
+10
*
Explicitly add -Wl,--export-all-symbols on mingw/cygwin.
Rafael Espindola
2013-04-04
1
-0
/
+3
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
1
-3
/
+1
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
2
-1
/
+3
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-3
/
+50
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
5
-26
/
+26
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
6
-32
/
+27
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-2
/
+3
*
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-31
2
-21
/
+22
*
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-18
1
-0
/
+7
*
Marked this variable as 'used' so that LTO doesn't get rid of it.
Bill Wendling
2012-10-17
1
-1
/
+1
[next]