Avoid using EL_GETFP.
[oota-llvm.git] / lib / ExecutionEngine / JIT /
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.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-03-22 Jim GrosbachTrailing whitespace.
2011-03-16 Jim GrosbachTidy up. Whitespace and 80 column.
2011-03-15 Jim GrosbachTrailing whitespae.
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-13 Daniel DunbarFix some more 80-col violas.
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-30 NAKAMURA TakumiFix a comment.
2010-08-30 NAKAMURA TakumiEE/JIT: Do not invoke parent's ctors/dtors from main...
2010-08-23 Chris Lattnerremove some dead code.
2010-08-17 Nick LewyckyWhen creating a JIT, try to load the program so that...
2010-08-09 Nick LewyckyStop the JIT from refusing to work just because the...
2010-07-26 Bob WilsonDon't call __register_frame from the JIT on systems...
2010-07-22 Chris Lattnerremove the dwarf sizing stuff which is now dead, it was
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-16 Eli FriedmanGet rid of a bunch of duplicated ELF enum values.
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-11 Chris Lattnerfirst part of JIT support for address of labels, part...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-30 Jeffrey YasskinFix the OProfileJITEventListener build after r101844...
2010-04-18 Bill WendlingDon't rely upon the MCSymbol "isDefined" method to...
2010-04-18 Bill WendlingFormatting changes. No functionality change.
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
next