Straighten out any triple strings passed on the command line before
[oota-llvm.git] / tools / lli / lli.cpp
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...
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-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-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 :)
2006-12-31 Reid SpencerFor PR950:
2006-12-10 Chris Lattnermake statistics and timing info print even if the JIT...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-14 Chris Lattneradd a new (hidden) -disable-core-files option
2006-08-25 Reid SpencerFor PR797:
2006-08-01 Chris LattnerFix the build on case-sensitive filesystems :(
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-08 Chris LattnerFit to 80 columns.
2005-12-16 Chris Lattnerrename option
2005-12-16 Chris Lattnerprovide an option to override the target triple in...
2005-12-02 Chris LattnerRevert my previous patch which broke due to lazy stream...
2005-12-01 Chris LattnerIf a module has a main, but it is defined externally...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-11 Chris LattnerAdd a -load option
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-28 Chris LattnerPass extra arguments around n stuph
2003-12-26 Chris LattnerFactor out code to ExecutionEngine
2003-12-26 Chris LattnerSimplify code
2003-12-26 Chris Lattner* eliminate the -f argument to lli, as it was silly...
2003-12-26 Chris Lattnerupdate comment
2003-12-12 Brian GaekeAdd an assertion to make sure we are at least getting...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-28 Chris LattnerAdd the ability for users to specify a specific argv...
2003-10-24 Brian GaekeTraceMode, as you may have heard, is history.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-09-25 Misha BrukmanTo be consistent with the rest of LLVM codebase (and...
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeInterpreter, JIT moved to lib/ExecutionEngine (includes...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-04 Brian GaekeMove EE dtor where it belongs
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerRemove some long-dead code
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-05-23 Brian GaekeRemove ".bc" from the end of InputFile if it is there, in
2003-05-12 Chris LattnerThe JIT is the default mode for LLI now
2003-04-22 Chris LattnerBuild the appropriate target machine for the input...
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-07-25 Chris LattnerNamespace correctness is good
next