2012-05-20 |
Benjamin Kramer | Plug a leak when using MCJIT. |
tree | commitdiff |
2012-05-19 |
Benjamin Kramer | Remove extra semicolons. |
tree | commitdiff |
2012-05-16 |
Danil Malyshev | Added LLIMCJITMemoryManager to the lli. This manager... |
tree | commitdiff |
2012-04-29 |
Eli Bendersky | Remove redundant line (the memory manager is set above... |
tree | commitdiff |
2012-04-18 |
Nick Lewycky | Move the JIT flags from llc to lli. These flags showed... |
tree | commitdiff |
2012-03-13 |
Eli Bendersky | Add profiling support for Intel Parallel Amplifier... |
tree | commitdiff |
2012-01-16 |
Eli Bendersky | Adding a basic ELF dynamic loader and MC-JIT for ELF... |
tree | commitdiff |
2012-01-11 |
Jim Grosbach | 80 columns. |
tree | commitdiff |
2012-01-11 |
Jim Grosbach | lli should only create memmgr when JITing. |
tree | commitdiff |
2012-01-11 |
Jim Grosbach | lli should create a JIT memory manager. |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-11-11 |
Daniel Dunbar | LLVMBuild: Add description files for the LLVM tools. |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
tree | commitdiff |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
tree | commitdiff |
2011-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-03-22 |
Oscar Fuentes | Updated library dependencies. |
tree | commitdiff |
2011-03-22 |
Jim Grosbach | Update link components. |
tree | commitdiff |
2011-03-18 |
Jim Grosbach | Beginnings of MC-JIT code generation. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-17 |
Wesley Peck | Make MCJIT work with CMake. |
tree | commitdiff |
2010-11-17 |
Daniel Dunbar | MCJIT: Stub out MCJIT implementation, still doesn't... |
tree | commitdiff |
2010-11-17 |
Daniel Dunbar | lli: Add stub -use-mcjit option, which doesn't currentl... |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | Update CMake. |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | lli: Switch to using ParseIRFile, for consistency with... |
tree | commitdiff |
2010-10-22 |
NAKAMURA Takumi | lli: On Cygwin-1.5, lli crashes at invoking destructors... |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
tree | commitdiff |
2010-04-15 |
Benjamin Kramer | Simplify ".bc" detection. |
tree | commitdiff |
2010-04-15 |
Chris Lattner | fix a crash on "lli ex" or any other file whose name... |
tree | commitdiff |
2010-02-05 |
Jeffrey Yasskin | Move --march, --mcpu, and --mattr from JIT/TargetSelect... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Revert the API changes from r85295 to make it easier... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
tree | commitdiff |
2009-10-21 |
Jeffrey Yasskin | Delete the MacOSJITEventListener per echristo's request... |
tree | commitdiff |
2009-10-16 |
Evan Cheng | Add a CodeGenOpt::Less level to match -O1. It'll be... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-05 |
Dan Gohman | lli doesn't need <iostream> anymore. |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Reverting r76825 and r76828, since they caused clang... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Make the JIT code emitter properly retry and ask for... |
tree | commitdiff |
2009-07-18 |
Daniel Dunbar | Switch lli back to using allocate-gvs-with-code behavior. |
tree | commitdiff |
2009-07-18 |
Reid Kleckner | Add EngineBuilder to ExecutionEngine in favor of the... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Make sure targets are initialized before we do anything... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
tree | commitdiff |
2009-07-10 |
Jeffrey Yasskin | Add a --with-oprofile flag to configure, which uses... |
tree | commitdiff |
2009-07-07 |
Chris Lattner | Fix lli to print an error and exit when EE returns... |
tree | commitdiff |
2009-07-03 |
Torok Edwin | Fix typo: intepreter->interpreter. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-06-25 |
Jeffrey Yasskin | Add a JITEventListener interface that gets called back... |
tree | commitdiff |
2009-06-17 |
Chris Lattner | switch to using llvm/Target/TargetSelect.h |
tree | commitdiff |
2009-06-17 |
Chris Lattner | Use Doug's new LLVM_NATIVE_ARCH macro in config.h to... |
tree | commitdiff |
2009-05-04 |
Evan Cheng | Default llc / lli optimization to "Default", which... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2008-11-05 |
Evan Cheng | Add command line option -entry-funcion to override... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Move X86 assembler printers into separate directory... |
tree | commitdiff |
2008-08-08 |
Evan Cheng | Add -fast command line option to lli. It enables fast... |
tree | commitdiff |
2008-05-21 |
Evan Cheng | Rename -no-lazy to -disable-lazy-compilation. |
tree | commitdiff |
2008-04-22 |
Evan Cheng | Added command line option -no-lazy to disable JIT lazy... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode from bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | add bitcode reading support, remove eh stuff |
tree | commitdiff |
2007-04-27 |
Chris Lattner | reset errno to zero on entry to the application's main... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Obtain the exit function before execution just in case... |
tree | commitdiff |
2007-03-03 |
Reid Spencer | 1. Handle errors around the ModuleProvider. This is... |
tree | commitdiff |
2007-02-07 |
Chris Lattner | push bytecode decompressor out through APIs. Now the... |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-01-08 |
Chris Lattner | fix atexit. This is an overcomplex way of calling... |
tree | commitdiff |
2007-01-07 |
Chris Lattner | this is an overcomplex way to call exit :) |
tree | commitdiff |
2006-12-31 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-10 |
Chris Lattner | make statistics and timing info print even if the JIT... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-09-14 |
Chris Lattner | add a new (hidden) -disable-core-files option |
tree | commitdiff |
2006-09-04 |
Chris Lattner | lli uses LinkAllCodegenComponents, so it needs this... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use llvm-config instead of magic JIT thing to link... |
tree | commitdiff |
2006-08-25 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-01 |
Chris Lattner | Fix the build on case-sensitive filesystems :( |
tree | commitdiff |
2006-08-01 |
Jim Laskey | Introducing plugable register allocators and instructio... |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-03-24 |
Jeff Cohen | Get JIT/Interpreter working on Windows again. |
tree | commitdiff |
2006-03-08 |
Chris Lattner | Fit to 80 columns. |
tree | commitdiff |
2005-12-16 |
Chris Lattner | rename option |
tree | commitdiff |
2005-12-16 |
Chris Lattner | provide an option to override the target triple in... |
tree | commitdiff |
2005-12-02 |
Chris Lattner | Revert my previous patch which broke due to lazy stream... |
tree | commitdiff |
2005-12-01 |
Chris Lattner | If a module has a main, but it is defined externally... |
tree | commitdiff |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
next |