Adding tests for the Intel JIT event listener's MCJIT support.
[oota-llvm.git] / tools / lli /
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-05 Jim Grosbachlli: Initialize the native asm parser for inline assembly.
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-11-01 Andrew KaylorFixed format strings to avoid pointer truncation during...
2012-10-31 Andrew KaylorMark code, not data, as executable in lli RemoteTarget...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-12 Tim NorthoverAdd float-abi and softfloat options to lli
2012-10-05 NAKAMURA Takumilli: [MCJIT] Suppress "__main" for cygming in LLIMCJITM...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-20 Tim NorthoverMake sure lli compiles all code before invalidating...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-05 Jim GrosbachUpdate CMakeList.txt for new lli sources.
2012-09-05 Jim GrosbachMCJIT: Add faux remote target execution to lli for...
2012-08-28 Jim GrosbachLLI: move instruction cache tweaks.
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-19 Benjamin KramerRemove extra semicolons.
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-04-29 Eli BenderskyRemove redundant line (the memory manager is set above...
2012-04-18 Nick LewyckyMove the JIT flags from llc to lli. These flags showed...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2012-01-11 Jim Grosbach80 columns.
2012-01-11 Jim Grosbachlli should only create memmgr when JITing.
2012-01-11 Jim Grosbachlli should create a JIT memory manager.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-03-22 Oscar FuentesUpdated library dependencies.
2011-03-22 Jim GrosbachUpdate link components.
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Wesley PeckMake MCJIT work with CMake.
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 DunbarUpdate CMake.
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-10-22 NAKAMURA Takumilli: On Cygwin-1.5, lli crashes at invoking destructors...
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-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-04-15 Benjamin KramerSimplify ".bc" detection.
2010-04-15 Chris Lattnerfix a crash on "lli ex" or any other file whose name...
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Dan Gohmanlli doesn't need <iostream> anymore.
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-18 Daniel DunbarSwitch lli back to using allocate-gvs-with-code behavior.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Daniel DunbarMake sure targets are initialized before we do anything...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-07 Chris LattnerFix lli to print an error and exit when EE returns...
2009-07-03 Torok EdwinFix typo: intepreter->interpreter.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-17 Chris LattnerUse Doug's new LLVM_NATIVE_ARCH macro in config.h to...
2009-05-04 Evan ChengDefault llc / lli optimization to "Default", which...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2008-11-05 Evan ChengAdd command line option -entry-funcion to override...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-08-08 Evan ChengAdd -fast command line option to lli. It enables fast...
2008-05-21 Evan ChengRename -no-lazy to -disable-lazy-compilation.
2008-04-22 Evan ChengAdded command line option -no-lazy to disable JIT lazy...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode reading support, remove eh stuff
2007-04-27 Chris Lattnerreset errno to zero on entry to the application's main...
2007-03-06 Reid SpencerObtain the exit function before execution just in case...
2007-03-03 Reid Spencer1. Handle errors around the ModuleProvider. This is...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-01-08 Chris Lattnerfix atexit. This is an overcomplex way of calling...
2007-01-07 Chris Lattnerthis is an overcomplex way to call exit :)
next