projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Disable each MachineFunctionPass for 'optnone' functions, unless that
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
2014-03-30
Chandler Carruth
[Allocator] Lift the slab size and size threshold into...
tree
|
commitdiff
2014-03-29
Tim Northover
ARM64: initial backend import
tree
|
commitdiff
2014-03-28
Christian Pirker
Add ARM big endian Target (armeb, thumbeb)
tree
|
commitdiff
2014-03-28
Chandler Carruth
[cleanup] Hoist the initialization and constants for...
tree
|
commitdiff
2014-03-27
Rafael Espindola
Prevent alias from pointing to weak aliases.
tree
|
commitdiff
2014-03-26
Juergen Ributzka
[MCJIT] Check if there have been errors during RuntimeD...
tree
|
commitdiff
2014-03-26
Christian Pirker
AArch64_BE Elf support for MC-JIT runtime dynamic linker
tree
|
commitdiff
2014-03-26
Rafael Espindola
Revert "Prevent alias from pointing to weak aliases."
tree
|
commitdiff
2014-03-26
Rafael Espindola
Prevent alias from pointing to weak aliases.
tree
|
commitdiff
2014-03-21
Juergen Ributzka
[RuntimeDyld] Fix comment for previous commit (r204439)
tree
|
commitdiff
2014-03-21
Juergen Ributzka
[RuntimeDyld] clang-format files.
tree
|
commitdiff
2014-03-21
Juergen Ributzka
[RuntimeDyld] Allow processRelocationRef to process...
tree
|
commitdiff
2014-03-20
Lang Hames
Add an option to MCJIT to have it forward all sections...
tree
|
commitdiff
2014-03-14
Alexey Samsonov
[C++11] Introduce SectionRef::relocations() to use...
tree
|
commitdiff
2014-03-13
Lang Hames
Make GDBJITRegistrar thread safe. Patch by Jim Kearyn...
tree
|
commitdiff
2014-03-11
Ulrich Weigand
[ppc64] Patch in TOC restore code after all external...
tree
|
commitdiff
2014-03-08
Lang Hames
Make createObjectImage and createObjectImageFromFile...
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move InstVisitor.h into the IR library as...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueMap to the IR library. While this...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueHandle into the IR library where...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move GetElementPtrTypeIterator into the IR...
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-02-19
Rafael Espindola
move getNameWithPrefix and getSymbol to TargetMachine.
tree
|
commitdiff
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
tree
|
commitdiff
2014-02-19
Daniel Jasper
Revert r201622 and r201608.
tree
|
commitdiff
2014-02-18
Rafael Espindola
Fix PR18743.
tree
|
commitdiff
2014-02-18
Lang Hames
Consistently check 'IsCode' when allocating sections...
tree
|
commitdiff
2014-02-18
Rafael Espindola
Rename some member variables from TD to DL.
tree
|
commitdiff
2014-02-12
Lang Hames
Extend RTDyld API to enable optionally precomputing...
tree
|
commitdiff
2014-02-11
Bradley Smith
[AArch64] Add missing PCRel relocations for AArch64...
tree
|
commitdiff
2014-02-11
Lang Hames
In RuntimeDyldImpl::emitSection, make Allocate (section...
tree
|
commitdiff
2014-02-10
Rafael Espindola
Change the begin and end methods in ObjectFile to match...
tree
|
commitdiff
2014-01-31
Rafael Espindola
Simplify getSymbolFlags.
tree
|
commitdiff
2014-01-30
Rafael Espindola
Simplify the handling of iterators in ObjectFile.
tree
|
commitdiff
2014-01-29
Lang Hames
Add support for PC-relative non-extern relocations...
tree
|
commitdiff
2014-01-29
Renato Golin
Enable EHABI by default
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-23
Juergen Ributzka
Add target analysis passes to the codegen pipeline...
tree
|
commitdiff
2014-01-22
Rafael Espindola
Change createObjectFile to return an ErrorOr.
tree
|
commitdiff
2014-01-21
Rafael Espindola
Rename these methods to match the style guide.
tree
|
commitdiff
2014-01-16
Rafael Espindola
Attempt to fix the MSVC build.
tree
|
commitdiff
2014-01-16
Rafael Espindola
Prevent calls to __jit_debug_register_code from being...
tree
|
commitdiff
2014-01-14
Rafael Espindola
Return an error_code from materializeAllPermanently.
tree
|
commitdiff
2014-01-14
Nico Rieck
Decouple dllexport/dllimport from linkage
tree
|
commitdiff
2014-01-14
Nico Rieck
Revert "Decouple dllexport/dllimport from linkage"
tree
|
commitdiff
2014-01-14
Nico Rieck
Decouple dllexport/dllimport from linkage
tree
|
commitdiff
2014-01-13
Chandler Carruth
Re-sort #include lines again, prior to moving headers...
tree
|
commitdiff
2014-01-08
Lang Hames
Re-apply r196639: Add support for archives and object...
tree
|
commitdiff
2014-01-07
Rafael Espindola
Move the llvm mangler to lib/IR.
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2014-01-03
Rafael Espindola
Make the llvm mangler depend only on DataLayout.
tree
|
commitdiff
2013-12-17
Yaron Keren
There are no __register_frame and __deregister_frame...
tree
|
commitdiff
2013-12-11
NAKAMURA Takumi
Prune redundant dependencies in LLVMBuild.txt.
tree
|
commitdiff
2013-12-07
NAKAMURA Takumi
Whitespace cleanups.
tree
|
commitdiff
2013-12-07
Lang Hames
Revert r196639 while I investigate a bot failure.
tree
|
commitdiff
2013-12-07
Lang Hames
Add support for archives and object file caching under...
tree
|
commitdiff
2013-12-05
Rafael Espindola
Remove the isImplicitlyPrivate argument of getNameWithP...
tree
|
commitdiff
2013-11-28
Rafael Espindola
Use the mangler consistently instead of using getGlobal...
tree
|
commitdiff
2013-11-19
Petar Jovanovic
[mips] Resolve relocation for the stubs in MCJIT when...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-15
Andrew Kaylor
Fix a problem in MCJIT identifying the module containin...
tree
|
commitdiff
2013-11-15
Rui Ueyama
Path: Recognize COFF import library file magic.
tree
|
commitdiff
2013-11-15
Andrew Kaylor
Resolve JIT runtime linking problems on Android.
tree
|
commitdiff
2013-11-15
Andrew Kaylor
Don't try to initialize memory for a global if the...
tree
|
commitdiff
2013-11-15
Yaron Keren
Correct spelling.
tree
|
commitdiff
2013-11-11
Andrew Kaylor
Fixing a problem with iterator validity in RuntimeDyldI...
tree
|
commitdiff
2013-10-25
Yaron Keren
The FIXME was indeed fixed in the linker, comment removed.
tree
|
commitdiff
2013-10-24
Yaron Keren
Replaced non-ASCII character.
tree
|
commitdiff
2013-10-24
Chandler Carruth
Revert part of r193291, restoring the deletion of loade...
tree
|
commitdiff
2013-10-24
Andrew Kaylor
Optimizing MCJIT module state tracking
tree
|
commitdiff
2013-10-21
Andrew Kaylor
FIXME comment shouldn't have been doxygen style
tree
|
commitdiff
2013-10-21
Andrew Kaylor
Improving MCJIT/RuntimeDyld thread safety
tree
|
commitdiff
2013-10-19
Yaron Keren
Avoid duplicate search by reusing the iterator.
tree
|
commitdiff
2013-10-19
Yaron Keren
Added comments from Andrew Kaylor.
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Adding oprofile support for MCJIT.
tree
|
commitdiff
2013-10-16
Craig Topper
Really fix build warning/error that I think r192756...
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Fixing build warning/error
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Adding padding to the .eh_frame section in RuntimeDyld
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Adding support for deregistering EH frames with MCJIT.
tree
|
commitdiff
2013-10-15
Rui Ueyama
Path: Recognize Windows compiled resource file.
tree
|
commitdiff
2013-10-15
Andrew Kaylor
Separating ELF and MachO stub info functions for Runtim...
tree
|
commitdiff
2013-10-15
Andrew Kaylor
Fixing some host==target assumptions in RuntimeDyld
tree
|
commitdiff
2013-10-11
Andrew Kaylor
Adding multiple object support to MCJIT EH frame handling
tree
|
commitdiff
2013-10-07
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2013-10-05
Andrew Kaylor
Adding multiple GOT handling to RuntimeDyldELF
tree
|
commitdiff
2013-10-04
Andrew Kaylor
Adding support and tests for multiple module handling...
tree
|
commitdiff
2013-10-02
Filip Pizlo
This threads SectionName through the allocateCodeSectio...
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Fixing MCJIT multiple module linking for OSX
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Adding multiple module support for MCJIT.
tree
|
commitdiff
2013-09-30
Anders Waldenborg
llvm-c: use typedef for function pointers
tree
|
commitdiff
2013-09-20
Anders Waldenborg
Revert "llvm-c: Add LLVMGetPointerToFunction"
tree
|
commitdiff
2013-09-19
Anders Waldenborg
llvm-c: Add LLVMGetPointerToFunction
tree
|
commitdiff
next