Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / ExecutionEngine / JIT /
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-17 Zachary TurnerRemove more occurrences of the unused-mutex-parameter...
2014-06-16 Zachary TurnerCleanup more unreferenced MutexGuard parameters on...
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-28 Chandler Carruth[cleanup] Hoist the initialization and constants for...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-11-15 Andrew KaylorResolve JIT runtime linking problems on Android.
2013-10-07 Rafael EspindolaRemove dead code.
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-08-27 Sylvestre LedruFix the build issue under ia64. Close bug #5715
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-10 Rafael EspindolaRemove dead code.
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-14 David GreeneFix More Casts
2013-01-11 Eli BenderskyFix bug in exception table allocation (PR13678)
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Sean SilvaRemove buggy classof().
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-15 Sean CallananFixed a problem in the JIT memory allocator where
2012-08-02 Nuno LopesJIT::runFunction(): add a fast path for functions with...
2012-07-25 Chad RosierYou cannot call removeModule on a JIT with no modules...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-16 Benjamin KramerDisable the right instance of TheJIT, this one is only...
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-05 Rafael EspindolaRemove the old ELF writer.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-19 Joe AbbeyAdding dependencies to allow -DBUILD_SHARED_LIBS=true...
2011-08-14 NAKAMURA TakumiEE: Provide the symbol "lseek64" explicitly with <unist...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-05-13 Dylan NoblesmithExecutionEngine: move createJIT() definition (v2)
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: delete duplicated files
2011-05-06 Dylan NoblesmithExecutionEngine: move createJIT() definition
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-29 Douglas GregorFix a C++0x portability issue with std::make_pair....
2011-04-23 Jay FoadRemove unused STL header includes.
next