projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
[NVPTX] Fix bug in stack code generation causes by MC conversion
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
2012-11-27
Andrew Kaylor
Moving SectionMemoryManager into RuntimeDyld and adding...
tree
|
commitdiff
2012-11-22
NAKAMURA Takumi
IntelJITEventsWrapper.h: Prune two members, FinalizeThr...
tree
|
commitdiff
2012-11-21
Andrew Kaylor
Implementing basic function-level profiling support...
tree
|
commitdiff
2012-11-16
Amara Emerson
Add R_ARM_TARGET1 relocation to MCJIT and ensure that...
tree
|
commitdiff
2012-11-15
Andrew Kaylor
Interface changes to allow RuntimeDyld memory managers...
tree
|
commitdiff
2012-11-14
Jakub Staszak
Remove DOS line endings.
tree
|
commitdiff
2012-11-06
Andrew Kaylor
Fix build error from previous commit.
tree
|
commitdiff
2012-11-06
Andrew Kaylor
Add interface for object-based JIT events.
tree
|
commitdiff
2012-11-05
Andrew Kaylor
Add a method to indicate section address re-assignment...
tree
|
commitdiff
2012-11-02
Andrew Kaylor
Change resolveRelocation parameters so the relocations...
tree
|
commitdiff
2012-11-01
Andrew Kaylor
Fixed format string to avoid pointer truncation during...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the majority of the next patch in the address...
tree
|
commitdiff
2012-11-01
Andrew Kaylor
Streamlined memory manager hierarchy for MCJIT and...
tree
|
commitdiff
2012-10-30
Eli Friedman
Fix regression in old-style JIT.
tree
|
commitdiff
2012-10-29
Tim Northover
Make use of common-symbol alignment info in ELF loader.
tree
|
commitdiff
2012-10-25
Adhemerval Zanella
PowerPC: Initial support for PowerPC64 MCJIT
tree
|
commitdiff
2012-10-24
Micah Villmow
Add some cleanup to the DataLayout changes requested...
tree
|
commitdiff
2012-10-23
Eric Christopher
Grammar.
tree
|
commitdiff
2012-10-15
Micah Villmow
Resubmit the changes to llvm core to update the functio...
tree
|
commitdiff
2012-10-12
Andrew Kaylor
Check section type rather than assuming it's code when...
tree
|
commitdiff
2012-10-12
Eric Christopher
Indenting.
tree
|
commitdiff
2012-10-11
Sean Silva
Remove unnecessary classof()'s
tree
|
commitdiff
2012-10-11
Sean Silva
Remove buggy classof().
tree
|
commitdiff
2012-10-11
Micah Villmow
Revert 165732 for further review.
tree
|
commitdiff
2012-10-11
Micah Villmow
Add in the first iteration of support for llvm/clang...
tree
|
commitdiff
2012-10-10
Andrew Kaylor
Adding comments to clarify the reason for non-standard...
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-10-03
Tim Northover
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
tree
|
commitdiff
2012-10-02
Andrew Kaylor
Clean-up of memory buffer and object ownership model...
tree
|
commitdiff
2012-10-02
Andrew Kaylor
Support for generating ELF objects on Windows.
tree
|
commitdiff
2012-09-28
Andrew Kaylor
Removing dependency on third party library for Intel...
tree
|
commitdiff
2012-09-26
Andrew Kaylor
Fix of hang during Intel JIT profiling
tree
|
commitdiff
2012-09-18
Craig Topper
Mark unimplemented copy constructors and copy assignmen...
tree
|
commitdiff
2012-09-13
Jim Grosbach
Better const handling for RuntimeDyld and MCJIT.
tree
|
commitdiff
2012-09-13
Jim Grosbach
MCJIT: relocation addends encoded in the target aren...
tree
|
commitdiff
2012-09-13
Jim Grosbach
MCJIT: Make sure to mask off non-type-field bits.
tree
|
commitdiff
2012-09-13
Jim Grosbach
MCJIT: Pass the i386 MachO relocation type properly.
tree
|
commitdiff
2012-09-10
Michael J. Spencer
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
tree
|
commitdiff
2012-09-05
Roman Divacky
Stop casting away const qualifier needlessly.
tree
|
commitdiff
2012-09-05
Jim Grosbach
MCJIT: getPointerToFunction() references target address...
tree
|
commitdiff
2012-08-27
Danil Malyshev
Fix comment for function RuntimeDyldImpl.resolveRelocat...
tree
|
commitdiff
2012-08-22
Craig Topper
Add a getName function to MachineFunction. Use it in...
tree
|
commitdiff
2012-08-21
Jim Grosbach
MCJIT: Tidy up the constructor.
tree
|
commitdiff
2012-08-20
Akira Hatanaka
Fix coding style violations in 162135 and 162136.
tree
|
commitdiff
2012-08-17
Akira Hatanaka
Correct MCJIT functionality for MIPS32 architecture.
tree
|
commitdiff
2012-08-15
Sean Callanan
Fixed a problem in the JIT memory allocator where
tree
|
commitdiff
2012-08-07
Andrew Kaylor
Enable lazy compilation in MCJIT
tree
|
commitdiff
2012-08-02
Nuno Lopes
JIT::runFunction(): add a fast path for functions with...
tree
|
commitdiff
2012-07-27
Andrew Kaylor
Fixing problems with X86_64_32 relocations and making...
tree
|
commitdiff
2012-07-27
Andrew Kaylor
Test commit, clean up comment
tree
|
commitdiff
2012-07-27
Andrew Kaylor
Test commit, clean up comment
tree
|
commitdiff
2012-07-25
Chad Rosier
You cannot call removeModule on a JIT with no modules...
tree
|
commitdiff
2012-07-23
Sylvestre Ledru
Fix a typo (the the => the)
tree
|
commitdiff
2012-07-22
NAKAMURA Takumi
ExecutionEngine/TargetSelect.cpp: Override default...
tree
|
commitdiff
2012-07-19
Bill Wendling
Remove tabs.
tree
|
commitdiff
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
tree
|
commitdiff
2012-06-24
NAKAMURA Takumi
llvm/lib: [CMake] Add explicit dependency to intrinsics...
tree
|
commitdiff
2012-06-23
Stepan Dyatkovskiy
Optimized usage of new SwitchInst case values (Integers...
tree
|
commitdiff
2012-06-16
Benjamin Kramer
Disable the right instance of TheJIT, this one is only...
tree
|
commitdiff
2012-06-16
Benjamin Kramer
Guard private fields that are unused in Release builds...
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Round 2 of dead private variable removal.
tree
|
commitdiff
2012-06-02
Benjamin Kramer
Fix typos found by github.com/lyda/misspell-check
tree
|
commitdiff
2012-06-02
Stepan Dyatkovskiy
PR1255: case ranges.
tree
|
commitdiff
2012-06-01
Stepan Dyatkovskiy
PR1255: case ranges.
tree
|
commitdiff
2012-05-29
Stepan Dyatkovskiy
ConstantRangesSet renamed to IntegersSubset. CRSBuilder...
tree
|
commitdiff
2012-05-28
Stepan Dyatkovskiy
PR1255: Case Ranges
tree
|
commitdiff
2012-05-21
Owen Anderson
Make it so that the MArch, MCPU, MAttrs passed to Engin...
tree
|
commitdiff
2012-05-21
Stepan Dyatkovskiy
PR1255 (case ranges: work with ConstantRangesSet instea...
tree
|
commitdiff
2012-05-16
Danil Malyshev
Added LLIMCJITMemoryManager to the lli. This manager...
tree
|
commitdiff
2012-05-10
Jim Grosbach
ExecutionEngine: Check for NULL ErrorStr before using it.
tree
|
commitdiff
2012-05-07
Preston Gurd
Make IntelJITEvents and OProfileJIT as optional librari...
tree
|
commitdiff
2012-05-01
Eli Bendersky
RuntimeDyld cleanup:
tree
|
commitdiff
2012-05-01
Eli Bendersky
RuntimeDyld code cleanup:
tree
|
commitdiff
2012-04-30
Eli Bendersky
It doesn't make sense to move symbol relocations to...
tree
|
commitdiff
2012-04-30
Eli Bendersky
Code cleanup in RuntimeDyld:
tree
|
commitdiff
2012-04-29
Eli Bendersky
Fix some formatting, grammar and style issues and add...
tree
|
commitdiff
2012-04-17
Danil Malyshev
Fix incorrect call of resolveRelocation() for ARM ELF...
tree
|
commitdiff
2012-04-16
Preston Gurd
Add files which were not included by commit 154868.
tree
|
commitdiff
2012-04-16
Preston Gurd
Implement GDB integration for source level debugging...
tree
|
commitdiff
2012-04-12
Preston Gurd
This patch improves the MCJIT runtime dynamic loader...
tree
|
commitdiff
2012-04-08
Benjamin Kramer
EngineBuilder::create is expected to take ownership...
tree
|
commitdiff
2012-04-01
Eli Bendersky
Removing a file that's no longer being used after the...
tree
|
commitdiff
2012-03-30
Danil Malyshev
Re-factored RuntimeDyLd:
tree
|
commitdiff
2012-03-29
Bill Wendling
Revert r153694. It was causing failures in the buildbots.
tree
|
commitdiff
2012-03-29
Danil Malyshev
Re-factored RuntimeDyld.
tree
|
commitdiff
2012-03-28
Danil Malyshev
Move getPointerToNamedFunction() from JIT/MCJIT to...
tree
|
commitdiff
2012-03-26
Sean Callanan
Made RuntimeDyldMachO support vanilla i386
tree
|
commitdiff
2012-03-23
Owen Anderson
Make it feasible for clients using EngineBuilder to...
tree
|
commitdiff
2012-03-22
Chandler Carruth
Revert a series of commits to MCJIT to get the build...
tree
|
commitdiff
2012-03-21
Danil Malyshev
Re-factored RuntimeDyld.
tree
|
commitdiff
2012-03-21
Danil Malyshev
git-svn-id: https://llvm.org/svn/llvm-project/llvm...
tree
|
commitdiff
2012-03-21
Danil Malyshev
Based on this discussion: lists.cs.uiuc.edu/pipermail...
tree
|
commitdiff
2012-03-20
Sean Callanan
RuntimeDyldMachO has the ability to keep track of
tree
|
commitdiff
2012-03-13
Eli Bendersky
Add profiling support for Intel Parallel Amplifier...
tree
|
commitdiff
2012-03-11
Stepan Dyatkovskiy
llvm::SwitchInst
tree
|
commitdiff
2012-03-08
Stepan Dyatkovskiy
Taken into account Duncan's comments for r149481 dated...
tree
|
commitdiff
2012-03-07
Sean Callanan
Improved support in RuntimeDyldMachO for generating
tree
|
commitdiff
2012-03-01
Sean Callanan
Fixed the 32-bit runtime dynamic loader to allocate
tree
|
commitdiff
2012-02-24
NAKAMURA Takumi
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
tree
|
commitdiff
2012-02-24
NAKAMURA Takumi
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
tree
|
commitdiff
next