Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2915a691b9eecde508948d4300428860d1655175
/
lib
/
ExecutionEngine
0a29cb0
Make APFloat constructor require explicit semantics.
by Tim Northover
· 12 years ago
fbb662f
Introduce llvm::sys::getProcessTriple() function.
by Peter Collingbourne
· 12 years ago
ac97f5c
[Object][ELF] Simplify ELFObjectFile by using ELFType.
by Michael J. Spencer
· 12 years ago
c2680be
Fix Casting
by David Greene
· 12 years ago
fe1215e
Fix More Casts
by David Greene
· 12 years ago
dced3cd
Fix bug in exception table allocation (PR13678)
by Eli Bendersky
· 12 years ago
a1db5de
PowerPC: EH adjustments
by Adhemerval Zanella
· 12 years ago
4d9c539
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader.
by Michael J. Spencer
· 12 years ago
7b44988
PowerPC: Fix eh_frame relocation for PIC
by Adhemerval Zanella
· 12 years ago
0b8c9a8
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 12 years ago
98281a2
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset().
by Nuno Lopes
· 12 years ago
4b25467
Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mangling prefix to this symbol.
by Elena Demikhovsky
· 12 years ago
38b0602
Remove duplicate includes.
by Roman Divacky
· 12 years ago
7882213
Query section for whether it should be executable.
by Tim Northover
· 12 years ago
e1fd317
Adjust JIT target triple on OS X to match the current architecture.
by Bob Wilson
· 12 years ago
a1514e2
Sort includes for all of the .h files under the 'lib' tree. These were
by Chandler Carruth
· 12 years ago
4af1ca5
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
by NAKAMURA Takumi
· 12 years ago
ade0474
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
by Akira Hatanaka
· 12 years ago
d04a8d4
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 12 years ago
84bcf93
Move the InstVisitor utility into VMCore where it belongs. It heavily
by Chandler Carruth
· 12 years ago
bacc825
MCJIT depends on JIT.
by Benjamin Kramer
· 12 years ago
6e1c456
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld
by Andrew Kaylor
· 12 years ago
927ba6a
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
by Andrew Kaylor
· 12 years ago
f6dae76
IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field]
by NAKAMURA Takumi
· 12 years ago
34519fc
Implementing basic function-level profiling support in IntelJITEventListener.
by Andrew Kaylor
· 12 years ago
098d6d5
Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld reads
by Amara Emerson
· 12 years ago
53608a3
Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded.
by Andrew Kaylor
· 12 years ago
de7c853
Remove DOS line endings.
by Jakub Staszak
· 12 years ago
a082892
Fix build error from previous commit.
by Andrew Kaylor
· 12 years ago
776054d
Add interface for object-based JIT events.
by Andrew Kaylor
· 12 years ago
2898988
Add a method to indicate section address re-assignment is finished.
by Andrew Kaylor
· 12 years ago
a307a1c
Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer.
by Andrew Kaylor
· 12 years ago
5fc8c7c
Fixed format string to avoid pointer truncation during 64-bit debugging.
by Andrew Kaylor
· 12 years ago
426c2bf
Revert the majority of the next patch in the address space series:
by Chandler Carruth
· 12 years ago
647d6d7
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
by Andrew Kaylor
· 12 years ago
bbc6e67
Fix regression in old-style JIT.
by Eli Friedman
· 12 years ago
f00677d
Make use of common-symbol alignment info in ELF loader.
by Tim Northover
· 12 years ago
6e8946c
PowerPC: Initial support for PowerPC64 MCJIT
by Adhemerval Zanella
· 12 years ago
b52fb87
Add some cleanup to the DataLayout changes requested by Chandler.
by Micah Villmow
· 12 years ago
bf261f1
Grammar.
by Eric Christopher
· 12 years ago
2c39b15
Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis.
by Micah Villmow
· 12 years ago
fa8cd9d
Check section type rather than assuming it's code when emitting sections while processing relocations.
by Andrew Kaylor
· 12 years ago
a7ca3c2
Indenting.
by Eric Christopher
· 12 years ago
ed84062
Remove unnecessary classof()'s
by Sean Silva
· 12 years ago
8ac1995
Remove buggy classof().
by Sean Silva
· 12 years ago
fb384d6
Revert 165732 for further review.
by Micah Villmow
· 12 years ago
f3840d2
Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly.
by Micah Villmow
· 12 years ago
3c9019d
Adding comments to clarify the reason for non-standard style in these files.
by Andrew Kaylor
· 12 years ago
3574eca
Move TargetData to DataLayout.
by Micah Villmow
· 12 years ago
565ebde
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
by Tim Northover
· 12 years ago
3f23cef
Clean-up of memory buffer and object ownership model in MCJIT
by Andrew Kaylor
· 12 years ago
7bbd6e3
Support for generating ELF objects on Windows.
by Andrew Kaylor
· 12 years ago
770b97b
Removing dependency on third party library for Intel JIT event support.
by Andrew Kaylor
· 12 years ago
44aebe8
Fix of hang during Intel JIT profiling Committed on behalf of Kirill Uhanov
by Andrew Kaylor
· 12 years ago
c2945e4
Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION.
by Craig Topper
· 12 years ago
e940c1b
Better const handling for RuntimeDyld and MCJIT.
by Jim Grosbach
· 12 years ago
7639f98
MCJIT: relocation addends encoded in the target aren't quite so easy.
by Jim Grosbach
· 12 years ago
01e1a97
MCJIT: Make sure to mask off non-type-field bits.
by Jim Grosbach
· 12 years ago
ba9ba9f
MCJIT: Pass the i386 MachO relocation type properly.
by Jim Grosbach
· 12 years ago
2c38a66
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
by Michael J. Spencer
· 12 years ago
5932429
Stop casting away const qualifier needlessly.
by Roman Divacky
· 12 years ago
35ed842
MCJIT: getPointerToFunction() references target address space.
by Jim Grosbach
· 12 years ago
5229741
Fix comment for function RuntimeDyldImpl.resolveRelocation()
by Danil Malyshev
· 12 years ago
96601ca
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
by Craig Topper
· 12 years ago
8005bcd
MCJIT: Tidy up the constructor.
by Jim Grosbach
· 12 years ago
b862f09
Fix coding style violations in 162135 and 162136.
by Akira Hatanaka
· 12 years ago
b889e0c
Correct MCJIT functionality for MIPS32 architecture.
by Akira Hatanaka
· 12 years ago
f92bbcd
Fixed a problem in the JIT memory allocator where
by Sean Callanan
· 12 years ago
ea708d1
Enable lazy compilation in MCJIT
by Andrew Kaylor
· 12 years ago
847a32b
JIT::runFunction(): add a fast path for functions with a single argument that is a pointer.
by Nuno Lopes
· 12 years ago
d83a547
Fixing problems with X86_64_32 relocations and making the assertions more readable.
by Andrew Kaylor
· 12 years ago
e2e73bd
Test commit, clean up comment
by Andrew Kaylor
· 12 years ago
2e31987
Test commit, clean up comment
by Andrew Kaylor
· 12 years ago
9402be9
You cannot call removeModule on a JIT with no modules. Patch by Verena
by Chad Rosier
· 12 years ago
c8e41c5
Fix a typo (the the => the)
by Sylvestre Ledru
· 12 years ago
956994c
ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.
by NAKAMURA Takumi
· 12 years ago
96cb112
Remove tabs.
by Bill Wendling
· 12 years ago
0bcbd1d
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
by Bill Wendling
· 12 years ago
d5c407d
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
by NAKAMURA Takumi
· 12 years ago
47cbc4e
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp.
by Stepan Dyatkovskiy
· 12 years ago
e04690e
Disable the right instance of TheJIT, this one is only used in asserts.
by Benjamin Kramer
· 12 years ago
a978366
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
by Benjamin Kramer
· 12 years ago
95a9d93
Round 2 of dead private variable removal.
by Benjamin Kramer
· 12 years ago
d9b0b02
Fix typos found by http://github.com/lyda/misspell-check
by Benjamin Kramer
· 12 years ago
43eb31b
PR1255: case ranges.
by Stepan Dyatkovskiy
· 12 years ago
f8d14c4
PR1255: case ranges.
by Stepan Dyatkovskiy
· 12 years ago
0aa32d5
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.
by Stepan Dyatkovskiy
· 12 years ago
484fc93
PR1255: Case Ranges
by Stepan Dyatkovskiy
· 12 years ago
5b2d81b
Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually used.
by Owen Anderson
· 12 years ago
1c8f4b8
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) related changes for Execution and Verifier.
by Stepan Dyatkovskiy
· 12 years ago
068c65b
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager.
by Danil Malyshev
· 12 years ago
77966fa
ExecutionEngine: Check for NULL ErrorStr before using it.
by Jim Grosbach
· 12 years ago
7549354
Make IntelJITEvents and OProfileJIT as optional libraries and add
by Preston Gurd
· 12 years ago
c201e6e
RuntimeDyld cleanup:
by Eli Bendersky
· 13 years ago
d98c9e9
RuntimeDyld code cleanup:
by Eli Bendersky
· 13 years ago
37bc5a2
It doesn't make sense to move symbol relocations to section relocations when
by Eli Bendersky
· 13 years ago
6d15e87
Code cleanup in RuntimeDyld:
by Eli Bendersky
· 13 years ago
5fe0198
Fix some formatting, grammar and style issues and add a couple of missing comments.
by Eli Bendersky
· 13 years ago
ab42733
Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.
by Danil Malyshev
· 13 years ago
482f878
Add files which were not included by commit 154868.
by Preston Gurd
· 13 years ago
Next »