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
/
JITMemoryManagerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-302
/
+0
*
BumpPtrAllocator: don't accept 0 for the alignment parameter
Hans Wennborg
2014-08-19
1
-1
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+302
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-302
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-6
/
+6
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-17
/
+16
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-5
/
+5
*
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
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
add some #includes that will soon be needed.
Chris Lattner
2011-06-16
1
-0
/
+1
*
Update unittest for allocator laziness.
Benjamin Kramer
2010-04-13
1
-4
/
+4
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Move the Function*->allocated blocks map from the JITMemoryManager to the
Jeffrey Yasskin
2009-10-20
1
-38
/
+39
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+2
*
Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .
Reid Kleckner
2009-07-23
1
-4
/
+4
*
Re-committing r76828 with the JIT memory manager changes now that the build
Reid Kleckner
2009-07-23
1
-0
/
+276
*
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
1
-276
/
+0
*
Make the JIT code emitter properly retry and ask for more memory when it runs
Reid Kleckner
2009-07-23
1
-0
/
+276