Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
[oota-llvm.git] / include / llvm / ExecutionEngine /
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 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-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
2013-04-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Andrew KaylorFixing typo in comment.
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-13 NAKAMURA TakumiJITEventListener.h: Use llvm-config.h instead of config.h.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-27 Andrew KaylorFix comment formatting in RuntimeDyld.h
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-14 Jakub StaszakFix comment.
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-10-16 Eric ChristopherSpacing.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-07-19 Galina KistanovaFixed few warnings.
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-29 Eli BenderskyFix comments from copy-paste to a more relevant meaning
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
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-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-09-29 Jim GrosbachTidy up. Formatting.
2011-08-30 Nicolas GeoffrayThe code model of JIT should default to JITDefault.
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 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
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: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Chandler CarruthProvide an empty virtual destructor to go with the...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-30 Jim GrosbachTidy up. Whitespace and 80-columns.
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel DunbarMore style nittiness.
2010-11-13 Daniel DunbarClean up some doxyments/style.
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
next