]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/ExecutionEngine
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
[opencl/llvm.git] / lib / ExecutionEngine /
2013-12-17 Yaron KerenThere are no __register_frame and __deregister_frame...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-11-19 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Andrew KaylorFix a problem in MCJIT identifying the module containin...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Andrew KaylorResolve JIT runtime linking problems on Android.
2013-11-15 Andrew KaylorDon't try to initialize memory for a global if the...
2013-11-15 Yaron KerenCorrect spelling.
2013-11-11 Andrew KaylorFixing a problem with iterator validity in RuntimeDyldI...
2013-10-25 Yaron KerenThe FIXME was indeed fixed in the linker, comment removed.
2013-10-24 Yaron KerenReplaced non-ASCII character.
2013-10-24 Chandler CarruthRevert part of r193291, restoring the deletion of loade...
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-21 Andrew KaylorFIXME comment shouldn't have been doxygen style
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-19 Yaron KerenAvoid duplicate search by reusing the iterator.
2013-10-19 Yaron KerenAdded comments from Andrew Kaylor.
2013-10-16 Andrew KaylorAdding oprofile support for MCJIT.
2013-10-16 Craig TopperReally fix build warning/error that I think r192756...
2013-10-16 Andrew KaylorFixing build warning/error
2013-10-16 Andrew KaylorAdding padding to the .eh_frame section in RuntimeDyld
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-07 Rafael EspindolaRemove dead code.
2013-10-05 Andrew KaylorAdding multiple GOT handling to RuntimeDyldELF
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorFixing MCJIT multiple module linking for OSX
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-09-11 Benjamin KramerDon't expose symbols of lle_ functions.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-27 Sylvestre LedruFix the build issue under ia64. Close bug #5715
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-16 Richard MittonFixed RuntimeDyldELF absolute relocations.
2013-08-15 Lang HamesSupport X86_64_GOTLoad relocations in RuntimeDyldMachO...
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-05 Elena DemikhovskyLLVM Interpreter: This patch implements vector support...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-05 Rafael EspindolaHandle (at least don't crash on) relocations with no...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-04 Benjamin KramerPreserve const correctness.
2013-06-03 Rafael EspindolaUpdate RuntimeDyldELF::findOPDEntrySection the new...
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-28 Tim NorthoverARM: use pristine object file while processing relocations
2013-05-24 Michael J. SpencerAdd missing header for atexit.
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloFix busted comment. This conditional include block...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-19 Tim NorthoverAArch64: make RuntimeDyld relocations idempotent
2013-05-17 David Tweedr182085 introduced a change that triggered an assertion...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-10 Rafael EspindolaRemove dead code.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Adhemerval ZanellaPowerPC: Fix unimplemented relocation on ppc64
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-04 Tim NorthoverAArch64: implement 64-bit absolute relocation in MCJIT
2013-05-04 Tim NorthoverAArch64: add stubs to support long function calls on...
2013-05-04 Tim NorthoverAArch64: implement relocations for global access
2013-05-04 Tim NorthoverAArch64: implement first relocation required for MCJIT
next