index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the build issue under ia64. Close bug #5715
Sylvestre Ledru
2013-08-27
1
-1
/
+1
*
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
2013-07-02
1
-2
/
+7
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-05-10
2
-82
/
+0
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
4
-669
/
+1
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-1
/
+2
*
Fix More Casts
David Greene
2013-01-14
1
-3
/
+8
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-8
/
+18
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
4
-13
/
+13
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
5
-37
/
+41
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-1
/
+5
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-8
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-6
/
+8
*
Remove buggy classof().
Sean Silva
2012-10-11
1
-11
/
+3
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-8
/
+6
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-6
/
+8
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
4
-20
/
+20
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+2
*
Fixed a problem in the JIT memory allocator where
Sean Callanan
2012-08-15
1
-0
/
+3
*
JIT::runFunction(): add a fast path for functions with a single argument that...
Nuno Lopes
2012-08-02
1
-2
/
+7
*
You cannot call removeModule on a JIT with no modules. Patch by Verena
Chad Rosier
2012-07-25
1
-1
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-2
/
+2
*
Disable the right instance of TheJIT, this one is only used in asserts.
Benjamin Kramer
2012-06-16
1
-8
/
+8
*
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-16
1
-1
/
+6
*
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
1
-1
/
+1
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
5
-167
/
+179
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
5
-179
/
+166
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
5
-166
/
+179
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
2
-193
/
+0
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
2
-6
/
+5
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+3
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-0
/
+44
*
Remove the old ELF writer.
Rafael Espindola
2012-01-05
4
-355
/
+3
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
1
-2
/
+2
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-12
2
-6
/
+3
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
2
-5
/
+11
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
1
-3
/
+3
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-10
/
+0
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
2
-2
/
+3
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
*
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
Joe Abbey
2011-10-19
1
-0
/
+1
*
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
NAKAMURA Takumi
2011-08-14
1
-0
/
+1
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+8
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-1
/
+1
[next]